- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- check if 32 or 64 bits in OS and Database??
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
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
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
тАО09-18-2002 12:02 AM
тАО09-18-2002 12:02 AM
I'm quite new and wonder how to check if I have 32 bits or 64 bits HP-Ux and then how to check the same in Oracle 8.1.6 standard edition installation.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2002 12:07 AM
тАО09-18-2002 12:07 AM
SolutionFor HP-UX;
/usr/bin/getconf KERNEL_BITS
shows either 32 or 64bit.
For oracle cd to your oracle install bin directory and do;
file * | grep ELF
If it lists a whole lot of files as ELF-64 executable then its a 64bit install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2002 12:17 AM
тАО09-18-2002 12:17 AM
Re: check if 32 or 64 bits in OS and Database??
If 64 bit Oracle the svrmgrl startup text will state this:
Oracle8i Enterprise Edition Release 8.1.7.3.0 - 64bit Production
rgds
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2002 12:18 AM
тАО09-18-2002 12:18 AM
Re: check if 32 or 64 bits in OS and Database??
For HP-UX,
SAM -> performance monitors -> system properties, press TAB to 'Operation System' and press enter you will see
'OS Kernel Width: 64'
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2002 12:29 AM
тАО09-18-2002 12:29 AM
Re: check if 32 or 64 bits in OS and Database??
#/usr/bin/getconf KERNEL_BITS
you will can see kernel bits number (32 or 64 bits)
also, you can get that to excute SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2002 12:46 AM
тАО09-18-2002 12:46 AM
Re: check if 32 or 64 bits in OS and Database??
or file /stand/vmunix
for oracle svrmgrl will display 64bit or 32bit
or file * oracle_binary_files
Regards,