Server Management - Systems Insight Manager
1830508 Members
2426 Online
110006 Solutions
New Discussion

Re: system management home page issue

 
anoop_10
Frequent Advisor

system management home page issue

Hi,

we have PARISC servers with HPUX 11.11 and we tried to install system management home page to integrate with HP SIM on all parisc boxes with 11.11.

SysMgmtWeb A.2.2.9.1 HP-UX Web Based System Management User Interface.

Installation was successful and I could able to open the system management home page from SIM.But the status of all the components is showing unknown (attached screen shot).If i click on any links it shows an error .But for 11.23 itanium box its working fine.

CIM_ERR_NOT_FOUND: The requested object could not be found: "HP_FanLocation

Please help.

Thanks
Anoop
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: system management home page issue

Shalom,

Find the start up file in /sbin/init.d/

Modify it put an set -x in the top.

Run it manually to get diagnostics.

Something is missing. Could be the install failed. Could be a miscofigured web server.

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
anoop_10
Frequent Advisor

Re: system management home page issue

Thanks for the mail ,

I could find /sbin/init.d/hpsmh file

#!/usr/bin/sh
set -x

function isnumeric
{
if [ -z "$1" ]
then
return 0

Is this ok?
Torsten.
Acclaimed Contributor

Re: system management home page issue

Maybe you don't have all the WBEM components you need. Go to http://software.hp.com and search for WBEM.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Shinji Teragaito_1
Respected Contributor

Re: system management home page issue

You need ChassisProvider. So you have to install SFM on your server.

Shinji