Thursday, September 18, 2008

HPUX 9000/800/rp3440 how to power off and on

1- Login to the OS as root and issue #init 0
2- Login to GSP
Disable all types of remote access (see SA command)
*************************************************************************

*************************************************************************
Your Certificate is expired.
Use the SO command to generate a new certificate.
*************************************************************************


MP MAIN MENU:

CO: Console
VFP: Virtual Front Panel
CM: Command Menu
CL: Console Log
SL: Show Event Logs
HE: Main Help Menu
X: Exit Connection

[Server-rib] MP> CM
[Server-rib] MP:CM> pc -off


PC -off


System will be powered off.

You must shut down the OS manually before this command is executed.
Failure to do this can cause problems when the OS is restarted.
Confirm? (Y/[N]): y
y

-> System is being powered off.

-> Command successful.

[Server-rib] MP:CM> PC -on

Usage: PC [ -on | -off | -cycle ] [ -nc ]
PC -?

No comments:

UNIX: How to print column nicely using printf

[user@hostfwnms1-oam tmp]# cat b.sh printf "%-26s %-19s %-8s %-8s %-s %-s\n" HOSTNAME IP PING SNMPWALK 0-ok 1-fail for i in `cat n...