- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Patch instalaltion error
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
01-25-2008 04:50 AM
01-25-2008 04:50 AM
Patch instalaltion error
Hi.
Need help.
During the installation of the following patch bundles, the system producing the error
Patch - PHNE_37110
he is using hpux - 11.11 and 32 bit he trying to install the patch as bundle with SAM utility
NOTE: Building a new kernel based on template file "/stand/system"
Generating module: krm...
Generating module: atdd...
ld: Mismatched ABI (not an ELF file) for /stand/build/mod_wk.d/atdd/mod_conf.o
Fatal error.
*** Error exit code 1
Stop.
make failure.
ERROR: The command "/usr/sbin/mk_kernel", which is used to rebuild
the kernel, has failed. Because kernel-related filesets were
installed, this command must be executed by "swinstall",
without failures, before the load can continue. Check the
above output for details about the failure.
NOTE: The Install Phase has suspended. Check the above output for
reasons.
* Aborting the Install Phase.
-----------------------------------------
error msg : - the cmmand "/usr/sbin/mk_kernel", which is used to rebuild the kernel , has failed. because kernel related filesets were installed , this command must be executed by "swinstall", without failures , before the load can continue . check the above output
Please help.
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2008 03:05 AM
01-26-2008 03:05 AM
Re: Patch instalaltion error
What do these show:
# model
# file /stand/vmunix
ld: Mismatched ABI (not an ELF file) for .../mod_conf.o
This says you are making a 64 bit kernel and you have a 32 bit object in mod_conf.o.
Do you have LDOPTS or CCOPTS exported?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2008 09:03 AM
01-27-2008 09:03 AM
Re: Patch instalaltion error
Thanx for replying , i have checked the output of both the command says : -
root> file /stand/vmunix
/stand/vmunix: PA-RISC1.1 executable -not stripped
root> model
9000/810/D380
root> getconf KERNEL_BITS
32
and i have checked the index file of all patches shows its applicable fot 32/64 bit architecture.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2008 06:01 PM
01-27-2008 06:01 PM
Re: Patch instalaltion error
# swverify \*
and let us know what you see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2008 06:48 PM
01-27-2008 06:48 PM
Re: Patch instalaltion error
1. Locate the 64-bit version of the mod.o file on the EMS media.
2. Copy the file to the /usr/conf/km.d/krm directory.
3. Generate the new kernel.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2008 07:32 PM
01-27-2008 07:32 PM
Re: Patch instalaltion error
You need to answer all 4 questions.
Do you have LDOPTS or CCOPTS exported?
You can fight fire with fire and do this before you build your kernel:
export CCOPTS=-v LDOPTS=-t
The former may tell you why 64 bit, the latter will list all of the files to ld and you can then use file(1) on each to find the bad one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2008 08:08 PM
01-27-2008 08:08 PM
Re: Patch instalaltion error
I'm not sure how this will help if the user has a 32 bit kernel?