This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
aix:hmc_cmd [2024/02/09 22:08] manu |
aix:hmc_cmd [2024/03/29 11:49] (current) manu |
||
---|---|---|---|
Line 875: | Line 875: | ||
hscroot@hmc01:~> chhmc -c kerberos -s add --realm <kerberos_hostname> -a <kerberos_ip> | hscroot@hmc01:~> chhmc -c kerberos -s add --realm <kerberos_hostname> -a <kerberos_ip> | ||
</cli> | </cli> | ||
+ | |||
+ | ==== Led management ==== | ||
+ | |||
+ | Turn off / on a LED on a server | ||
+ | <cli prompt='>'> | ||
+ | hscroot@hmc01:~> lssyscfg -r sys -F name | ||
+ | Power10_01_siteA | ||
+ | </cli> | ||
+ | |||
+ | Check to see if the attention LED is active | ||
+ | <cli prompt='>'> | ||
+ | hscroot@hmc01:~> lsled -r sa -t phys -m Power10_01_siteA | ||
+ | state=on | ||
+ | </cli> | ||
+ | |||
+ | Use the chled command to turn off the system attention LED | ||
+ | <cli prompt='>'> | ||
+ | hscroot@hmc01:~> chled -r sa -t phys -m Power10_01_siteA -o off | ||
+ | </cli> | ||
+ | |||
+ | To check the status of system attention LED you can use the lsled | ||
+ | <cli prompt='>'> | ||
+ | hscroot@hmc01:~> lsled -r sa -t phys -m Power10_01_siteA | ||
+ | state=off | ||
+ | </cli> | ||
+ | |||
+ | On partitions: | ||
+ | <cli prompt='>'> | ||
+ | hscroot@hmc01:~> lsled -r sa -t virtuallpar -m Power10_01_siteA | ||
+ | lpar_id=22,lpar_name=AIXA001,state=off | ||
+ | lpar_id=17,lpar_name=AIXA002,state=off | ||
+ | lpar_id=13,lpar_name=AIXA003,state=off | ||
+ | </cli> | ||
+ |