- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem upgrading 11.00 from 32-bit to 64-bit
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-13-2000 07:37 AM
09-13-2000 07:37 AM
/usr/ccs/bin/ld: /stand/build/mod_wk.d/krm/mod_conf.o: Mismatched ABI. 64-bit PA object file found in 32-bit link.
Anybody know what this means? I think it means I have a 32-bit driver loaded (I'm assuming in the kernel itself). I have checked the kernel for anything 32-bit (using the "what" command) and as a result de-installed a couple of patches (which were critical patches, having to do with sockets, etc.). After de-installing the patches, swgettools coredumps. Anybody have any ideas? Any help would be appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2000 07:40 AM
09-13-2000 07:40 AM
SolutionTheres been quite a few posts about this recently. Ive tried this a few times myself (upgrading from 11-32bit to 11-64bit) and it just doesnt work. The error you have is just the first of a long line of them which I dont think you will ever resolve satisfactorily. Take the easy option, reinstall from square one using 11-64bit. It will be faster to do this than trying to sort out your upgrade problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2000 07:58 AM
09-13-2000 07:58 AM
Re: Problem upgrading 11.00 from 32-bit to 64-bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2000 07:39 AM
09-25-2000 07:39 AM
Re: Problem upgrading 11.00 from 32-bit to 64-bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2000 10:06 AM
09-25-2000 10:06 AM
Re: Problem upgrading 11.00 from 32-bit to 64-bit
I ran into the same trouble while upgrading from HPUX 11.0 32bit to 64bit. The error that you are getting is simply the file being referred to is thinking the System is a PA-RISC1 (32bit) and it should be seeing it as a PA-RISC2 (64bit). I got around it by copying the "mod.0" file from an existing System with HPUX 11.0 (64bit) O/S allready loaded. below is the steps I took.
I hope this helps.
Upgrading HPUX 11.0 (32 bit) to HPUX 11.0 (64 bit)
1. Verify the system will support HPUX 11.0 (64 bit) architecture.
The system ?model? designation must be present in:
/etc/.supported_bits ??
2. Update the SD_toolset.
/usr/sbin/swremove SW-DIST.RUPDATE
ioscan ?fnC disk (locate DVD or CD drive)
mount /dev/dsk/cXtXdX /cdrom
cp /cdrom/catalog/SW-GETTOOLS/pfiles/swgettools /var/tmp
(Note: /var/tmp must have at least 2mb free space.)
chmod 775 /var/tmp/swgettools
/var/tmp/swgettools ?s /cdrom
(ignore any messages related to s/w compatability)
3. The following step is essential, if not done the upgrade will result
In failure.
A. From a N-Class (64 bit) system.
tar /dev/rmt/0m /usr/conf/km.d/krm/mod.o (On a 90 meter tape )
B. Sneaker net it to upgrade system.
Cd /usr/conf/km.d/krm/
Tar xvf /dev/rmt/0m .
(Note: The mod.o file copied from the N-Class system is a PA-RISC2 (64 bit)
configuration file, the original file is PA-RISC1).