Re: listing disk devices "Eigenvector" <m44_master@yahoo.com> wrote in message news:<HyB9e.44$Xo6.915@news.uswest.net>...
> This is a pretty basic question, but I couldn't find an answer for it
> elsewhere.
>
> How do I list out all the disk devices attached to a system under AIX 5.2?
> I come from an HPUX background and the command there is `ioscan -fnC disk` -
> is there a corresponding command for AIX?
To show standard hdisk drives:
lsdev -Cc disk
To show phsyical disks in SSA RAID systems:
lsdev -Cc pdisk
To match any SSA hdisk to its pdisk (or vice-versa):
ssaxlate -l [diskname] |