Active IQ Unified Manager Discussions

'Show Snapshots' option with 'Create CIFS Share' in WFA

A_Campbell
3,138 Views

Does anyone know how to enable the 'Show Snapshots' option when using the 'Create CIFS Share' module in WFA?

1 ACCEPTED SOLUTION
A_Campbell has accepted the solution

naveens17
3,116 Views

normally in CLI ..

 

we can add the bit "showsnapshot" during the creation of cifs share create so I think if you select that as a variable in your script then you may enble it....

View solution in original post

2 REPLIES 2
A_Campbell has accepted the solution

naveens17
3,117 Views

normally in CLI ..

 

we can add the bit "showsnapshot" during the creation of cifs share create so I think if you select that as a variable in your script then you may enble it....

A_Campbell
3,104 Views

I added the following line to NetApp's default 'Create CIFS Share' command in WFA:

 

$command += " -ShareProperties showsnapshot"

 

It works, you can also add in any other options you want.

 

Thanks!

Public