Active IQ Unified Manager Discussions

Clearing SysMgr 1.1 entries

kutner
3,169 Views

I had a clustered system entered in my Sys Mgr and it was working fine (showing up as a cluster).   We changed around somethings in our lab (IP numbers, etc) temporarily and now that things are back to normal I can't seem to get the cluster to be re-entered into SysMgr.  SysMgr thinks that the two controllers are separate, not a cluster.

I've removed and reinstalled the software, and even deleted the directory under Program Files.   Is any data kept anywhere else on the PC?

Any suggestions?

Thanks,

Andy

3 REPLIES 3

rle
NetApp Alumni
3,169 Views

Have you tried deleting the cluster and re-adding it?

   - Rick -

kutner
3,169 Views

Yes. I deleted the individual entries as well as the software and the install directory. I'm just not sure if there's a setting somewhere that is causing the SysMgr to think that the cluster is not a cluster.

Andy

rle
NetApp Alumni
3,169 Views

If you have access to snmpget, you can do this:

cfSettings:

   snmpget -v 1 <filer> -c public .1.3.6.1.4.1.789.1.2.3.1.0

   Values returned: notConfigured(1),  enabled(2),  disabled(3), takeoverByPartnerDisabled(4),  thisNodeDead(5)

cfState:

   snmpget -v 1 <filer> -c public .1.3.6.1.4.1.789.1.2.3.2.0

   Values returned: dead(1), canTakeover(2),  cannotTakeover(3), takeover(4)

cfInterconnectStatus:

   snmpget -v 1 <filer> -c public  .1.3.6.1.4.1.789.1.2.3.8.0

   Values returned:  notPresent(1),  down(2), partialFailure(3), up(4)

   Example:

   > snmpget -v 1 beany -c public .1.3.6.1.4.1.789.1.2.3.8.0
   SNMPv2-SMI::enterprises.789.1.2.3.8.0 = INTEGER: 2  => down

   > snmpget -v 1 zan -c public .1.3.6.1.4.1.789.1.2.3.8.0
  SNMPv2-SMI::enterprises.789.1.2.3.8.0 = INTEGER: 4 => up

   - Rick -

Public