Hello,
I'm looking for a way to have a Domino admin being able to mount/unmount a backup created by SC. Mount command allows browsing and selecting a snapshot, but SC will only perform the cloning operation bqsed on that snapshot and not the actual mount. What I would like to do is to use MOUNT_CMD01 and UMOUNT_CMD01 fields and specify a sdcli command, for example:
MOUNT_CMD01="C:\Program Files\Netapp\SnapDrive\SDCLI.exe" snap mount -s <snapshot name choosen in GUI> -k M -d R
UMOUNT_CMD01="C:\Program Files\Netapp\SnapDrive\SDCLI.exe" snap unmount -d R
Unfortunately, I can't find the proper variable (if any) corresponding to the snapshot name choosen in GUI. Cloning operation performed during mount process gets the right value. If using %SNAME-%SNAP_TYPE_%SNAP_TIME, %SNAP_TIME matches the time SC job was started.
Any idea please?
Also, if doing mount/unmount, is it possible to bypass cloning process, as sdcli takes care of it?
Thanks,
Michel