Netapp Reference

Suppose filername is  filer.askdba.org

To check filer permissions

showmount -e filer.askdba.org

To check which hosts have mounted filer

showmount -a filer.askdba.org

To create snapshot named test_data_amitbansal

ssh filer.askdba.org snap create TEST_DAT test_data_amitbansal

To check the snapshots for volume TEST_DAT

ssh filer.askdba.org snap list TEST_DAT

To delete snap named test_data_amitbansal

ssh filer.askdba.org snap delete TEST_DAT test_data_amitbansal

To restore snap named test_data_amitbansal for volume TEST_DAT

ssh filer.askdba.org snap restore -f -t vol -s test_data_amitbansal TEST_DAT

Disable Hourly backup

ssh filer.askdba.org snap sched TEST_DAT 0 0 0

To check which aggregate the given volume belongs to

ssh filer.askdba.org vol container TEST_DAT

To get aggregate information

ssh filer.askdba.org df -Ag

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.