- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 10.20 on a D270
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
09-09-2004 09:33 PM
09-09-2004 09:33 PM
I have a 10.20 installed on D270 class.
Do you know how I can see if is 32 or 64 bit, or a 10.20 is only 32.
Thanks to all
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 09:41 PM
09-09-2004 09:41 PM
Re: HP-UX 10.20 on a D270
try:
getconf KERNEL_BITS
but 10.20 is 32 bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 09:43 PM
09-09-2004 09:43 PM
Re: HP-UX 10.20 on a D270
10.20 is 32 bit only.
#getconf KERNEL_BITS
shows kernel width
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 09:54 PM
09-09-2004 09:54 PM
Re: HP-UX 10.20 on a D270
but if 10.20 is only 32 is ok
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 10:14 PM
09-09-2004 10:14 PM
Re: HP-UX 10.20 on a D270
kernel parameter KERNEL_BITS is not existing neither in 10.20 nor 11i.
refer man pages of getconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 11:04 PM
09-09-2004 11:04 PM
Solution- 10.20 - 32 bits
- 11.00 - 32 or 64 bits.
- 11i - 32 or 64 bits.
because only 10.20 works with 32 bits.
Take a look at my attachment to see any possibilities, of any server.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 11:18 PM
09-09-2004 11:18 PM
Re: HP-UX 10.20 on a D270
getconf KERNEL_BITS work in 11i, I have just tried it