ONTAP Discussions

Create a flexclone in a shell script?

crobinso
4,887 Views

I have an Oracle DB on NFS in linux mounted on the prod machine which I don't have SMO setup on. 

We use a flexclone of the DB volume shared to a test machine and I want to script re-cloning the volume and refreshing the data.

I have found a few ways to do it.

1) ssh in and run the vol clone commands

2) the NetApp Manageability SDK and use perl

3) snapdrive?  I see there is a clone option but that looks like it is for LUNs not NFS and on the same host?

Is there anything else? Any one of them better than the other?

If snapdrive works to create a clone of a volume mounted via nfs how do you create a clone when the command is a "connect"?

Thanks

Cade

2 REPLIES 2

andrc
4,887 Views

SnapDrive is only for provisioning and managing LUNs and snapshots of LUNs, it wouldn't be suitable for an NFS volume. The best way is with SSH, it's even easier if you set up authorized_keys so you can run the commands over SSH without password authentication:

https://kb.netapp.com/support/index?page=content&id=1010841

crobinso
4,887 Views

Thanks.

That is what I figured I would end up doing.

I do have a script that uses snapdrive in linux to delete and create a snapshot of a NFS mount that works well but that is just simple delete and create.

Public