Active IQ Unified Manager Discussions

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

A_Campbell
2,553 Views

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

1 ACCEPTED SOLUTION

naveens17
2,531 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

naveens17
2,532 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
2,519 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