ONTAP Discussions

vifmgr and mgmt offline

Todd-Blanks
4,173 Views

Hello,

Does anyone know the CLI command to get these two back online? 

 

 

cluster1::*> cluster ring show -online offline
Node                 UnitName      Epoch       DB Epoch       DB Trnxs         Master           Online
---------             ---------------     ---------      -------------      -------------        ---------            ---------
NODE2             mgmt                   0                1                      8711                   -                       offline
NODE2             vifmgr                  0                1                      20517                 -                      offline
2 entries were displayed.

 

cluster1::*> cluster ring show
Node              UnitName         Epoch      DB Epoch       DB Trnxs          Master            Online
---------           --------------        ---------     --------------     -------------         ---------             ---------
NODE1          mgmt                 1                 1                        13731                 NODE1            master
NODE1          vldb                    1                 1                        221                      NODE1            master
NODE1          vifmgr               1                 1                        21992                  NODE1            master
NODE1          bcomd              1                 1                       113                        NODE1            master
NODE1          crs                      1                 1                        44                          NODE1            master
NODE2         mgmt                0                 1                        8711                       -                        offline
NODE2         vldb                   1                 1                        221                         NODE1            secondary
NODE2         vifmgr               0                 1                       20517                     -                         offline
NODE2        bcomd               1                1                        113                          NODE1           secondary
NODE2        crs                       1                1                        44                             NODE1           secondary
10 entries were displayed.

2 REPLIES 2

aborzenkov
4,161 Views
It may be possible to force RDB resync; see https://library.netapp.com/ecmdocs/ECMP1196798/html/GUID-379190AA-72D7-4CC4-9BAF-DC509DA06C30.html

I’d still open case with NetApp support to investigate.

Todd-Blanks
3,953 Views

Thanks aborzenkov, for the assistance.  I tried this command as suggested by the support article and it made the issue worse.  I was not sure why.  So, since I'm in a lab environment I didn't waste time on it any further and I deleted the vsim and started new.

system configuration recovery cluster sync -node node2

 

Public