Tuesday, October 26, 2010

Sun Storedge 3300 disk configuration from sunfire 240

Please add below lines on /kernel/drv/sd.conf

name="sd" class="scsi"
target=1 lun=0;

name="sd" class="scsi"
target=1 lun=1;

name="sd" class="scsi"
target=1 lun=2;

name="sd" class="scsi"
target=1 lun=3;

name="sd" class="scsi"
target=2 lun=0;

name="sd" class="scsi"
target=2 lun=1;

name="sd" class="scsi"
target=2 lun=2;

name="sd" class="scsi"
target=2 lun=3;

Then issue below commands to update the driver.

# update_drv -f sd
# devfsadm

You should see the remaining disks from the format command. =) If not, create below file and reboot the server.

# touch /reconfigure

No comments:

Post a Comment