Server Management - Systems Insight Manager
1832964 Members
2678 Online
110048 Solutions
New Discussion

Re: Community string Config

 
SOLVED
Go to solution
Richard Layton
Frequent Advisor

Community string Config

Hello All,

I am setting up another dept. to access to thier servers through out Insight server. I don't want them to know out write community string but i don't know what effect not having the "default write community string" and only a "read community string". How will that effect them? Will they loose some functionality? Thanks
4 REPLIES 4
David Claypool
Honored Contributor
Solution

Re: Community string Config

hpSIM doesn't need a write community string at all really, since it never does any writing. It can get along with just a read string. Any 'transaction' that hpSIM does is not done through SNMP but through HTTPS.

However, the agents use SNMP to communicate among themselves, so you MUST have a READ-WRITE string named in the SNMP service. This can be different from the read string that hpSIM uses. Configured this way your string will only be used internally and never cross the wire.
Joe_328
Occasional Advisor

Re: Community string Config

Can anyone confirm the following please.

1. HP SIM communicates with managed systems/agents e.g. server/wk station via HTTPS.

2. "The agents use SNMP to communicate among themselves, so you MUST have a READ-WRITE string named in the SNMP service".

does this mean that the servers communicate amongs themselves on the agent level or the various agents encompassed within a PSP pack. (excluding HP SIM)?

I hope I am clear enough

Many Thanks

Joe
David Claypool
Honored Contributor

Re: Community string Config

1. HP SIM communicates with managed systems/agents e.g. server/wk station via HTTPS.

HP SIM uses both SNMP and HTTPS. SNMP is used for status polling, data collection and events--all READ operations.

Any 'transaction' that HP SIM does with the agents, replicate agent settings, update software/firmware, all are performed with HTTPS.

2. "The agents use SNMP to communicate among themselves, so you MUST have a READ-WRITE string named in the SNMP service".

That is correct. For example, for the Version Control Agent on Server A to update the Insight agent on Server A as to its status, an SNMP write is done from one to the other. This happens internally and does not go out over the wire.
Joe_328
Occasional Advisor

Re: Community string Config

Thanks alot