Hi Keith,
I tried the following command as suggested by you still the output is same, also I made sure the I am using the correct version of SnapCreator (3.4.0).I am unable to find out the issue:
________
[root@fcrhel scServer3.4.0]# pwd
/root/SnapCreator3.4.0/scServer3.4.0
[root@fcrhel scServer3.4.0]#
[root@fcrhel scServer3.4.0]# ls
configs gui LICENSE logs NOTICE.PDF plugins snapcreator
[root@fcrhel scServer3.4.0]# ls
configs gui LICENSE logs NOTICE.PDF plugins snapcreator
[root@fcrhel scServer3.4.0]# cd configs/
[root@fcrhel configs]# ls
default NFS_Share_Profile non_interactive
[root@fcrhel configs]# cd NFS_Share_Profile/
[root@fcrhel NFS_Share_Profile]# ls
NFS_Share_Profile.conf
[root@fcrhel NFS_Share_Profile]# cd ..
[root@fcrhel configs]# ls
default NFS_Share_Profile non_interactive
[root@fcrhel configs]#
[root@fcrhel configs]# cd ..
[root@fcrhel scServer3.4.0]# ./snapcreator -version
NetApp Snap Creator Framework 3.4.0
[root@fcrhel scServer3.4.0]# ./snapcreator --profile NFS_Share_Profile --action restore --policy hourly --volume_name Oracle_Control_Files --snap_name snap_test-hourly_20001004172657 --non_interactive --verbose
Unknown option: volume_name
Usage: ./snapcreator {--profile <Profile> --action <Action> --policy <Policy> <Optional Arguments> | --start-agent <port>
________
Also I would like to know the command for non interactive deletion of snapshots and volume clones. The command that I used did not do the job, its mentioned below:
_________
[root@fcrhel scServer3.4.0]#
[root@fcrhel scServer3.4.0]# ls
configs gui LICENSE logs NOTICE.PDF plugins snapcreator
[root@fcrhel scServer3.4.0]# ./snapcreator --version
NetApp Snap Creator Framework 3.4.0
[root@fcrhel scServer3.4.0]# ./snapcreator --profile NFS_Share_Profile --action snaplist
########## NetApp Snap Creator Framework Snapshot (Primary) List for 157.227.25.101:Oracle_Control_Files #########
### Snapshot Name ### ### Snapshot Timestamp ###
snap_test-hourly_20001004172657 Oct 04 2011 17:27:15
snap_test-hourly_20001004173436 Oct 04 2011 17:34:55
snap_test-hourly_20001004174725 Oct 04 2011 17:47:43
[root@fcrhel scServer3.4.0]#
[root@fcrhel scServer3.4.0]# ./snapcreator --profile NFS_Share_Profile --action delete --policy hourly --snap_name snap_test-hourly_20001004172657 --non_interactive --verbose
Unknown option: non_interactive
Usage: ./snapcreator {--profile <Profile> --action <Action> --policy <Policy> <Optional Arguments> | --start-agent <port>
_________
Thanks and Regards,
Prateek