AIX - Knowledge Base
Wednesday, 26 February 2014
script - for loop to take all disk attributes
for i in `lspv | awk '{print $1}'`
> do
> echo $i ; lsattr -El $i ;echo ===========================>> /tmp/dista
> done
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment