Changes between Version 2 and Version 3 of jazz/Dell_iDRAC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Dell_iDRAC

    v2 v3  
    7777Bad Password Threshold  : Not Available
    7878}}}
     79
     80== 查詢機殼偵測到的各種事件狀態 ==
     81
     82{{{
     83~$ sudo ipmitool chassis status
     84System Power         : on
     85Power Overload       : false
     86Power Interlock      : inactive
     87Main Power Fault     : false
     88Power Control Fault  : false
     89Power Restore Policy : previous
     90Last Power Event     :
     91Chassis Intrusion    : inactive
     92Front-Panel Lockout  : inactive
     93Drive Fault          : false
     94Cooling/Fan Fault    : false
     95Sleep Button Disable : not allowed
     96Diag Button Disable  : allowed
     97Reset Button Disable : not allowed
     98Power Button Disable : allowed
     99Sleep Button Disabled: false
     100Diag Button Disabled : false
     101Reset Button Disabled: false
     102Power Button Disabled: false
     103}}}
     104
     105== 查詢 Management Controller 相關資訊 ==
     106
     107{{{
     108~$ sudo ipmitool mc info
     109Device ID                 : 32
     110Device Revision           : 0
     111Firmware Revision         : 2.85
     112IPMI Version              : 2.0
     113Manufacturer ID           : 674
     114Manufacturer Name         : DELL Inc
     115Product ID                : 256 (0x0100)
     116Product Name              : Unknown (0x100)
     117Device Available          : yes
     118Provides Device SDRs      : yes
     119Additional Device Support :
     120    Sensor Device
     121    SDR Repository Device
     122    SEL Device
     123    FRU Inventory Device
     124    IPMB Event Receiver
     125    Bridge
     126    Chassis Device
     127Aux Firmware Rev Info     :
     128    0x00
     129    0x04
     130    0x00
     131    0x00
     132}}}
     133{{{
     134~$ sudo ipmitool mc watchdog get
     135Watchdog Timer Use:     Reserved (0x00)
     136Watchdog Timer Is:      Stopped
     137Watchdog Timer Actions: No action (0x00)
     138Pre-timeout interval:   1 seconds
     139Timer Expiration Flags: 0x00
     140Initial Countdown:      15 sec
     141Present Countdown:      15 sec
     142~$ sudo ipmitool mc getenables
     143Receive Message Queue Interrupt          : disabled
     144Event Message Buffer Full Interrupt      : disabled
     145Event Message Buffer                     : enabled
     146System Event Logging                     : enabled
     147OEM 0                                    : disabled
     148OEM 1                                    : disabled
     149OEM 2                                    : disabled
     150}}}
     151{{{
     152~$ sudo ipmitool mc getsysinfo system_fw_version
     1531.12.0
     154~$ sudo ipmitool mc getsysinfo delloem_url
     155https://10.10.128.210:443
     156}}}