AddAndRemoveDisk

Last edit

Summary: Remove drives from system: cfgadm -al # to see all the drives cfgadm -c unconfigure c1::dsk/c1t9d0 # unconfigure the drives you're removing . . .

Changed:

< devfsadm # detect drives and install

to

> devfsadm -vCc disk # detect and install new scsi devices


Remove drives from system:

 cfgadm -al # to see all the drives
 cfgadm -c unconfigure c1::dsk/c1t9d0 # unconfigure the drives you're removing
 devfsadm -Cv  # remove unused /dev/dsk entries (and add new ones) 

Detect new drives:

  devfsadm -vCc disk # detect and install new scsi devices