Tuesday, 9 August 2022

 


Delete all the hdisk devices EXCEPT the disks from rootvg in AIX:

lets's say  hdisk0 and hdisk1 (rmdev –dl)  


# lspv | grep –v rootvg |grep hdisk |awk {‘print $1’} | xargs –i% rmdev –dl %

No comments:

Post a Comment