Manually reset SUN X4100 LED lights
Posted: Tue Dec 06, 2011 4:26 pm
SUN Intel-based servers come with a maintenance tool - "ipmitool - utility for controlling IPMI-enabled devices" that provides lots of information for system maintenance and troubleshooting.
Unlike SPARK platform that has "prtdiag" which provides useful information for troubleshooting, X86/X64 Intel based servers do have prtdiag but it provides virtually useless information.
On the other hand, ipmitool provides some information to us:
Further, it allows admins to control devices and LEDs on the server.
Following commands are used to manually turn LEDs off:
The LEDs went off for sure. If problems arise again shortly, that may indicate real problems than glitches.
Unlike SPARK platform that has "prtdiag" which provides useful information for troubleshooting, X86/X64 Intel based servers do have prtdiag but it provides virtually useless information.
Code: Select all
%/usr/platform/i86pc/sbin/prtdiag -v
System Configuration: Sun Microsystems Sun Fire X4100 M2
BIOS Configuration: American Megatrends Inc. 0ABJX102 11/03/2008
BMC Configuration: IPMI 1.5 (KCS: Keyboard Controller Style)
==== Processor Sockets ====================================
Version Location Tag
-------------------------------- --------------------------
Dual-Core AMD Opteron(tm) Processor 2210 CPU 1
Dual-Core AMD Opteron(tm) Processor 2210 CPU 2
==== Memory Device Sockets ================================
Type Status Set Device Locator Bank Locator
------- ------ --- ------------------- --------------------
unknown empty 0 DIMM0 NODE0
unknown empty 0 DIMM1 NODE0
DDR2 in use 0 DIMM2 NODE0
DDR2 in use 0 DIMM3 NODE0
unknown empty 0 DIMM0 NODE1
unknown empty 0 DIMM1 NODE1
DDR2 in use 0 DIMM2 NODE1
DDR2 in use 0 DIMM3 NODE1
==== On-Board Devices =====================================
LSI serial-SCSI #1
Gigabit Ethernet #1
ATI Rage XL VGA
==== Upgradeable Slots ====================================
ID Status Type Description
--- --------- ---------------- ----------------------------
1 available PCI Express PCIExp SLOT0
2 available PCI Express PCIExp SLOT1
3 available PCI-X PCIX SLOT2
4 available PCI Express PCIExp SLOT3
5 available PCI Express PCIExp SLOT4
Code: Select all
%/usr/sfw/bin/ipmitool chassis status
System Power : on
Power Overload : false
Power Interlock : inactive
Main Power Fault : true
Power Control Fault : false
Power Restore Policy : always-off
Last Power Event :
Chassis Intrusion : inactive
Front-Panel Lockout : inactive
Drive Fault : false
Cooling/Fan Fault : false
Code: Select all
%/usr/sfw/bin/ipmitool sunoem led get all
sys.psfail.led | ON
sys.tempfail.led | OFF
sys.fanfail.led | OFF
bp.power.led | ON
bp.locate.led | OFF
bp.alert.led | ON
fp.power.led | ON
fp.locate.led | OFF
fp.alert.led | ON
io.hdd0.led | OFF
io.hdd1.led | OFF
io.hdd2.led | OFF
io.hdd3.led | OFF
p0.led | OFF
p0.d0.led | OFF
p0.d1.led | OFF
p0.d2.led | OFF
p0.d3.led | OFF
p1.led | OFF
p1.d0.led | OFF
p1.d1.led | OFF
p1.d2.led | OFF
p1.d3.led | OFF
ft0.fm0.led | OFF
ft0.fm1.led | OFF
ft0.fm2.led | OFF
ft1.fm0.led | OFF
ft1.fm1.led | OFF
ft1.fm2.led | OFF
Code: Select all
%/usr/sfw/bin/ipmitool sunoem led set fp.alert.led off
fp.alert.led | OFF
%/usr/sfw/bin/ipmitool sunoem led set bp.alert.led off
bp.alert.led | OFF
%/usr/sfw/bin/ipmitool sunoem led set sys.psfail.led off
sys.psfail.led | OFF
%/usr/sfw/bin/ipmitool sunoem led get all
sys.psfail.led | OFF
sys.tempfail.led | OFF
sys.fanfail.led | OFF
bp.power.led | ON
bp.locate.led | OFF
bp.alert.led | OFF
fp.power.led | ON
fp.locate.led | OFF
fp.alert.led | OFF
io.hdd0.led | OFF
io.hdd1.led | OFF
io.hdd2.led | OFF
io.hdd3.led | OFF
p0.led | OFF
p0.d0.led | OFF
p0.d1.led | OFF
p0.d2.led | OFF
p0.d3.led | OFF
p1.led | OFF
p1.d0.led | OFF
p1.d1.led | OFF
p1.d2.led | OFF
p1.d3.led | OFF
ft0.fm0.led | OFF
ft0.fm1.led | OFF
ft0.fm2.led | OFF
ft1.fm0.led | OFF
ft1.fm1.led | OFF
ft1.fm2.led | OFF