AIX and Storage

Hi:-
What is the best way to determine what type of storage is attached to an AIX server?

Thanks,

lsdev -Cc disk would give you some information regarding wether the disk is standard SCSI disk, SSA disks or Fiber connected SAN, for example.

Hi,

the hardware specifications of the strorage can be viewed with
lscfg -v -l hdiskx

example :
lscfg -v -l hdisk1

Regards