2015-05-25 12:41 PM - edited 2015-12-18 12:19 AM
I would like to ask a question about executing pre/post_clone commands from configuration during the clone (un)mount process. At this time there are only commands (UN)MOUNT_CMDxx executed. Or am I wrong? It means that I have to script all necessary actions only AFTER creating clone from existing snapshot (MOUNT_CMDxxx) or BEFORE clone delete (UMOUNT_CMDxx). There are no pre_clone, post_clone, pre_ntap or post_ntap commands executed when mounting existing snapshot (= actually executing part of cloneVol action at the background).
Or is there any trick to be able to use also other pre-post commands in mount/unmount actions?
Best regards,
Rostislav
Solved! SEE THE SOLUTION
2015-05-26 07:51 AM
Hi,
Can you clarify which action you are using?
There are a variety of PRE or POST commands aviaiable, but not all of them are used in each action.
For example, the clone action runs:
PRE_CLONE_CREATE_CMD01=
POST_CLONE_CREATE_CMD01=
Different actions may use different PRE/POST commands.
The nice thing about Snap Creator though is that it is very flexible - you can manually modify the workflow to call additional commands if necessary.
John
2015-05-26 12:22 PM - edited 2015-05-26 12:23 PM
Thanks for help, sorry for my late answer - I have found another article and asked also there. Here it is:
BR,
Rostislav