Go to main content

SPARC and Netra SPARC S7-2 Series Servers Administration Guide

Exit Print View

Updated: June 2017
 
 

Correlate WWN Device Names With Physical Locations (probe-scsi-all Command)

  1. At the OpenBoot prompt, type:
    ok probe-scsi-all
    /pci@302/pci@2/pci@0/pci@14/LSI,sas@0
    
    FCode Version 1.00.65, MPT Version 2.05, Firmware Version 9.00.00.00
    
    Target 9 
      Unit 0   Disk   HGST     H101860SFSUN600G A3T0    1172123568 Blocks, 600 GB
      SASDeviceName 5000cca02f0256b8  SASAddress 5000cca02f0256b9  PhyNum 0 
    Target a 
      Unit 0   Disk   HGST     H101860SFSUN600G A3T0    1172123568 Blocks, 600 GB
      SASDeviceName 5000cca02f02564c  SASAddress 5000cca02f02564d  PhyNum 1 
    Target b 
      Unit 0   Disk   HGST     H101860SFSUN600G A770    1172123568 Blocks, 600 GB
      SASDeviceName 5000cca02f1390f4  SASAddress 5000cca02f1390f5  PhyNum 2 
    Target c 
      Unit 0   Disk   HGST     H101860SFSUN600G A770    1172123568 Blocks, 600 GB
      SASDeviceName 5000cca02f1376d8  SASAddress 5000cca02f1376d9  PhyNum 3 
    Target d 
      Unit 0   Disk   HGST     H101860SFSUN600G A3T0    1172123568 Blocks, 600 GB
      SASDeviceName 5000cca02f027838  SASAddress 5000cca02f027839  PhyNum 4 
    Target e 
      Unit 0   Disk   HGST     H101860SFSUN600G A3T0    1172123568 Blocks, 600 GB
      SASDeviceName 5000cca02f02e798  SASAddress 5000cca02f02e799  PhyNum 5 
    Target f 
      Unit 0   Disk   HGST     H101860SFSUN600G A3T0    1172123568 Blocks, 600 GB
      SASDeviceName 5000cca02f02b138  SASAddress 5000cca02f02b139  PhyNum 6 
    Target 10 
      Unit 0   Disk   HGST     H101860SFSUN600G A3T0    1172123568 Blocks, 600 GB
      SASDeviceName 5000cca02f028fd0  SASAddress 5000cca02f028fd1  PhyNum 7 
    
    /pci@300/pci@1/pci@0/pci@2/usb@0/storage@1
      Unit 0   Disk     smiMICRON  eUSB DISK       1112
    
    /pci@300/pci@1/pci@0/pci@2/usb@0/hub@2/storage@1
      Unit 0   Removable Read Only device    SUNRemote ISO CDROM1.01
    
  2. In the probe-scsi-all output, find the following disk identifiers:
    • LSI,sas@0 – Disk controller, followed by its associated target drives with their Target IDs. If the server has more than one disk controller, the target drives associated with each controller are listed following that controller's information.

    • SASDeviceName – WWN that Oracle Solaris recognizes.

    • SASAddress – WWN that OpenBoot references.

    • PhyNum – Physical slot that the drive occupies (the value 0 indicates a drive in HDD slot 0).

  3. Use the values in the probe-scsi-all output to construct a logical device name in the cntWWNdn format that is recognized by Oracle Solaris.

    For the example output, you can construct an Oracle Solaris device name for the drive in slot 0, indicated with PhyNum 0, as follows:

    • cn = c0

      n is the SAS disk controller number.

    • tWWN = t5000cca02f0256b8

      WWN is the SASDeviceName value.

    • dn = d0

      n is 0 for all embedded SCSI devices.

    The completed logical device name is c0t5000cca02f0256b8d0.

Related Information