Owner's Manual

Configuring Protocols to Send Information to IT Assistant 265
or
com2sec notConfigUser default community_name
To change the SNMP community name in SUSE Linux Enterprise Server,
edit the SNMP agent configuration file, /etc/snmpd.conf by performing the
following steps:
1
Find the line that reads:
rocommunity public 127.0.0.1
2
Edit this line by replacing
rocommunity
with the new SNMP
community name. When edited, the line should read:
rwcommunity public <ITA system IP address>
Enabling SNMP Set Operations
SNMP Set operations must be enabled on the system running Server
Administrator in order to change Server Administrator attributes using
IT Assistant. To enable SNMP Set operations on the system running Server
Administrator, edit the SNMP agent configuration file,
/etc/snmp/snmpd.conf (/etc/snmpd.conf in SUSE Linux Enterprise Server),
and perform the following steps:
1
Find the line that reads:
access publicgroup "" any noauth exact all none
none
or
access notConfigGroup "" any noauth exact all none
none
2
Edit this line, replacing the first
none
with
all
. When edited, the line
should read:
access publicgroup "" any noauth exact all all
none
or
access notConfigGroup "" any noauth exact all all
none