- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- command to display OS date and version
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
11-20-2001 06:27 AM
11-20-2001 06:27 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 06:33 AM
11-20-2001 06:33 AM
Re: command to display OS date and version
date
To get the OS rev, just type:
uname -a
If you want something more elaborate, I have some scripts that get more information about the system for you - like risc chip, cpu speed, memory, etc.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 06:33 AM
11-20-2001 06:33 AM
Re: command to display OS date and version
for OS try $ uname -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 06:33 AM
11-20-2001 06:33 AM
Re: command to display OS date and version
With regards to month and year - well swlist will give you some info about the latest patch bundles installed if that helps, or you could not 'what /stand/vmunix'
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 06:34 AM
11-20-2001 06:34 AM
Re: command to display OS date and version
# uname -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 06:38 AM
11-20-2001 06:38 AM
Re: command to display OS date and version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 06:38 AM
11-20-2001 06:38 AM
Solution# uname -r
...will return the O/S version.
The date probably can best be described by examining the general patch level with something like:
# swlist|grep -i XSW
...and looking for General Release (GR) or Quality Pack (QPK), etc. patch bundle dates.
See here, for the original release dates of various O/S levels:
http://www.software.hp.com/HPUX-RDMP/history/slide2.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 07:01 AM
11-20-2001 07:01 AM
Re: command to display OS date and version
Do you want to know which HP-UX Realease CD was orginally used to install the OS on a server?
That would be difficult - you would have to compare versions of software installed with those on various cd's.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 05:05 PM
11-20-2001 05:05 PM
Re: command to display OS date and version
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 09:39 PM
11-20-2001 09:39 PM
Re: command to display OS date and version
#date <<--- date and time,
-u for Coordinated Universal Time
(UTC), functionally equivalent to
Greenwich Mean Time (GMT), instead
of local time
#model <<--- for the model of your machine
d_b