- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Forcing 64bit 11 install on K570
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-27-2001 02:50 PM
02-27-2001 02:50 PM
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 03:18 PM
02-27-2001 03:18 PM
SolutionHope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 05:45 PM
02-27-2001 05:45 PM
Re: Forcing 64bit 11 install on K570
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 01:11 AM
02-28-2001 01:11 AM
Re: Forcing 64bit 11 install on K570
(see file /etc/.supported_bits)
But this file seems to no more exist in HP-UX 11i.
So, another way to check it, is to execute :
# getconf KERNEL_BITS
32/64
But some CPU need a firmware update to support 64 bit OS.
If you type :
# getconf HW_32_64_CAPABLE
and it returns "2" : 32 bit only capable !
it returns "3" : 32 AND 64 bit capable !
In the first case, you might need a firmware update (see patch database)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 07:10 AM
02-28-2001 07:10 AM
Re: Forcing 64bit 11 install on K570
getconf HW_CPU_SUPP_BITS
it will display a 32 or 64...this represents what the CPU will support...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 07:18 AM
02-28-2001 07:18 AM
Re: Forcing 64bit 11 install on K570
We recently went through the circle of trying to load 64-bit UX 11.0 onto two K460's. During the OS install we only had the choice of 32-bit. We found that one system was an 800 series instead of a 889. To check your system, do a uname -a. It must ID as a 9000/889 to run 64-bit. If it isn't 889 and you have H/P Hardware contract, they can upgrade the system ID, through configuration software.
Dewy