Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

3527

November 15th, 2012 05:00

Celerra NS120: NDMP service - Enabled, Pending Reboot

Hello,

I just noticed that into the System>Network>Network Services the service NDMP has the state Enabled, Pendind Reboot.

I don't know why it's in this state and since long time but now I would like to know how to restart this service? Or do I need to reboot the system?

Thanks,

Fabio.

2 Intern

 • 

20.4K Posts

November 15th, 2012 08:00

to failover server_2 to its standby partner

server_standby server_2 -activate mover

wait for server_2 to become available, give it another 2-3 minutes and then fail back

server_standby server_2 -restore mover

70 Posts

November 15th, 2012 05:00

rebooting the datamover every operations will pass to the other datamover without interrupting anything, correct?

Thanks,

Fabio.

8.6K Posts

November 15th, 2012 05:00

Reboot the data mover or failover/failback to the standby DM

8.6K Posts

November 15th, 2012 06:00

No – reboot doesnt cause a failover

If you want a failover you need to do a failover

Please see the VNX configuring standbys manual for the details

2 Intern

 • 

20.4K Posts

November 15th, 2012 06:00

i would failover/failback instead of reboot.

2 Intern

 • 

20.4K Posts

November 15th, 2012 06:00

if network connectivity configured properly on the standby datamover, then when you failover and failover should have very little impact to end users.  NFS clients will "pause" while it's failing over/back, CIFS clients will lose connection and will need to reconnect.  Failover/Failback is relatively fast process but it depends on how many file systems (including checkpoints) you have. In my experience it has taken from 40 seconds to 2 minutes.

70 Posts

November 15th, 2012 06:00

Thanks Dynamox,

so I'll reboot it during the night so that having lower impact to end users.

Thanks,

Fabio

70 Posts

November 15th, 2012 08:00

Sorry I made a wrong in writing reboot instead of failover. How can I do a failover?

Thanks,

Fabio.

70 Posts

November 29th, 2012 08:00

My primary datamover is server_2 the standby is server_3.

So is it your command the right one to failover?

Thanks,

Fabio.

Moderator

 • 

285 Posts

November 29th, 2012 09:00

Yes, the command is correct.  You issue all commands to server_2.  You tell server_2 to fail over, and then tell server_2 to fail back.

Your servers currently look like this:

[nasadmin@PopRocks ~]$ nas_server -l

id      type  acl  slot groupID  state  name

1        1    0     2              0    server_2

2        4    0     3              0    server_3

You will issue the command to server_2 to fail over:

[nasadmin@PopRocks ~]$ server_standby server_2 -a mover

When you fail over they will look like this:

[nasadmin@PopRocks ~]$ nas_server -l

id      type  acl  slot groupID  state  name

1        4    0     2              2    server_2.faulted.server_3

2        1    0     3              0    server_2

Notice that server_3 is gone, and has been renamed server_2.  Also notice that the mover in slot_2 is in "state 2".  This indicates that it was a primary that is now failed over.  Technically, it is the new standby for server_2, but the failover policy is manual.  It will not fail back on its own; you have to initiate it:


[nasadmin@PopRocks ~]$ server_standby server_2 -r mover

When the failback is completed, the system view will return to normal:

[nasadmin@PopRocks ~]$ nas_server -l

id      type  acl  slot groupID  state  name

1        1    0     2              0    server_2

2        4    0     3              0    server_3

2 Intern

 • 

20.4K Posts

November 29th, 2012 11:00

2 Intern

 • 

20.4K Posts

November 29th, 2012 11:00

Data unavailable

70 Posts

November 29th, 2012 11:00

failover completed.

Unfortunately now I can't reach a CIFS server. I can ping it but I can't view its shares using Windows browser. Inside the properties of it I can't change the interfaces, they are not selectable while the interfaces appear UP.

70 Posts

November 29th, 2012 11:00

what does it mean DU?

Moderator

 • 

285 Posts

November 29th, 2012 11:00

server_cpu server_2 -reboot -monitor now

No Events found!

Top