- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System install time
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-17-2005 04:13 AM
07-17-2005 04:13 AM
System install time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 04:31 AM
07-17-2005 04:31 AM
Re: System install time
#swlist -l fileset -a date |grep -e CDE|grep -e '#'
This command will list the CDE file sets which are generally installed only when OS is installed. But the time shown here would be taken from the system clock only.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 11:56 AM
07-17-2005 11:56 AM
Re: System install time
The date in this is even more acurate allthough expected to be same in most cases.
#swlist -l fileset -a date|grep -i os-core.ux-core
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 12:26 PM
07-17-2005 12:26 PM
Re: System install time
another method:
# swlist -l bundle -a date|grep -i hpux
which should give u the best indication for 11.00 and 11.11.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 01:12 PM
07-17-2005 01:12 PM
Re: System install time
The best way to see the install date is thru the following command,
#swlist -l fileset -a date|grep -i os-core.ux-core
regds..
Krishna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 01:57 PM
07-17-2005 01:57 PM
Re: System install time
If you have ignite on your system and was installed with original installation you could try checking out /var/opt/ignite/local/manifest directory for manifest.orig file or such. Dates and times along with system info is given.
Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 04:44 PM
07-17-2005 04:44 PM
Re: System install time
print_manifest|grep -i created
gives when your system installed time...
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 05:42 PM
07-17-2005 05:42 PM
Re: System install time
all the fileset and core will show the generated dates only but not the installed date in system...
you can check out this...
# more /var/adm/sw/swinstall.log
the very first date is the date of installation...
hope you got your answer...
:)
Venkatesan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 05:47 PM
07-17-2005 05:47 PM
Re: System install time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 06:58 PM
07-17-2005 06:58 PM
Re: System install time
another command u can find out is 'last'...
Use the "last" command. It will show you all reboots and logins since the OS was installed. The first login or reboot listed will be the first one after the OS install. Also, there is a line at the end "wtmp begins . . . ." which is when the file that tracks the reboots and logins was first written. Both of those clues should be only minutes from when the OS load finished.
regds
Venkatesan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 07:08 PM
07-17-2005 07:08 PM
Re: System install time
# dmesg | grep Revision
also.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 10:16 PM
07-17-2005 10:16 PM
Re: System install time
and time when HP-UX bits were built and NOT
the time when hp-ux was installed on the
machine. If newer filesets have been
installed on the system because of
patches, "swlist" will give the date on that
patch.
One sure way (as far as I know) of finding
out the installation date is to look at the
parameter "install_date" in the file
/var/adm/sw/products/HPUXBaseAux/pfiles/INDEX.
This should give the date when HP-UX was
installed on your system.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 01:11 AM
07-18-2005 01:11 AM
Re: System install time
Regards
Mehul