Read more
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- checking the machine installation date
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
checking the machine installation date
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-16-2009 02:31 AM
02-16-2009 02:31 AM
checking the machine installation date
checking the machine installation date
is there any command to check the installation date of a HP Unix box?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-16-2009 02:42 AM
02-16-2009 02:42 AM
Re: checking the machine installation date
Re: checking the machine installation date
# swlist -v -l bundle |more
or you can use the Ignite print_manifest command.
# print_manifest
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-16-2009 02:44 AM
02-16-2009 02:44 AM
Re: checking the machine installation date
Re: checking the machine installation date
You need to find the Bundle containing your operating environment. I'm sure there is a better way of narrowing it down but this crude method worked for me:
# swlist -v -l bundle |more
# Initializing...
#
.
.
.
.
/Ent
...skipping...
HPUX11i-OE-Ent
.
.
.
.
mod_date Mon Mar 15 15:13:03 EST 2004
mod_time 1079381583
create_date Mon Mar 15 14:52:25 EST 2004
create_time 1079380345
install_date 200403151513.03
I skipped over large portions of the output to reduce the size of this posting, but essentially I piped the output to more, then used "/Ent" to skip to the Enterprise Operating Environment portion, then scrolled down to Install_date.
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-16-2009 02:45 AM
02-16-2009 02:45 AM
Re: checking the machine installation date
Re: checking the machine installation date
And look for something like:
HPUXBase64 200205301230.57
Or:
HPUXBaseOS 200509201331.02
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-16-2009 02:49 AM
02-16-2009 02:49 AM
Re: checking the machine installation date
Re: checking the machine installation date
Use the below command.
# swlist -l bundle -a date HPUXBase64
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-16-2009 05:17 AM
02-16-2009 05:17 AM
Re: checking the machine installation date
Re: checking the machine installation date
try:
# print_manifest | grep â i â The system was createdâ
or
swlist -l bundle -v HPUXBaseOS | grep mod_date
or
swlist -a install_date -l product |grep -i os-core
any one will work
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP