Changes between Version 1 and Version 2 of jazz/Dell_iDRAC


Ignore:
Timestamp:
Nov 28, 2017, 4:23:50 PM (7 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Dell_iDRAC

    v1 v2  
    3535   4 | 10/17/2017 | 09:03:55 | OS Boot | Installation completed | Asserted
    3636}}}
     37
     38== 清除 System Event Log (SEL) ==
     39
     40{{{
     41~$ sudo ipmitool sel clear
     42Clearing SEL.  Please allow a few seconds to erase.
     43}}}
     44
     45== 查詢 iDRAC 網路設定 ==
     46
     47{{{
     48~$ sudo ipmitool lan print
     49Set in Progress         : Set Complete
     50Auth Type Support       : NONE MD2 MD5 PASSWORD
     51Auth Type Enable        : Callback : MD2 MD5
     52                        : User     : MD2 MD5
     53                        : Operator : MD2 MD5
     54                        : Admin    : MD2 MD5
     55                        : OEM      :
     56IP Address Source       : Static Address
     57IP Address              : 10.10.128.210
     58Subnet Mask             : 255.255.255.0
     59MAC Address             : 90:b1:1c:2b:db:66
     60SNMP Community String   : public
     61IP Header               : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
     62BMC ARP Control         : ARP Responses Enabled, Gratuitous ARP Disabled
     63Default Gateway IP      : 10.10.128.254
     64Default Gateway MAC     : 00:00:00:00:00:00
     65Backup Gateway IP       : 0.0.0.0
     66Backup Gateway MAC      : 00:00:00:00:00:00
     67802.1q VLAN ID          : Disabled
     68802.1q VLAN Priority    : 0
     69RMCP+ Cipher Suites     : 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
     70Cipher Suite Priv Max   : Xaaaaaaaaaaaaaa
     71                        :     X=Cipher Suite Unused
     72                        :     c=CALLBACK
     73                        :     u=USER
     74                        :     o=OPERATOR
     75                        :     a=ADMIN
     76                        :     O=OEM
     77Bad Password Threshold  : Not Available
     78}}}