- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: Cannot Install HPUX 11.00 64-bit on K460
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
08-15-2001 08:31 AM
08-15-2001 08:31 AM
Cannot Install HPUX 11.00 64-bit on K460
The word count (model|wc -c) counts 14 characters in the string, so there is a trailing space in the model string. Is this the problem.
Is it time to get an HP engineer out to fiddle with swconfig?
TIA,
Bruce.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 12:26 PM
08-15-2001 12:26 PM
Re: Cannot Install HPUX 11.00 64-bit on K460
You are being mislead by the newline character counted by 'wc'. This is the fourteen character. Do this:
# echo "hi" | wc -c
# echo "hi" > /tmp/myfile
# cat -e /tmp/myfile #...note the visible "$"
HOWEVER, if you look at /etc/.supported_bits (on an 11.x system) you will see K460 entries as follows:
9000/889/K460-EG 32/64
9000/889/K460-XP 32/64
9000/889/K460 32/64
Thus, yes, I believe you need an engineer to update the model string to enable a 64-bit install.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 01:38 PM
08-15-2001 01:38 PM
Re: Cannot Install HPUX 11.00 64-bit on K460
Ensure that you have the proper PDC version installed. It must be at or above 37.4.
I'm assuming that you typed your model string in exactly, but just in case: similarly to what James said, if the "k" in K460 is in lowercase, the O.S. will only install a 32-bit image. /usr/bin/model must return "9000/889/K460", not ".../k460" (hey, things happen - HP has a record of this problem
Again, the CE must make any necessary changes.
Best of luck,
David Lieberman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 12:26 AM
08-16-2001 12:26 AM
Re: Cannot Install HPUX 11.00 64-bit on K460
Thanks for your help. I've already got 39.43 F/ware installed, so I had hoped that I could install 32 bit and then reinstall 64 over the top. But that didn't work.
I does look like I need to get the 9000/889 model string correction.
Cheers,
Bruce.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 11:43 PM
08-16-2001 11:43 PM
Re: Cannot Install HPUX 11.00 64-bit on K460
The error is in the fact that the 800 should be 889, as you have already been shown, and yes sadly this requires an erngineer to take the system down and change it.