- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX version when installed
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
07-15-2002 11:00 PM
07-15-2002 11:00 PM
does anybody know how to find out when the O/s system was installed in a HPUX machine
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 11:06 PM
07-15-2002 11:06 PM
SolutionIf you've created an ignite tape (make_tape_recovery) you just run this command, it will give you this information in the first section, as well as some other useful information.
# /opt/ignite/bin/print_manifest |more
HTH
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 11:12 PM
07-15-2002 11:12 PM
Re: HPUX version when installed
The links in / are on my system made on the installationdate (/bin -> /usr/bin, /lib -> /usr/lib). The same for the /usr filesystem.
HTH
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 11:31 PM
07-15-2002 11:31 PM
Re: HPUX version when installed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 03:09 AM
07-16-2002 03:09 AM
Re: HPUX version when installed
The operating system is made up of several filesets which any subset of these filesets can be updated by reinstalling, by patch or by installing related software products. This makes it difficult to look at one fileset to determine the installation date of the operating system.
By looking at the output from this command, you can establish when the operating system was installed. Look for the earliest date which is normally the date most often recorded:
# swlist -l fileset -a date >/tmp/check_date
Compare this to the dates you might have gathered from other methods mentioned in this thread and you can confirm the date.
Cheers,
Cheryl Griffin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 03:10 AM
07-16-2002 03:10 AM
Re: HPUX version when installed
I use:
# swlist -l fileset -a date|grep -i os-core
Regards!
...JRF...