AIX and Linux
AIX and Linux
Pages
(Move to ...)
Home
Video
▼
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
‹
›
Home
View web version
No comments:
Post a Comment