Operating System - HP-UX
1847703 Members
5430 Online
110265 Solutions
New Discussion

Re: HPUX server install date

 
SOLVED
Go to solution
Barbara Flynn_1
Frequent Advisor

HPUX server install date

Hi all

Is it possible to find out from some files on the server when it was first built? I have been using the /var/adm/shutdownlog as a guide but it is not all that accurate.

Thanks in advance
Barbara
6 REPLIES 6
Slawomir Gora
Honored Contributor
Solution

Re: HPUX server install date

Hi,

swlist -a date
Pete Randall
Outstanding Contributor

Re: HPUX server install date

# swlist -a install_date -l product |grep -i os-core
OS-Core 200403151510.13


Pete

Pete
Franky_1
Respected Contributor

Re: HPUX server install date

Hi,

the file /var/adm/sw/swinstall.log could also be a hint

Regards

Franky
Don't worry be happy
John Palmer
Honored Contributor

Re: HPUX server install date

The creation date of /lost+found usually tells you when the filesystem was built (provided you havn't recreated it). You can also check lost+found in /usr, /var etc.
Marlou Everson
Trusted Contributor

Re: HPUX server install date

Barbara,

You can also look at the file /var/opt/ignite/local/install.log. If the system was installed from an Ignite Server then this file is the log of its installation. Note that the time will probably not be your local time.

Marlou
Barbara Flynn_1
Frequent Advisor

Re: HPUX server install date

Thanks everyone