- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to recognize OS 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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-04-2000 05:48 PM
тАО09-04-2000 05:48 PM
How to recognize OS version?
How to recognize HP-UX OS version?
For example, some machine is install on HP-UX 11.0 ACE 9911 or older version.
Is the "uname" command useful to show HP-UX OS verison.
And current L-class, V-class is install on HP-UX 11.0 ACE 9911, right?
More newest HP-UX 11.00 version available on L-class machine?
Thanks for any help...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:27 PM
тАО09-04-2000 06:27 PM
Re: How to recognize OS version?
# uname -r
will return the current OS release level.
See man pages for uname.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:28 PM
тАО09-04-2000 06:28 PM
Re: How to recognize OS version?
# uname -r
will return the current OS release level.
See man pages for uname.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:35 PM
тАО09-04-2000 06:35 PM
Re: How to recognize OS version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:36 PM
тАО09-04-2000 06:36 PM
Re: How to recognize OS version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:36 PM
тАО09-04-2000 06:36 PM
Re: How to recognize OS version?
# uname -r
will give the OS version.
See man pages for uname for more information.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:37 PM
тАО09-04-2000 06:37 PM
Re: How to recognize OS version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:37 PM
тАО09-04-2000 06:37 PM
Re: How to recognize OS version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:39 PM
тАО09-04-2000 06:39 PM
Re: How to recognize OS version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:46 PM
тАО09-04-2000 06:46 PM
Re: How to recognize OS version?
# uname -r
will give the OS version.
See man pages for uname for more information.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:46 PM
тАО09-04-2000 06:46 PM
Re: How to recognize OS version?
# uname -r
will give the OS version.
See man pages for uname for more information.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2000 06:51 PM
тАО09-04-2000 06:51 PM
Re: How to recognize OS version?
# uname -r
will give the OS version.
See man pages for uname for more information.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2000 06:09 AM
тАО09-05-2000 06:09 AM
Re: How to recognize OS version?
I think that we can get more acurate OS information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2000 06:18 AM
тАО09-05-2000 06:18 AM
Re: How to recognize OS version?
Yes, I also view swlist as valuable. Once I have used uname to get the basic OS version, I might do:
# swlist|grep -i -e "extension" -e "general release"
This would give me a few lines quickly which would indicate the level (and date) of the standard, general release (old "Extension") someone had loaded.
...JRF...