- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 32 bits or 64 bits....
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
03-06-2003 06:08 AM
03-06-2003 06:08 AM
How can I determine that a system is set to operate in 32 bits or 64 bits???
Thanks
Jonathan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:19 AM
03-06-2003 06:19 AM
Re: 32 bits or 64 bits....
Now, I have a compiled application (PeopleSoft 7.5) on an old box running HP-UX 10.20, so I supposed this app is running in 32 bits... Now I want to transfert that application on a new system running HP-UX 11... will it be possible???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:29 AM
03-06-2003 06:29 AM
SolutionYou can find out if your kernel supports 64bit binaries by issuing:
a5:/usr/local 110 > file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
a5:/usr/local 111 > getconf KERNEL_BITS
64
a5:/usr/local 112 > getconf HW_32_64_CAPABLE
1
a5:/usr/local 113 >
HP-UX 10.20 does not support 64bit objects
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:31 AM
03-06-2003 06:31 AM
Re: 32 bits or 64 bits....
# getconf KERNEL_BITS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:32 AM
03-06-2003 06:32 AM
Re: 32 bits or 64 bits....
One other way to check is to run Glance and go to the system tables screen [press 't' if you are running the character version]. The bitness of the installed OS is shown on the second screen. The advantage of this method, if you have Glance installed, is that you don't have to be root to get the answer.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:35 AM
03-06-2003 06:35 AM
Re: 32 bits or 64 bits....
http://devrsrc1.external.hp.com/STK/serversupport.html
http://www.hp.com/workstations/risc/operating/support_matrix/update.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:37 AM
03-06-2003 06:37 AM
Re: 32 bits or 64 bits....
Sure, your 32 bit app will run fine.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:51 AM
03-06-2003 06:51 AM
Re: 32 bits or 64 bits....
Your best bet is to double-check with PeopleSoft.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:55 AM
03-06-2003 06:55 AM
Re: 32 bits or 64 bits....
a5:/ 101 # ux
a5 HP-UX 11.00/64 U 9000/800/A500-7X/64 PA8700/750(2) pa-2.0 2048 Mb
a5:/ 102 #
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 07:00 AM
03-06-2003 07:00 AM
Re: 32 bits or 64 bits....
Another way to find out whether your OS mode is 64-bit is to run:
# /opt/ignite/bin/print_manifest
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 02:55 AM
03-07-2003 02:55 AM
Re: 32 bits or 64 bits....
- Performance Monitors
- System Properties
- go to TAB ; Operating System
- check OS Kernel Width
although in my opinion
command line is faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 05:02 AM
03-07-2003 05:02 AM
Re: 32 bits or 64 bits....
getconf KERNEL_BITS
or
getconf MACHINE_MODEL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 05:17 AM
03-07-2003 05:17 AM
Re: 32 bits or 64 bits....
I would agree with Pete that it is most likely that your program, especially a program widely known as PeopleSoft will *likely* work on 64-bits machine. But if you are running 11.0, I would also check to see if HP-UX 11.0 has been loaded in 32 or 64 bits. But again, and like Pete said, check with your PeopleSoft people, to make sure of any "gotchas".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 05:49 AM
03-07-2003 05:49 AM
Re: 32 bits or 64 bits....
Merci!
Thanks!
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 11:03 AM
03-07-2003 11:03 AM