Apr 9, 2002 #1 raypru Technical User Apr 9, 2002 26 GB AIX UNIX Can anyone provide me with the command to find out which disks are controlled by which scsi.
AIX UNIX Can anyone provide me with the command to find out which disks are controlled by which scsi.
Apr 9, 2002 #2 AIX5L Technical User Jul 27, 2001 228 CH Hi You can use: lsdev -Cs scsi -> lists all Devices connected to SCSI hdisk0 10-60-00-0,0 -> 0,0 is the SCSI ID lsdev -Cc adapter -> List all Adapters (The Location Number gives you the Adapter Location on the PCI-Bus) scsi0 10-60 lsattr -El scsi0 ID= the SCSI Id of the Adapter most 7 or 14 lscfg -vl scsi0 the Information Like Type,Microcode ......... Upvote 0 Downvote
Hi You can use: lsdev -Cs scsi -> lists all Devices connected to SCSI hdisk0 10-60-00-0,0 -> 0,0 is the SCSI ID lsdev -Cc adapter -> List all Adapters (The Location Number gives you the Adapter Location on the PCI-Bus) scsi0 10-60 lsattr -El scsi0 ID= the SCSI Id of the Adapter most 7 or 14 lscfg -vl scsi0 the Information Like Type,Microcode .........