Originally posted by: pmcwatt
This is a new clean install of AIX and PowerHA so nothing goofy going on with snmp.
AIX 7.1 TL2 SP01
PowerHA 7.1.2 SP1
Cluster goes through verify and synch ok.
Initially cldump and clstat both don't work.
I then go through the process of changing from snmpv3 to snmpv1:
-
stopsrc -s snmpd
0513-044 The snmpd Subsystem was requested to stop.
-
ls -alrt /usr/sbin/snmpd
lrwxrwxrwx 1 root system 9 27 Jun 11:23 /usr/sbin/snmpd -> snmpdv3ne
-
/usr/sbin/snmpv3_ssw -1
Stop daemon: snmpmibd
In /etc/rc.tcpip file, comment out the line that contains: snmpmibd
In /etc/rc.tcpip file, remove the comment from the line that contains: dpid2
Make the symbolic link from /usr/sbin/snmpd to /usr/sbin/snmpdv1
Make the symbolic link from /usr/sbin/clsnmp to /usr/sbin/clsnmpne
Start daemon: dpid2
-
ls -alrt /usr/sbin/snmpd
lrwxrwxrwx 1 root system 17 30 Jun 15:07 /usr/sbin/snmpd -> /usr/sbin/snmpdv1
-
startsrc -s snmpd
0513-059 The snmpd Subsystem has been started. Subsystem PID is 12910626.
cldump now works but clstat still doesn't.
This is the second customer i have been to in 3 three weeks where this is the case. Same version of PowerHA. In the other case the customer was doing various things with snmp so we put it down to that and used cldump.
I checked psdb and there are similar cases there where they change the snmpv3.conf file rather than drop to snmpv1.
In those cases they imply that cldump and clstat don't work.
In my case cldump works but clstat won't.
Anyone got any ideas?