Changes between Version 4 and Version 5 of jazz/Dell_iDRAC


Ignore:
Timestamp:
Nov 28, 2017, 5:04:17 PM (7 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Dell_iDRAC

    v4 v5  
    317317  15   No access
    318318}}}
     319
     320{{{
     321~$ sudo ipmitool channel info
     322Channel 0x3 info:
     323  Channel Medium Type   : System Interface
     324  Channel Protocol Type : KCS
     325  Session Support       : session-less
     326  Active Session Count  : 0
     327  Protocol Vendor ID    : 7154
     328}}}
     329
     330== session ==
     331
     332{{{
     333~$ sudo ipmitool session help
     334Session Commands: info <active | all | id 0xnnnnnnnn | handle 0xnn>
     335}}}
     336
     337== Data Center Management Interface (dcmi) ==
     338
     339{{{
     340~$ sudo ipmitool dcmi help
     341
     342Data Center Management Interface commands
     343    discover               Used to discover supported DCMI capabilities
     344    power                  Platform power limit command options
     345    sensors                Prints the available DCMI sensors
     346    asset_tag              Prints the platform's asset tag
     347    set_asset_tag          Sets the platform's asset tag
     348    get_mc_id_string       Get management controller ID string
     349    set_mc_id_string       Set management controller ID string
     350    thermalpolicy          Thermal policy get/set
     351    get_temp_reading       Get Temperature Readings
     352    get_conf_param         Get DCMI Config Parameters
     353    set_conf_param         Set DCMI Config Parameters
     354    oob_discover           Ping/Pong Message for DCMI Discovery
     355}}}
     356
     357== Node Manager (nm) ==
     358
     359{{{
     360~$ sudo ipmitool nm help
     361
     362Node Manager Interface commands
     363    discover    Discover Node Manager
     364    capability    Get Node Manager Capabilities
     365    control    Enable/Disable Policy Control
     366    policy    Add/Remove Policies
     367    statistics    Get Statistics
     368    power    Set Power Draw Range
     369    suspend    Set/Get Policy suspend periods
     370    reset    Reset Statistics
     371    alert    Set/Get/Clear Alert destination
     372    threshold    Set/Get Alert Thresholds
     373}}}
     374
     375== Firewall ==
     376
     377{{{
     378~$ sudo ipmitool firewall help
     379Firmware Firewall Commands:
     380        info [channel H] [lun L]
     381        info [channel H] [lun L [netfn N [command C [subfn S]]]]
     382        enable [channel H] [lun L [netfn N [command C [subfn S]]]]
     383        disable [channel H] [lun L [netfn N [command C [subfn S]]]] [force])
     384        reset [channel H]
     385                where H is a Channel, L is a LUN, N is a NetFn,
     386                C is a Command and S is a Sub-Function
     387}}}
     388
     389== delloem ==
     390
     391{{{
     392~$ sudo ipmitool delloem help
     393
     394usage: delloem <command> [option...]
     395
     396commands:
     397    lcd
     398    mac
     399    lan
     400    setled
     401    powermonitor
     402    vFlash
     403
     404For help on individual commands type:
     405delloem <command> help
     406}}}
     407
     408* 查詢是否為 shared mode
     409
     410{{{
     411~$ sudo ipmitool delloem lan
     412
     413   lan set <Mode>
     414      sets the NIC Selection Mode :
     415          on iDRAC12g OR iDRAC13g  :
     416              dedicated, shared with lom1, shared with lom2,shared with lom3,shared
     417              with lom4,shared with failover lom1,shared with failover lom2,shared
     418              with failover lom3,shared with failover lom4,shared with Failover all
     419              loms, shared with Failover None).
     420          on other systems :
     421              dedicated, shared, shared with failover lom2,
     422              shared with Failover all loms.
     423
     424   lan get
     425          on iDRAC12g or iDRAC13g  :
     426              returns the current NIC Selection Mode (dedicated, shared with lom1, shared
     427              with lom2, shared with lom3, shared with lom4,shared with failover lom1,
     428              shared with failover lom2,shared with failover lom3,shared with failover
     429              lom4,shared with Failover all loms,shared with Failover None).
     430          on other systems :
     431              dedicated, shared, shared with failover,
     432              lom2, shared with Failover all loms.
     433
     434   lan get active
     435      returns the current active NIC (dedicated, LOM1, LOM2, LOM3, LOM4).
     436
     437~$ sudo ipmitool delloem lan get
     438dedicated
     439}}}
     440
     441{{{
     442~$ sudo ipmitool delloem vFlash info Card
     443vFlash SD card is unavailable, please insert the card of
     444size 256MB or greater
     445}}}