Check And Clear Attention LED
To list the various LED states issue
For the physical managed system (I’ll call it managed_system, please replace with your actual name)
lsled -m managed_system -r sa -t phys
For the virtual partitions
lsled -m managed_system -r sa -t virtuallpar
. Output will bestate=off
orstate=on
(for -t virtuallpar accompanied by lpar id and name)
To change the state of an attention LED to “off” issue
For the physical managed system
chled -m managed_system -r sa -o off -t phys
For a virtual partition (I’ll call it partition_name, please replace with your actual name)
chled -m managed_system -r sa -o off -t virtuallpar -p partition_name