Toolserver:Admin:Service processors
This page was moved from the Toolserver wiki.
Toolserver has been replaced by Toolforge. As such, the instructions here may no longer work, but may still be of historical interest.
Please help by updating examples, links, template links, etc. If a page is still relevant, move it to a normal title and leave a redirect.
Service processors are used to access serial consoles, power-cycle servers and retrieve hardware information.
Sun V20z / V40z (SP)
edit- This applies to: zedler
- Connect with
ssh system@machine.mgmt
. Password is the root password. - Commands:
platform console
: connect to the serial console (type^Ec.
to exit)platform set power state off -f
: turn the machine offplatform set power state on -f
: turn the machine onplatform set power state cycle -f
: power-cycle the machine- Exit by typing ^D
Sun X4100/X4150/X4250 (ILOM)
edit- Connect with
ssh root@machine.mgmt
. Password is the root password. - Commands:
start /SP/console
: connect to the serial console (type ESC ( to exit)stop /SYS
: turn the machine offstart /SYS
: turn the machine onreset /SYS
: power-cycle the machine
Sun X2** (ELOM)
edit- Connect with
ssh root@machine.mgmt
. Password is the root password. - Commands:
start /SP/AgentInfo/console
: connect to the serial console (type ESC ( to exit)reset
: power-cycle the Service processorset /SP/SystemInfo/CtrlInfo PowerCtrl=reset
: Reboot the system by typing the following command from the SP CLIset /SP/SystemInfo/CtrlInfo PowerCtrl=forceoff
: turning the system hard offset /SP/SystemInfo/CtrlInfo PowerCtrl=on
: turning the system on again
Dell PowerEdge 1950 (DRAC)
edit- This applies to: yarrow, nightshade, willow
- Connect with
ssh root@machine.mgmt
. Password is the root password. - Commands:
connect com2
: connect to the serial console (type^\
to exit)racadm serveraction powerdown
: turn the machine offracadm serveraction powerup
: turn the machine onracadm serveraction powercycle
: power-cycle the machine
If you get "connect: com2 port is currently in use
" when trying to use the serial console: reset the SP with "racadm racreset
", wait a couple of minutes, and reconnect.
Dell PowerEdge R520 (DRAC)
editSame as the 1950, but to connect you just type "connect" (without the port).
Systems on the SCS
edit- This applies to:
- Connect to the SCS:
ssh root@scs-oe10-esams.esi
. Password is the root password. - Then use
pmshell -l portXX
(see scs-oe10 for XX). - This will connect you to the SP, where you can log in and run commands as described above.