Operating System - HP-UX
1752777 Members
6146 Online
108789 Solutions
New Discussion юеВ

Re: Booting information in hp -ux

 
Kuntal Gupta
Frequent Advisor

Booting information in hp -ux

Hi all,

HP-UX 11.31

Would any body pls let me know where hp ux keeps last booting informations.

Regards...

Kuntal
4 REPLIES 4
Raj Briden
Frequent Advisor

Re: Booting information in hp -ux

Booting start up script information is at /etc/rc.log

Or you can check Console log from MP
James R. Ferguson
Acclaimed Contributor

Re: Booting information in hp -ux

Hi Kuntal:

Your '/etc/shutdownlog' chronicles a shutdown history.

You can also 'grep' the output of the 'last' command for recent reboots:

# last|grep -i reboot

Regards!

...JRF...
Anoop Sivan
Frequent Advisor

Re: Booting information in hp -ux

Hi Kunal,

1. All start up information will be in /etc/rc.log

2. dmesg |more

Nov 17 07:49
Found adjacent data tr. Growing size. 0x26cd000 -> 0x66cd000.
Loaded ACPI revision 2.0 tables.

# more /etc/rc.log

**************************************************
HP-UX Start-up in progress
Tue Nov 16 20:48:01 EST 2010
**************************************************

Configure system crash dumps
Output from "/sbin/rc1.d/S080crashconf start":
----------------------------
EXIT CODE: 0

Removing old vxvm files
Output from "/sbin/rc1.d/S090sw_clean_vxvm start":
----------------------------

VxVM INFO V-5-2-3360 VxVM device node check
Output from "/sbin/rc1.d/S091vxvm-nodes-check start":
----------------------------
SoorajCleris
Honored Contributor

Re: Booting information in hp -ux

Hi ,

below logs will help you.

1. /etc/shutdownlog ==> the method used for reboot
2. /var/adm/syslog/sylog.log
3. /etc/rc.log
4 dmesg

Regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie