Server Management - Systems Insight Manager
1752273 Members
4796 Online
108786 Solutions
New Discussion

Re: Systems Management Home Page shows No Items

 
Robert Egloff
Frequent Advisor

Re: Systems Management Home Page shows No Items

Thanks 

olivierdsm
Occasional Visitor

Re: Systems Management Home Page shows No Items

Thanks a lot John Willis for your post.

I am installing HP Server with Scripts and the SNMP didn't work until i read that we have to configure the Windows snmp Service.

Thanks Again!

 

In order to set the snmp parameter per script, we can use the registry.

Here is an example :

 

servermanagercmd -install SNMP-Services

 

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SNMP\Parameters" /v EnableAuthenticationTraps /t REG_DWORD /d 0 /f

REM disable traps

 

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SNMP\Parameters\PermittedManagers" /v 1 /t REG_SZ /d localhost /f

REM localhost needed for HP webconsole


reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SNMP\Parameters\PermittedManagers" /v 2 /t REG_SZ /d monitoracao.abc.com /f

REM your monitoring system

 

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SNMP\Parameters\ValidCommunities" /v public /t REG_DWORD /d 4 /f

REM Add public commnunity read-ony

 

cp019271.exe" /s

REM installs the web agents

Fratotec
New Member

Re: Systems Management Home Page shows No Items

I had this problem on a fresh SLES11 SP3 install and SMH install via HP_Service_Pack_for_Proliant_2014.02.0-0_761723-001_spp_2014.02 iso. As all SNMP configs seemed ok, I searched in the logfiles. In the /var/spool/opt/hp/hpsmh/logs/error_log I found the following errors: 

 

sh: ../../webapp-data/webagent/csginkgo: No such file or directory

 

an really in the 
/opt/hp/hpsmh/data/webapp-data/webagent

directory was no csginkgo file.

As this file was in /opt/hp/hp-snmp-agents/webagent/csginkgo, I sym-linked it to the missing location, and voilá ... the items appeard.

 

Looks like an bug in the Service_Pack installation ISO.

 

Regards

 

 

 

Unix Beheer
Occasional Advisor

Re: Systems Management Home Page shows No Items

Fratotec, THX! I had this problem too on RHEL6.x! Haven't seen this problem before, i have seen it now first time on SPP201402.
simarun
Visitor

Re: Systems Management Home Page shows No Items

hI, could you tell me when I add Proliant DL series servers to HP SIM,whis IP do I have to give in discovery section?

(Ping inclusion ranges, system (hosts) names, and/or hosts files ) 

is that ILO IP ? or system IP?

FaizalSalih
Occasional Advisor

Re: Systems Management Home Page shows No Items

We have faced similar issue, following will fix the the issue.

 

1.Ensure that the SNMP service is Enabled

 

2. Reinstall HP Insight Management Agents 

 

http://h20564.www2.hp.com/hpsc/swd/public/detail?swItemId=MTX_f33486c6dab6413380ab3afa69 

 

3.Launch  the SMH page and Login

 

 

Andrew_Haak
Honored Contributor

Re: Systems Management Home Page shows No Items

The localhost should be listen as a 127.0.0.1 adress in the allow list for reading SNMP info. The traps destination should list the name or IP of your SIM server and any other tool that you send SNMP traps to. Sending traps to the localhost had no function.
Kind regards,

Andrew
FaizalSalih
Occasional Advisor

Re: Systems Management Home Page shows No Items

 We have faced similar issue, following will fix the the issue.

 

1. Ensure that the SNMP service is Enabled

 

2.  Reinstall HP Insight Management Agents 

 

http://h20564.www2.hp.com/hpsc/swd/public/detail?swItemId=MTX_f33486c6dab6413380ab3afa69 

 

3. Launch  the SMH page and Login

 

 

Andrew_Haak
Honored Contributor

Re: Systems Management Home Page shows No Items

Hello,

 

For the links to work like any replace the hp.com for hpe.com.

 

http://h20564.www2.hpe.com/hpsc/swd/public/detail?s​wItemId=MTX_f33486c6dab6413380ab3afa69

 

So the rest is fine just the hpe.com part thanks to the HP  split.

Kind regards,

Andrew
Unlisted
Advisor

Re: Systems Management Home Page shows No Items

Reply originally by  William

Hello,

i was trying to use some 3rd party monitoring software (NCentral) but I first needed HP System managment page to work. First i was getting NO ITEMS so i installed the latest version of HPE SM from here: 

https://www.hpe.com/uk/en/product-catalog/detail/pip.344313.html

Next i needed SNMP to show up (greyed out in settings) so i downloaded HP IInsightsfrom here:

http://h20566.www2.hpe.com/hpsc/swd/public/detail?sp4ts.oid=3884318&swItemId=MTX_b22bcbd9b2af4d43a1a42f8d09&swEnvOid=4168

That fixed it all for me. However one server needed WBEM to be installed first and then the SNMP second. I can't find the link - will edit post if i fine it again tried for 20mins!!