You are on page 1of 2

10 Step to create a RESTORE VOLUME

1. Check the aggregate for space. bash-3.2$ ssh c4auptsyn03-csa.asia-pac.shell.com df -Ag Aggregate total used avail capacity aggrat03 11921GB 0GB 11921GB 0% aggrat03/.snapshot 0GB 0GB 0GB ---% aggrat04 11921GB 0GB 11921GB 0% aggrat04/.snapshot 0GB 0GB 0GB ---% aggrat05 11921GB 0GB 11921GB 0% aggrat05/.snapshot 0GB 0GB 0GB ---% aggrat01 11921GB 6878GB 5042GB 58% aggrat01/.snapshot 0GB 0GB 0GB ---% aggrat02 11921GB 6878GB 5043GB 58% aggrat02/.snapshot 0GB 0GB 0GB ---% roots 1490GB 1381GB 108GB 93% roots/.snapshot 0GB 0GB 0GB ---% 2.Check the primary volume size. bash-3.2$ ssh c4auptsyn03-csa.asia-pac.shell.com vol size vt2f_02418 Warning: Volume 'vt2f_02418' has fs_size_fixed option set. The file system size may differ from the volume size. See 'vol status -b' for more detail. vol size: Flexible volume 'vt2f_02418' has size 3420g. 3. After indentitify which volume need to be use, create in the aggregate bash-3.2$ ssh c4auptsyn03-csa.asia-pac.shell.com vol create Restore_Taufiq aggrat03 4000g Creation of volume 'Restore_Taufiq' with size 4000g on containing aggregate 'aggrat03' has completed. 4. Set the snap schedule to - 0 bash-3.2$ ssh c4auptsyn03-csa.asia-pac.shell.com snap sched Restore_Taufiq 0 0 0 5. Set the snap reserve to - 0 bash-3.2$ ssh c4auptsyn03-csa.asia-pac.shell.com snap reserve Restore_Taufiq 0 6. Check the volume status. bash-3.2$ ssh c4auptsyn03-csa.asia-pac.shell.com vol status Restore_Taufiq Volume State Status Options Restore_Taufiq online raid_dp, flex create_ucode=on Volume UUID: 4cee88ee-733d-11e1-b39c-00a098199296 Containing aggregate: 'aggrat03'

7. Offline the volume (This is SM2T restore) bash-3.2$ ssh c4auptsyn03-csa.asia-pac.shell.com vol offline Restore_Taufiq Volume 'Restore_Taufiq' is now offline. 8. Check again the volume status. bash-3.2$ ssh c4auptsyn03-csa.asia-pac.shell.com vol status Restore_Taufiq Volume State Status Options Restore_Taufiq offline raid_dp, flex Volume UUID: 4cee88ee-733d-11e1-b39c-00a098199296 Containing aggregate: 'aggrat03' 9. Create a cifs share bash-3.2$ ssh c4auptsyn03-csa.asia-pac.shell.com cifs shares -add /vol/Restore_Taufiq 9. Present the secondary path to BNR c4auptsyn03-csa.asia-pac.shell.com :/vol/ Restore_Taufiq

You might also like