- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to find out the server (OS) installation date?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 10:10 PM
08-01-2002 10:10 PM
1) swinstall.log
2) Directory creation /
But swinstall.log was not current as it is a text file and overwritten/removed lot of times
The ls command could not show the date of creation, it shows same date on for other servers (Not reliable).
Any idea on this?.
Thank you,
Mani
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 10:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 10:25 PM
08-01-2002 10:25 PM
Re: How to find out the server (OS) installation date?
Ignite will give you this information provided it has been installed on your system. Here is the output from one of my systems. There is also a man page for 'print_manifest' as well.
HTH
Michael
# /opt/ignite/bin/print_manifest |more
System Information
Your Hewlett-Packard 9000 computer has software installed and
configured as follows.
The system was created February 12, 2002, 00:34:27 EST.
It was created with Ignite-UX revision B.2.6.6.
-------------------------------------------------------------
NOTE: You should retain this information for future reference.
-------------------------------------------------------------
System Hardware
Model: 9000/800/L3000-5x
Main Memory: 4096 MB
Processors: 2
OS mode: 64 bit
LAN hardware ID: 0x00306E0CBC1E
LAN hardware ID: 0x00306E0CD622
Software ID: 147454646
Keyboard Language: Not_Applicable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 10:42 PM
08-01-2002 10:42 PM
Re: How to find out the server (OS) installation date?
For the installation dates of software installed with SD ( Like the CORE OS) you can check the installation date with:
swlist -a date
Hopt this helps,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 11:06 PM
08-01-2002 11:06 PM
Re: How to find out the server (OS) installation date?
One of the options is found in the 'man 5 sd' man page option 'create_date'
# /usr/sbin/swlist -a create_date | grep HPUXEng64RT
or
# /usr/sbin/swlist -a create_date | grep HPUX11i-OE-Ent
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 11:16 PM
08-01-2002 11:16 PM
Re: How to find out the server (OS) installation date?
# swlist -l fileset -a date|grep -i os-core
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 11:37 PM
08-01-2002 11:37 PM
Re: How to find out the server (OS) installation date?
If it is cold install i don't think we can find out the date/time of installation, because as per the previous mails, OS installation date shows Dec 2000 for the machine(11i) which we received just a week back(pre-installed OS. If it is installed through ignite, Ignite server will be having the logs of each installation from where we can find the time/date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 11:41 PM
08-01-2002 11:41 PM
Re: How to find out the server (OS) installation date?
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 12:38 AM
08-02-2002 12:38 AM
Re: How to find out the server (OS) installation date?
So swlist and ignite log we can see the installation date & time. Looks like there is no way to see the directory creation !.
Thanks a lot for all the answers.
- Mani