Hi guys, I really could use some help here.

 

I've set up, compiled, installed, and successfully started openSAF on 2
controllers (one as Active and one as Standby, both start without any
errors).

I've been reading up in the forums on how to set variables through snmp,
however, none of the examples seem to work for me.

 

They talk about adding a node to the configuration through snmp by issuing
the following snmpset commands:

 

 

snmpset -v2c -c public -m /usr/share/snmp/mibs/SAF-AMF-MIB localhost
SAF-AMF-MIB::saAmfNodeSuFailoverProb.\"safNode=SC_2_2\" x "00 00 00 00 05 F5
E1 00"

snmpset -v2c -c public -m /usr/share/snmp/mibs/SAF-AMF-MIB localhost
SAF-AMF-MIB::saAmfNodeSuFailoverMax.\"safNode=SCL_2_2\" u 2

snmpset -v2c -c public -m /usr/share/snmp/mibs/SAF-AMF-MIB localhost
SAF-AMF-MIB::saAmfNodeAdminState.\"safNode=SC_2_2\" i 2

snmpset -v2c -c public -m /usr/share/snmp/mibs/NCS-AVSV-MIB localhost
NCS-AVSV-MIB::ncsNDNodeId.\"safNode=SC_2_2\" u 134928

snmpset -v2c -c public -m /usr/share/snmp/mibs/SAF-AMF-MIB localhost
SAF-AMF-MIB::saAmfNodeRowStatus.\"safNode=SC_2_2\" i 1

 

 

I can run that on either controller (I've even tried changing the safNode=
to SC_2_1), I get the same error:

Error in packet.

Reason: notWritable (That object does not support modification)

Failed object: SAF-AMF-MIB::saAmfNodeSuFailoverProb."safNode=SC_2_2"

 

When I try to do an snmpwalk on either controller this is what I get in
return:

root:~# snmpwalk -v2c -c public -m /usr/share/snmp/mibs/SAF-AMF-MIB
localhost SAF-AMF-MIB::saAmfNodeSuFailoverProb.\"safNode=SC_2_2\"

SAF-AMF-MIB::saAmfNodeSuFailoverProb."safNode=SC_2_2" = No Such Object
available on this agent at this OID

 

I've even tried doing:

snmpwalk -v2c -c public -m /usr/share/snmp/mibs/SAF-AMF-MIB localhost
SAF-AMF-MIB::saAmfNodeTable

 

which results in:

SAF-AMF-MIB::saAmfNodeTable = No Such Object available on this agent at this
OID

 

SNMPD is started using the following command on both controllers:

/usr/sbin/snmpd -x tcp:localhost:705 -c /usr/share/snmp/snmpd.conf -I
-interfaces -Lsd -Lf  /dev/null -p /var/run/snmpd.pid

 

Snmpd.conf on both controllers is:

 

 

# community string to be given in the SNMP requests at SNMP Manager

rwcommunity  public

 

master agentx

#IP address on which snmptrapd/snmp Manager is listening for the traps

trap2sink  10.0.0.131

 

syslocation  ECCG

syscontact  ECCG-SUPPORT

sysservices 79

 

#

# Directives for SubAgent communication

#

agentxTimeout 10

agentxRetries 0

 

 

That being said, am I missing something here?  Shouldn't I be able to see
the 2 controllers as 2 separate ROWS in the saAmfNodeTable?

 

Thanks in advance,

 

Gad

_______________________________________________
Users mailing list
[email protected]
http://list.opensaf.org/maillist/listinfo/users

Reply via email to