Link to home
Start Free TrialLog in
Avatar of jskfan
jskfanFlag for Cyprus

asked on

Configure HP agent with HP Insight Manager

User generated image
in the screenshot, I don't see where I can configure the HP Agent to communicate with the HP Insight Manager.

Any Help
ASKER CERTIFIED SOLUTION
Avatar of MarioAlcaide
MarioAlcaide

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jskfan

ASKER

On the client, there is no SNMP service installed and configured, that might be the issue ?
Avatar of MarioAlcaide
MarioAlcaide

Maybe; To install SNMP,
go to Control Panel and add the Windows component of Simple NetWork Management
Protocol.
Avatar of jskfan

ASKER

That was just my guessing though...
what needs to be configured on the client in order to get the HPSIM able to see the client status and deploy to it the updates?
With proper Event Handling configuration and Management Information Base (MIB) registration, HP SIM is able to receive and display SNMP traps sent from APC Network Management Cards (NMC) for real-time detection and monitoring.

The PowerNet MIB specific to APC UPSs comes pre-compiled with HP SIM and can be found in the “mibs” folder, in .mib and .cfg file formats. The configuration file must be registered on the HP SIM database by running mxmib –a powernet.cfg via command prompt from $\Systems Insight Manager\mibs. If a different MIB is desired, or a specific version of PowerNet is required, the .mib file must first be placed in “mibs” folder and configured using mcompile (syntax: mcompile ). When registered correctly, powernet.mib will appear in the HP SIM web interface (Options > Events > SNMP Trap Settings).

Once the MIB is registered, HP SIM needs to be configured to detect the SNMP traps. When creating a new discovery event, enter the NMC IP being tested. Under “Configure/Repair” all SNMP configurations must be enabled, with community string set to “public.” Selecting the newly created discovery event and clicking “Run Now” will ping the IPs entered and analyze if HP SIM can detect them as SNMP capable. When viewing task results, all NMC IPs should be void of critical failures.

Finally, HP SIM must be configured to accept SNMP traps from discovered systems. Under “Event Filter Settings,” make sure all IP ranges desired are being accepted ( * indicates acceptance from any IP). SNMP traps defined in the PowerNet MIB should now be detected. To detect SNMP traps sent from the NMC that are not pre-defined (such as SNMP trap tests), make sure “Accept Unregistered Events” is enabled.

If HP SIM is not detecting the SNMP traps, it is because SIM has not been added to the NMC trap receiver list. Enter the IP on which HP SIM is running, with trap generation and authentication enabled, and community name set to “public.” Trap tests will show up as “Generic Unregistered” events.
Avatar of jskfan

ASKER

I thought on the HP server (not HPSIM)

All we need is to install SNMP service, configure the community string, trap, and point it to HPSIM server IP address.



SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jskfan

ASKER

THANKS