- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Is my box 64-bit capable?
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
04-20-2001 05:10 AM
04-20-2001 05:10 AM
How can I tell :
1. Which type of CPU my box has?
2. Does it matter what type of CPU I have?
3. If my machine is 64-bit capable with 11.0?
Thanks....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 05:24 AM
04-20-2001 05:24 AM
Re: Is my box 64-bit capable?
will tell you
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 05:28 AM
04-20-2001 05:28 AM
Re: Is my box 64-bit capable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 05:28 AM
04-20-2001 05:28 AM
Re: Is my box 64-bit capable?
Have a good weekend,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 05:28 AM
04-20-2001 05:28 AM
Re: Is my box 64-bit capable?
The normal place to look for the information you are after is :
/usr/lib/sched.models in 10.20 or
/usr/sam/lib/mo/sched.models in 11.x
This shows the system to be PARISC 2.0 processors.
If you look in /etc/.supported_bits, you will find the R380 shows as 32/64 bit capable.
One word of warning though!!
If your system has ANY ESIA cards currently in use, you will not be able to use tham on the 64 bit kernel, as there are NO drivers for any EISA card in the 64 bit version. You would have to use 32bit to use the EISA cards.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 05:32 AM
04-20-2001 05:32 AM
Solution# grep `model|awk -F/ '{print $3}` /usr/sam/lib/mo/sched.models
...will return the PA RISC levels and model you seek.
SAM's cumulative patch provides the file above so this works well on 10.20 as well as 11.0
You will see that your server supports both 32-bit and 64-bit HP-UX.
'getconf HW_32_64_CAPABLE' is not valid until you are running 11.x.
...JRF...