aix disks that are currently not being used

Lists SSA disks that are currently not being used by either the OS or other  applications.  Lists what size the disk is and which enclosure and slot the disk is located in. #!/bin/ksh printf “Please wait, this could take a while… nn” for pdisk in `lsdev -Cc pdisk | awk ‘/SSA/{print $1}’`do hdisk=`ssaxlate -l ${pdisk}` …

aix disks that are currently not being used Read More »