Operating System - HP-UX
1752801 Members
5532 Online
108789 Solutions
New Discussion юеВ

OS installed date in HP-Unix Server

 
Prabhi
Advisor

OS installed date in HP-Unix Server

Which command is used to check the date of the OS installed in HP-Unix server not OS version or release date?
6 REPLIES 6
Michael Steele_2
Honored Contributor

Re: OS installed date in HP-Unix Server


swlist -l bundle -a create_time -a create_date | grep HPUX
Support Fatherhood - Stop Family Law
James R. Ferguson
Acclaimed Contributor

Re: OS installed date in HP-Unix Server

Hi Prabhi:

# swlist -l bundle -a install_date|grep -iE "HPUXBase|HPUX11i"

Regards!

...JRF...
Prabhi
Advisor

Re: OS installed date in HP-Unix Server

Thanks
Michael Steele_2
Honored Contributor

Re: OS installed date in HP-Unix Server

http://docs.hp.com/en/B2355-90681/swlist.1M.html

Show me '-a install_date' in man page for swlist.
Support Fatherhood - Stop Family Law
James R. Ferguson
Acclaimed Contributor

Re: OS installed date in HP-Unix Server

Hi (again):

> Michael: Show me '-a install_date' in man page for swlist.

You need to read a bit more. Under the discussion of the 'swlist' you will see that the '-a' option points to 'sd(4)':

http://www.docs.hp.com/en/B2355-60130/sd.4.html

There you will find the 'install_date' in the Bundle and Product Attributes section.

Regards!

...JRF...
Michael Steele_2
Honored Contributor

Re: OS installed date in HP-Unix Server

Thanks! SD(4). Truly.
Support Fatherhood - Stop Family Law