I am trying to delete close to a hundred snapshots left over from a migration using SVM-DR. I have built a file called snaplist that contains: vserver volume snapshot Then i run a while loop to go through the file: while read vserv vol snap do ssh -n admin@cluster "set adv -c off ; volume snapshot delete -vserver $vserv -volume $vol -snapshot $snap -force true"; sleep 3; done < snaplist I get this error when io try to run it: " is an invalid value for field "-foreground <true|false>" Valid choices in this command's context: true, false " for parameter "-foreground". A future release may require "-foreground" to be specified before the value. I can't seem to figure where that's coming from! I'm sure it's something stupid I'm missing! Any help would be appreciated!
... View more
Hello. I have a FAS8040, and I plan to upgrade its ontap version from 9.1 to 9.3, but there is a read/write volume in the system with 2TB space and 614KB free space, and the usage space is 99%. This volume will not grow, can I upgrade it? Or do I need to expand it, how much is appropriate to expand it?
... View more
Hi, Does someone have a basic process/procedure to go through where a client from a Window/Linux machine cannot contact the nfs/CFS shares due to a probably network issue? I tend to get confused with all the different IP in play across this scenario. many thanks Larry
... View more
Assume that the equipment room is to be constructed, and all the equipment (servers. Switches. Storage) are shut down and shut down, some of which have vmware running on them. Can you give me a shutdown and startup process sequence? Prevents data loss and other hardware problems.
... View more
I only set this up once before and I got it to worked. I just set export rights and used the default cifs share rights. I do not recall setting any file-directory ntfs DACL. Today I could not do it. I then read about it and it seems I have to: 1. Create a security descriptor 2. Create a security policy 3. Create a task to that security policy https://docs.netapp.com/us-en/ontap/smb-admin/add-task-security-policy-file-task.html But I get this error: Error: command failed: Can't set ntfs security descriptor on a Unix File Can anyone point me to the right direction? Either I am over-complicating things or I am doing something wrong.
... View more