Pages

Monday, July 9, 2012

How to delete device information - aix


#How to delete device information


export AIX_NO_SAVEBASE=1
lsdev -Ccdisk |grep power |awk '{print "rmdev -l "$1}' |sh
unset AIX_NO_SAVEBASE
savebase -v

No comments:

Post a Comment