Operating System - HP-UX
1833777 Members
2296 Online
110063 Solutions
New Discussion

Re: interpreter "/usr/lib/hpux32/uld.so" not found

 
SOLVED
Go to solution
Jerry_109
Super Advisor

interpreter "/usr/lib/hpux32/uld.so" not found

# uname -a ; model
HP-UX hohp143 B.11.23 U ia64 hp server rx3600
#########################################

Hello All,

We now have (2) different rx3600 servers that have panic, and crashed with the same messages as follows. Is their a know problem with these server ?

#########################################
Press Any Key to interrupt Autoboot
\EFI\HPUX\AUTO ==> boot vmunix -lq
Seconds left till autoboot - 0
AUTOBOOTING...> System Memory = 16354 MB
loading section 0
............................................................... (complete)
loading section 1
.............. (complete)
loading symbol table
loading System Directory (boot.sys) to MFS
....
loading MFSFILES directory (bootfs) to MFS
.....................
Launching /stand/vmunix
SIZE: Text:32094K + Data:7156K + BSS:9257K = Total:48508K

Console is on a Serial Device
Booting kernel...


Memory Class Setup
-------------------------------------------------------------------------
Class Physmem Lockmem Swapmem
-------------------------------------------------------------------------
System : 16354 MB 16354 MB 16354 MB
Kernel : 16354 MB 16354 MB 16354 MB
User : 15288 MB 14974 MB 13375 MB
-------------------------------------------------------------------------

Loaded ACPI revision 2.0 tables.
NOTICE: cachefs_link(): File system was registered at index 5.
NOTICE: nfs3_link(): File system was registered at index 8.
NOTICE: mod_fs_reg: Cannot retrieve configured loading phase from KRS for module: cifs. Setting to load at INIT

NOTICE: USB device attached. Identification String:
Devices/Device/USB/Standard/hp/Multibay/0_a1
<2.1.3.10.1008.294.161>
NOTICE: USB device attached. Identification String:
Devices/MassStorage-SCSI/USB/BulkOnly/hp/Multibay/0_a1
<2.310.3.150.1008.294.161>
NOTICE: USB device attached. Identification String:
Devices/ScsiControllerAdaptor/USB/BulkOnly/hp/Multibay
<2.1000.3.150.1008.294>
Boot device's HP-UX HW path is: 0/4/1/0.0.0.1.0

System Console is on the Built-In Serial Interface
igelan0: INITIALIZING HP A9784-60002 PCI/PCI-X 1000Base-T FC/GigE Combo Adapter at hardware path 0/3/1/0/6/0
iether1: INITIALIZING HP AB352-60003 PCI/PCI-X 1000Base-T Dual-port Core at hardware path 0/4/2/0
igelan3: INITIALIZING HP A9784-60002 PCI/PCI-X 1000Base-T FC/GigE Combo Adapter at hardware path 0/7/1/0/6/0
iether2: INITIALIZING HP AB352-60003 PCI/PCI-X 1000Base-T Dual-port Core at hardware path 0/4/2/1
Logical volume 64, 0x3 configured as ROOT
Logical volume 64, 0x2 configured as SWAP
Logical volume 64, 0x2 configured as DUMP
Swap device table: (start & size given in 512-byte blocks)
entry 0 - major is 64, minor is 0x2; start = 0, size = 16777216
Starting the STREAMS daemons-phase 1
Checking root file system.
interpreter "/usr/lib/hpux32/uld.so" not found
exec(2): could not load a.out
Root check done.
Calling function e0000000011e9b40 for Shutdown State 8 type 0x2

Stored message buffer up to panic:
was registered at index 8.
NOTICE: mod_fs_reg: Cannot retrieve configured loading phase from KRS for module: cifs. Setting to load at INIT
Boot device's HP-UX HW path is: 0/4/1/0.0.0.1.0

System Console is on the Built-In Serial Interface
igelan0: INITIALIZING HP A9784-60002 PCI/PCI-X 1000Base-T FC/GigE Combo Adapter at hardware path 0/3/1/0/6/0
iether1: INITIALIZING HP AB352-60003 PCI/PCI-X 1000Base-T Dual-port Core at hardware path 0/4/2/0
igelan3: INITIALIZING HP A9784-60002 PCI/PCI-X 1000Base-T FC/GigE Combo Adapter at hardware path 0/7/1/0/6/0
iether2: INITIALIZING HP AB352-60003 PCI/PCI-X 1000Base-T Dual-port Core at hardware path 0/4/2/1
Logical volume 64, 0x3 configured as ROOT
Logical volume 64, 0x2 configured as SWAP
Logical volume 64, 0x2 configured as DUMP
Swap device table: (start & size given in 512-byte blocks)
entry 0 - major is 64, minor is 0x2; start = 0, size = 16777216
Dump device table: (start & size given in 1-Kbyte blocks)
entry 0000000000000000 - major is 31, minor is 0x1000; start = 1137524, size = 8388604
Starting the STREAMS daemons-phase 1

System Panic:

panic: all VFS_MOUNTROOTs failed: NEED DRIVERS ?????
Stack Trace:
IP Function Name
0xe00000000102fe00 vfs_mountroot+0x1d0
0xe000000001370920 im_preinitrc+0x300
0xe0000000017b87b0 DoCalllist+0x3a0
End of Stack Trace

linkstamp: Tue Feb 20 11:58:50 PST 2007
_release_version: @(#) $Revision: vmunix: B11.23_LR FLAVOR=perf Fri Aug 29 22:35:38 PDT 2003 $

sync'ing disks (0 buffers to flush): (0 buffers to flush):
0 buffers not flushed
0 buffers still dirty

*** A system crash has occurred. (See the above messages for details.)
*** The system is now preparing to dump physical memory to disk, for use
*** in debugging the crash.

*** Cannot dump with compression because there are too few processors
*** Dumping without compression
*** The dump will be a SELECTIVE dump: 1256 of 16355 megabytes.
*** To change this dump type, press any key within 10 seconds.
#############################################
2 REPLIES 2
Dennis Handly
Acclaimed Contributor
Solution

Re: interpreter "/usr/lib/hpux32/uld.so" not found

It seems like you need to call the Response Center. Unless you have added your own DLKM or something?

Have you tried booting up in single user mode?

If you haven't mounted /usr, you should not be running any executable that uses shared libs.

>Checking root file system.
interpreter "/usr/lib/hpux32/uld.so" not found
exec(2): could not load a.out
Root check done.

Assuming /sbin/fsck and /sbin/fs_wrapper are linked archive, so they shouldn't be using uld.so.
Luk Vandenbussche
Honored Contributor

Re: interpreter "/usr/lib/hpux32/uld.so" not found

What is the date of the installation media that you are using?
You might need a more recent version