How to delete SLP after backup with storage fundation

gawin_wang發表於2014-03-26
ERROR:
Failed to delete storage Lifecycle  Policy snap reason:Images are in process. Please, run the nbstlutil command to get a list of those images if you need to cancel or expire them.



How to delete SLP after backup with storage fundation


nbstlutil list | awk '{print "bpexpdate -force_not_complete -d 0 -backupid "$4}' > del_bk.sh
chmod +x del_bk.sh
yes | ./del_bk.sh

or 
nbstlutil list | awk '{print "bpexpdate -force_not_complete -d 0 -backupid",$4}'
chmod +x del_bk.sh
yes | ./del_bk.sh





來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29557342/viewspace-1130156/,如需轉載,請註明出處,否則將追究法律責任。

相關文章