- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- The Version of the OS on HP-machines
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
02-21-2002 07:03 AM
02-21-2002 07:03 AM
The Version of the OS on HP-machines
how can I get know on my HP-Machine with HP-UX OS, whether the system is 32-bit system or 64 bit system
Bye bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 07:05 AM
02-21-2002 07:05 AM
Re: The Version of the OS on HP-machines
uname -a will tell you the release, and then:
For 10.20 it's 32
for the 11's do this:
getconf KERNEL_BITS
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 07:07 AM
02-21-2002 07:07 AM
Re: The Version of the OS on HP-machines
try this:
# getconf KERNEL_BITS
this will report your version - 32 or 64 bit 11.0 OS
# uname -a - will give you all OS details in 10.20 and 11.0
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 07:11 AM
02-21-2002 07:11 AM
Re: The Version of the OS on HP-machines
All 10.20 Os is 32 Bit,
To find out if the kernel is 32 or 64 bits try this,
On 32bit systems you will get following:
# getconf KERNEL_BITS
32
On 64bit systems you will got following:
# getconf KERNEL_BITS
64
to find out if the cpu supports 32/64 bit,
start sam --> goto Performance Monitors -> System Properties -> Processor
verify Kernel Width Support:
The following summarizes the HP 9000 Server implementations:
32-Bit Only: D, E, G, H, and I-class, K-class (PA7 x 00),
T500, and T520.
32/64-Bit: K-class (PA8x00), and T600,
64-Bit Only:V2200, N-Class, L-Class
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 07:12 AM
02-21-2002 07:12 AM
Re: The Version of the OS on HP-machines
#uname -a gives you the OS version.
if you inetend to know bits, then
#getconf KERNEL_BITS
or sam-->performance monitor-->system properties--> Operating system
OS kernel width gives the OS bits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 07:25 AM
02-21-2002 07:25 AM
Re: The Version of the OS on HP-machines
1)uname -a as shown
b)file /stand/vmunix
10.xx 32 bit
/stand/vmunix: s800 executable -not stripped
11.xx
32bit as 10.xx
/stand/vmunix: PA-RISC1.1 executable -not stripped
64 bit
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Steve steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 07:35 AM
02-21-2002 07:35 AM
Re: The Version of the OS on HP-machines
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 11:48 AM
02-21-2002 11:48 AM
Re: The Version of the OS on HP-machines
-Bob
Was this helpful? Like this post by giving me a thumbs up below!