Does anybody know how to power of a x4600 system via ilom. To reset the command is: reset /SYS

But i never found a power off command.

BR, Rene

link|improve this question
feedback

2 Answers

Try "stop /SYS".

"stop /CH" might also work (be carefull with this if you have a blade center!).

A "-f" (force) switch can also be added.

You can find more information about ILOM CLI in the Sun documentation: http://docs.sun.com/source/820-6412-10/Chap1.html

link|improve this answer
stop /CH is only for chassis systems (like Sun Blade 6000). It won't work on x4600. And, it will power off all blades in the chassis. – Alan H May 5 '11 at 23:22
feedback

In the 820-0280-12 / Integrated Lights Out Manager (ILOM) Administration Guide For ILOM 1.1.1

it says:

8.1 Controlling Power to the Host Server 
■ To power on the host, type: 
start /SYS 
■ To power off the host, type: 
stop /SYS 
■ To reset the host, type: 
reset /SYS
link|improve this answer
feedback

Your Answer

 
or
required, but never shown