- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 32 bit or 64 bit enabled
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
06-27-2004 03:03 PM
06-27-2004 03:03 PM
We run hp ux11.0 op system. I believe we are running at 64bit. I have been asked if we really are 64 bit enabled. I can see in sam that the kernel width is 64 bit. is there a way to display whether or not we are actually 64bit enabled?
hope that makes some sort of sense.
Thanks for helping.
Maria.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 03:12 PM
06-27-2004 03:12 PM
Re: 32 bit or 64 bit enabled
If you do follow this:
# sam --> Performance Monitors --> System Properties
You'll see what OS kernel bits you're running from SAM. Another way is to run the command (posted in another thread) :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 03:18 PM
06-27-2004 03:18 PM
Re: 32 bit or 64 bit enabled
There are actually three helpful commands with this:
# getconf KERNEL_BITS (reads the running kernel)
and
# getconf HW_32_64_CAPABLE (which tells you what the server is capable of running.
# getconf HW_CPU_SUPP_BITS (CPU)
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 03:53 PM
06-27-2004 03:53 PM
Re: 32 bit or 64 bit enabled
Thanks again
maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 04:06 PM
06-27-2004 04:06 PM
Solution# getconf KERNEL_BITS (reads the running kernel)
If the system was running a 32 bit system or kernel the output from the command would report 32 and not 64. Hope this clears it up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 04:07 PM
06-27-2004 04:07 PM
Re: 32 bit or 64 bit enabled
32-bit OS cannot run 64 bit binaries. Your kernel is 64bit means your system is not 32bit otherwise it won't boot.
On the other hand 64bit systems allow 32bit code to run on them. So, on your system you can run both 64bit and 32bit programs.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 04:10 PM
06-27-2004 04:10 PM
Re: 32 bit or 64 bit enabled
keeping smiling
Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 04:23 PM
06-27-2004 04:23 PM
Re: 32 bit or 64 bit enabled
I have just run the command getconf HW_32_64_CAPABLE The reply I got was '1'. I have also tried getconf HW_32_64_CAPABLE (CPU) and I got was: /sbin/sh: Syntax error: `(' is not expected.
What is happening with this one?
Thanks
Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 04:25 PM
06-27-2004 04:25 PM
Re: 32 bit or 64 bit enabled
We can know the kernel type using the getconf and SAM settings.
HP-UX platform supports 32 (to allow 32 bit applications) and 64 for 64 bit application(s) or binaries. The size of data type is varied in the application.
We can use the file,chatr command to know the binary type. To dump the object informations we can use elfdump (IPF) and odump for (PA-RISC) machines.
Regards,
Muthukumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 06:27 PM
06-27-2004 06:27 PM
Re: 32 bit or 64 bit enabled
/sbin/sh: Syntax error: `(' is not expected.
This is because (CPU) is no part of the command. The command to run is:
# getconf HW_32_64_CAPABLE
For the output of 1 from the above command, I need to check further for what does it means firsst.
To check CPU bits, you can run this command:
# getconf HW_CPU_SUPP_BITS