This Blog is for getting information on UNIX flavors such as RHEL/CentOS/SuSE/Ubuntu and AIX.
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