- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how would i know if HP-UX 11.0.....
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
07-19-2005 12:35 AM
07-19-2005 12:35 AM
How would i know if my HP-UX 11.0 is running under 32-bit or 64-bit????
thank's & regards,
joaquin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 12:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 12:49 AM
07-19-2005 12:49 AM
Re: how would i know if HP-UX 11.0.....
sorry 2, should read
#getconf KERNEL_BITS
andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 01:00 AM
07-19-2005 01:00 AM
Re: how would i know if HP-UX 11.0.....
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 07:45 PM
07-19-2005 07:45 PM
Re: how would i know if HP-UX 11.0.....
Following command will tell you whether hp-ux 11.0 is 32 bit or 64 bit:
#getconf KERNEL_BITS
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 10:07 PM
07-19-2005 10:07 PM
Re: how would i know if HP-UX 11.0.....
Just give #getconf KERNEL_BITS. It will give you whether HPUX 11.0 is 64 bit or 32. As you give #getconf KERNEL_BITS, it returns a number that is 32 or 64 which tells you about your hpux.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 11:09 PM
07-19-2005 11:09 PM
Re: how would i know if HP-UX 11.0.....
As an additon to all other true replies;
Go to SAM;
Performance Monitor-->System Propeties
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 11:12 PM
07-19-2005 11:12 PM
Re: how would i know if HP-UX 11.0.....
#print_manifest|grep -i OS
must return someting like;
OS mode: 64 bit
HPUXBase64 B.11.11 HP-UX 64-bit Base OS
HPUXBaseAux B.11.11.0303 HP-UX Base OS Auxiliary
PHCO_31815 1.0 cumulative sh-posix(1) patch
PHKL_25993 1.0 thread nostop for NFS, rlimit, Ufalloc fix
PHKL_26192 1.0 Cumulative Ioscan/Interrupt Migration update
PHKL_28512 1.0 Fix for POSIX_AIO in JFS3.3
PHKL_29335 1.0 vx_nospace on NFS write.
PHKL_32061 1.0 detach;NOSTOP,Abrt,Psets;slpq1;FSS;getlwp
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 03:10 AM
07-20-2005 03:10 AM
Re: how would i know if HP-UX 11.0.....
# getconf KERNEL_BITS
or
# swlist -l bundle | grep -i hpuxeng
cheers!