- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OS version in detail ?
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
04-21-2004 11:54 PM
04-21-2004 11:54 PM
I need to know wheter i have an OS
HPUX 11.00.01 or 11.00.03.
A 'uname -a' gives me "11.00 C".
Does 11.00.01 means 32 bits kernel ?
Does 11.00.03 means 64 bits ?
If so, where is the 11.00.02 ?
What does my 'C' mean? Is there a A and B?
Last but not least?
What command gives me the most info about this?
Regards,
Ceesjan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 12:22 AM
04-22-2004 12:22 AM
SolutionB -- 16-user system
C -- 32-user system
D -- 64-user system
E -- 8-user system
U -- 128-user, 256-user, or unlimited-user system
Also "getconf KERNEL_BITS" helps you find whether you're running a 32 or 64 bit kernel.
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 12:27 AM
04-22-2004 12:27 AM
Re: OS version in detail ?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 12:29 AM
04-22-2004 12:29 AM
Re: OS version in detail ?
no , also 32 and 64 bit will show with uname -a HP-UX 11.00 .
to get the answer to know which 11.00 version you have you can use the getconf
On 32bit systems you will get following:
# getconf KERNEL_BITS
32
On 64bit systems you will got following:
# getconf KERNEL_BITS
64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 12:32 AM
04-22-2004 12:32 AM
Re: OS version in detail ?
11.00 = 11.00
11i v1.0 = 11.11
11i v1.5 = 11.20
11i v1.6 = 11.22
11i v2.0 = 11.23
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 12:36 AM
04-22-2004 12:36 AM
Re: OS version in detail ?
# man 2 uname
see section about version identifier.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 12:44 AM
04-22-2004 12:44 AM
Re: OS version in detail ?
get_conf KERNEL_BITS works fine.
swlist gives a clear clue about the subversion .01 or .03..,
although this information reflects on the
patches and install packages.
Although i still do not know the major differences between 11.00.01 and 11.00.03, is see what i have trough the patches installed.
THANKS
Ceesjan
ps. My print_manifest has no default template.def and crashes... thnx