1833434 Members
3334 Online
110052 Solutions
New Discussion

STM error

 
Edwin Ruiz_2
Super Advisor

STM error

Hi.. i have a new problem:

When i run smt or cstm or mstm y get that errors:

# stm
/usr/lib/dld.sl: Can't find path for shared library: libstmsec.sl
/usr/lib/dld.sl: No such file or directory
/usr/bin/stm[25]: 4320 Abort(coredump)

i just install stm sept 2003...

pls help me
12 REPLIES 12
Steven E. Protter
Exalted Contributor

Re: STM error

Edwin,

swverify that the installation and check if SHLIB_PATH is okay. I don't see why this could be happening unless the install blew up.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Edwin Ruiz_2
Super Advisor

Re: STM error

what sintaxis can i use for swverify?
Cheryl Griffin
Honored Contributor

Re: STM error

what does the following give you?
# uname -r
# swlist -l product |egrep -e "STM|Sup-Tool"

From first glance, this appears to be a problem with the installation.
"Downtime is a Crime."
Edwin Ruiz_2
Super Advisor

Re: STM error

i get that information

# uname -r
B.11.00
# swlist -l product |egrep -e "STM|Sup-Tool"
Sup-Tool-Mgr B.11.00.26.07 Support Tools Manager for HPUX systems
Cheryl Griffin
Honored Contributor

Re: STM error

Also, a patch may be necessary.
PHSS_29563 11.00 Support Tool Manager Sep 2003 Patch OR
PHSS_29543 11.11 Support Tool Manager Sep 2003 Patch
"Downtime is a Crime."
Edwin Ruiz_2
Super Advisor

Re: STM error

I install that patch.. same problem
Cheryl Griffin
Honored Contributor

Re: STM error

I suspected there might be more than one version that showed up in swlist, but your output looks good.

See if the file exists:
# 11 /usr/sbin/stm/lib/libstmsec.sl
You should see a file with similar permissions, owner, group (the size may differ)
-r-xr-xr-x 1 bin bin 12288 Oct 3 19:41 libstmsec.sl

Have you tried stopping and restarting diagnostics?
"Downtime is a Crime."
Edwin Ruiz_2
Super Advisor

Re: STM error

Library not found

# ll /usr/sbin/stm/lib/libstmsec.sl
/usr/sbin/stm/lib/libstmsec.sl not found
Edwin Ruiz_2
Super Advisor

Re: STM error

I transmit all libraries using ftp to my erver and i don get that errors.. now i want to start diagmond.. how can i do?
Edwin Ruiz_2
Super Advisor

Re: STM error

thanks for all....

All is working now
Edwin Ruiz_2
Super Advisor

Re: STM error

i am getting that erros now

mpc_bindlwp: Overriding conflicting mandatory

in syslog.log
Andrew Merritt_2
Honored Contributor

Re: STM error

I think this is caused by an incomplete installation of OnlineDiags. What version did you upgrade from? Are there any errors shown in the /var/adm/sw/swagent.log file for when you installed the HWE0309 version?

I'd recommend using swremove to remove the OnlineDiags and reinstall using swinstall.

Andrew