Operating System - HP-UX
1838598 Members
4203 Online
110128 Solutions
New Discussion

/usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

 
Jonas Petersson
Occasional Contributor

/usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

I'm trying to run swinstall on my HP-UX B.11.11 U 9000/800 and get the following error-message

/usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall
Abort(coredump)

Last time we know swinstall ran correctly was the 9 of Sept when we installed PHSS_31042 without any problems. I cant see how that patch can affect swinstall...(or the lib the errormessage refer to)

Any sugestions on the cause of the problem?
9 REPLIES 9
MarkSyder
Honored Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

Does /var/adm/sw/swagent.log provide any more detail?

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Jonas Petersson
Occasional Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

These are the only entries from today in the swagent.log

======= 09/22/04 11:35:38 METDST BEGIN configure AGENT SESSION
(pid=2985) (jobid=bockus-0171)

* Agent session started for user "root@bockus.sahlgrenska.se".
(pid=2985)

======= 09/22/04 11:35:41 METDST END configure AGENT SESSION
(Cancelled) (pid=2985) (jobid=bockus-0171)
bhavin asokan
Honored Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

Eric Antunes
Honored Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

Hi Jonas,

Check your SHLIB_PATH variable.
Each and every day is a good day to learn.
bhavin asokan
Honored Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

hi,

restart the swagent daemon and try again.


/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start

regds,
Jonas Petersson
Occasional Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

copied libdc.sl from another server (wich was an older version of libdc.sl) and it worked. Now I only have to find out which patch installed the newer libdc.sl on the corrupt server.

Thx for the help everyone
Muthukumar_5
Honored Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

We can find with swlist as,

swlist | grep -Ev "^#|^$" | swlist -l file `xargs` | grep dld

It will give the bundle's / files with the dld there.

By default, OS-Core.CORE-SHLIBS will contain that library.
Easy to suggest when don't know about the problem!
bhavin asokan
Honored Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

hi,

have you installed ld(1) and linker tools cumulative patch in your system recently.

PHSS_30965 is the latest for ld(1) and linker tools cumulative patch.

regds,

Eric Antunes
Honored Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: dcnodes (code) from swinstall

Hi Jonas,

You said you've installed patch PHSS_31042. Have yo done what is said on the Special Instrucions?

Special Instructions:

"
NOTE!
This Patch has to be installed on the Installation
Server host.

The User Interface must be redistributed to the client
system(s) after the installation of the patch in order
to get the fixes into effect.

For distribution of the User Interface, refer to the
Storage Data Protector Installation guide.

Patch includes the following Site Specific Patches:
SSPUX510_007

A Site Specific Patch is a temporary hotfix that
you might have received from HP Support if you
have encountered a problem with Data Protector
for which no General Release patch was or is
available yet.

If any newer Site Specific Patch - that is
one with a higher number - for the Cell Console
is installed on your system, then you
must re-apply this SSP after installing
this Cell Console patch."

Eric Antunes
Each and every day is a good day to learn.