Operating System - HP-UX
1753259 Members
5351 Online
108792 Solutions
New Discussion юеВ

Re: ERROR: The System Management HomePage server could not be started successfully.

 
SOLVED
Go to solution
Robert Barton_1
New Member

ERROR: The System Management HomePage server could not be started successfully.

I get this error when trying to start SMH:

Starting the System Management HomePage server ...


/usr/lib/hpux64/dld.so: Unable to find library 'libapr-0.sl.9'.
/opt/hpsmh/lbin/hpsmh[179]: 18112 Killed
ERROR: The System Management HomePage server could not be started successfully.

we upgraded all the hpuxws to 22 and since that time been uable to open. It is looking for that library in the old directory. I tried linking and that does not work. Can someone help me.
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: ERROR: The System Management HomePage server could not be started successfully.

Shalom,

There was a bug in hpuxws that impacted SMH.

Back out the depot and install the depot that was there before.

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
Shinji Teragaito_1
Respected Contributor
Solution

Re: ERROR: The System Management HomePage server could not be started successfully.

You need to have HP Apache-based Web Server 2.0.* for HP SMH.

Do you mean you swremoved hpuxwsApache B.2.0.* ? If my
assumption is correct, you should reinstall hpuxwsApache
B.2.0.*. hpuxws22Apache B.2.2.* has not been supported by SMH.

# ldd /opt/hpsmh/lbin/smhstart
libsmhcommon.so => /opt/hpsmh/lib/libsmhcommon.so
libdomc.so.0.7 => /opt/hpsmh/lib/libdomc.so.0.7
libmba.so.0.6 => /opt/hpsmh/lib/libmba.so.0.6
libexpat.so.4 => /opt/hpsmh/lib/libexpat.so.4
libssl.so.0 => /usr/lib/hpux64/libssl.so.0
libcrypto.so.0 => /usr/lib/hpux64/libcrypto.so.0
libapr-0.sl.9 => /opt/hpws/apache/lib/libapr-0.sl.9
libaprutil-0.sl.9 => /opt/hpws/apache/lib/libaprutil-0.sl.9
..(snip)..
Kranti Mahmud
Honored Contributor

Re: ERROR: The System Management HomePage server could not be started successfully.

Hi Robert,

I suspect you need to reinstall SMPH as the message shows a library error. Please check the following thread:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1241502462974+28353475&threadId=1314080

Rgds-Kranti
Dont look BACK as U will miss something INFRONT!
Taifur
Respected Contributor

Re: ERROR: The System Management HomePage server could not be started successfully.

Hi Robert,

Try to download library file from

http://hpux.cs.utah.edu/hppd/hpux/
you can also check by istalling SMH again or install linker patches PHSS_39093 with its dependency PHSS_38526. Once you have
successfully installed the patch, start the SMH server using the following command:
/opt/hpsmh/bin/hpsmh autostart

http://docs.hp.com/en/381372-007/381372-007.pdf

Rgds//
Taifur
Robert Barton_1
New Member

Re: ERROR: The System Management HomePage server could not be started successfully.

Thanks for all the help. Shinji you were point on. I reinstall the Apache and all worked. I did tried the patches but that did not help it was still looking for the library in the 2.0 Apache directory.