from your unix admin host:
remsh FILER vol status | fgrep online | while read vol junque do remsh FILER snap list $vol | fgrep "(" | awk '{ print $NF }' | while read snap do remsh FILER snap delete $vol $snap done done
this gets rid of all snapshots on all volumes. replace FILER with the filer's name.
no NT clues. sorry.
-- email: lance_bailey@pmc-sierra.com box: Lance R. Bailey, unix Administrator vox: +1 604 415 6646 PMC-Sierra, Inc fax: +1 604 415 6151 105-8555 Baxter Place http://www.lydia.org/~zaphod Burnaby BC, V5A 4V7 "Cat's motto: No matter what you've done wrong, always try to make it look like the dog did it." -- Unknown
On Wed, Mar 20, 2002 at 09:42:41AM -0600, Audrey Reed wrote:
Is there a quick way to delete ALL snapshots?
Thanks, Audrey