Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1316

December 10th, 2014 01:00

checkpoints celerra pause

Hi,

I have a problem, have ckpt :

nas_ckpt_schedule -list

   Id Name                 State      Next Run                       Description

    2 sched_CajonDesastre  Active     Wed Dec 10 17:35:00 CET 2014

    3 sched_CajonDesastre2 Paused     Wed Dec 10 17:35:00 CET 2014

    4 sched_CajonDesastre3 Paused     Wed Dec 10 17:20:00 CET 2014

    5 sched_CajonDesastre4 Paused     Wed Dec 10 17:50:00 CET 2014

   14 sched_CajonDesastre5 Paused     Fri Dec 12 18:15:00 CET 2014

    6 sched_COMUNICACIONES Paused     Wed Dec 10 17:30:00 CET 2014

   11 sched_FS_UNIDADES1   Active     Wed Dec 10 17:50:00 CET 2014

    7 sched_HOME           Paused     Wed Dec 10 17:30:00 CET 2014

   13 sched_nasproyectos   Active     Mon Dec 15 18:30:00 CET 2014

    9 sched_SGDT_CAMINOS   Paused     Wed Dec 10 17:45:00 CET 2014

   10 sched_SISTEMAS       Paused     Wed Dec 10 17:40:00 CET 2014

as I can re-activate?

I activated the filesystem deduplication

and I get errors espacion of SavVol

any suggestions?

Thanks!

674 Posts

December 10th, 2014 06:00

you do not have ckpt "paused", but the ckpt schedule paused.

can you do a

$ nas_ckpt_schedule -resume id=2

$ nas_ckpt_schedule -resume id=3

$ nas_ckpt_schedule -resume id=4



674 Posts

December 10th, 2014 01:00

What about

$ nas_ckpt_schedule -resume { |id= }

6 Posts

December 10th, 2014 02:00

Hi Peter!

$ nas_ckpt_schedule -resume id=14 (for example)

OK

I want to activate ckpt...

674 Posts

December 10th, 2014 04:00

I am not sure if I understand you correct. You have "inactive" checkpoints and want to activate them?

Checkpoints will become "inactive" if there is not enough savvol space for saving the necessary data. At the moment a checkpoint will become "inactive" its data in the savvol is marked as deleted and the available savvol space is increased. at that moment, there is no way back, because this was triggered because "new" data could not saved into the savvol.


You can just delete or refresh "inactive" checkpoints, but there is no way to get the missing data back.

6 Posts

December 10th, 2014 04:00

Hi!

I have some ckpt "paused"

I think they have stopped manually and would want that were active

nas_ckpt_schedule -list

   Id Name                 State      Next Run                       Description

    2 sched_CajonDesastre  Active     Wed Dec 10 17:35:00 CET 2014

    3 sched_CajonDesastre2 Paused     Wed Dec 10 17:35:00 CET 2014

    4 sched_CajonDesastre3 Paused     Wed Dec 10 17:20:00 CET 2014

6 Posts

December 10th, 2014 06:00

Thanks!!

[nasadmin@VNX-Atocha ~]$ nas_ckpt_schedule -list

   Id Name                 State      Next Run                       Description

    2 sched_CajonDesastre  Active     Wed Dec 10 17:35:00 CET 2014

    3 sched_CajonDesastre2 Active     Wed Dec 10 17:35:00 CET 2014

    4 sched_CajonDesastre3 Active     Wed Dec 10 17:20:00 CET 2014

    5 sched_CajonDesastre4 Active     Wed Dec 10 17:50:00 CET 2014

No Events found!

Top