Platform Notes: Ultra 450 Workstation and Ultra Enterprise 450 Server

Configuring the Solaris Environment

After physically installing the disk drive, you must create a new device entry for the drive in the /devices, /dev/dsk, and /dev/rdsk hierarchies. The new drive is assigned a logical device name of the form cwtxdysz, where:

The logical device name assigned to the drive depends on the disk slot number where the drive is installed as well as the PCI slot number that contains the disk's associated UltraSCSI controller card.

  1. Use the drvconfig and disks commands to add the new device:


    # drvconfig
    # disks
    

  2. To verify that the new disk has been created, type:


    # ls -lt /dev/dsk | more
    lrwxrwxrwx   1 root     root          41 Jan 30 09:07 c0t3d0s0 -> ../../devices/pci@1f,4000/scsi@3/sd@3,0:a
    lrwxrwxrwx   1 root     root          41 Jan 30 09:07 c0t3d0s1 -> ../../devices/pci@1f,4000/scsi@3/sd@3,0:b
    lrwxrwxrwx   1 root     root          41 Jan 30 09:07 c0t3d0s2 -> ../../devices/pci@1f,4000/scsi@3/sd@3,0:c
    lrwxrwxrwx   1 root     root          41 Jan 30 09:07 c0t3d0s3 -> ../../devices/pci@1f,4000/scsi@3/sd@3,0:d
    lrwxrwxrwx   1 root     root          41 Jan 30 09:07 c0t3d0s4 -> ../../devices/pci@1f,4000/scsi@3/sd@3,0:e
    lrwxrwxrwx   1 root     root          41 Jan 30 09:07 c0t3d0s5 -> ../../devices/pci@1f,4000/scsi@3/sd@3,0:f
    lrwxrwxrwx   1 root     root          41 Jan 30 09:07 c0t3d0s6 -> ../../devices/pci@1f,4000/scsi@3/sd@3,0:g
    lrwxrwxrwx   1 root     root          41 Jan 30 09:07 c0t3d0s7 -> ../../devices/pci@1f,4000/scsi@3/sd@3,0:h
    --More--(13%)

    The new disk and its logical device name appear at the top of the list. Check the file creation date to make sure it matches the current time and date. In the example above, the logical device name for the new disk is c0t3d0.