I purchased a 4.3GB IBM SCSI hard disk to add to my O2 system. The process seemed fairly straightforward, but I ran in to a few more problems than I expected. Below are the steps I went through to add the hard disk to my O2.
Equipment Needed:
NOTE: You need to purchase an SCA Ultra Wide (U/W) SCSI hard disk for the O2. I recommend IBM hard drives, but other brands are known to work too. This is one of the nice advantages to the O2, at least in the year 2001. SCA hard disks seem to go for pennies off eBay, so chances are you can luck into a large one for less than $50US.For those wanting a ready-to-use hard disk for the O2, you can find those at Reputable. Various sizes, partitioned as an option disk and ready to use.
The R5000 model O2 can accept two internal hard disks. Both disks have to be mounted on O2 drive sleds. These either came with your system or not. Reputable also has these available, as do other SGI vendors. If you have an R10000 or R12000 O2, your second hard disk is going to have to be external. The dissipator and processor assembly in those models consume the extra drive bay.
Installing the Drive:
unix: dksc0d2col: <6>No sense<6>: (asc=0x0, asq=0x0)<6>
Whatever that was, it went away once I enabled sync negotiation. SCSI is cool, but sometimes it just plain confuses me.
Partitioning
fx -x
fx version 6.5, Dec 31, 2000
fx: "device-name" = (dksc)
fx: ctlr# = (0)
fx: drive# = (1) 2
fx: lun# = (0)
...opening dksc(0,2,0)
mkfs_xfs /dev/rdsk/rdks0d2s7
This creates a new XFS filesystem on the new drive, assuming it's device #2.
mkdir /space
mount /dev/rdsk/rdks0d2s7 /space
/dev/dsk/dks0d2s7 /space xfs rw,raw=/dev/rdsk/rdks0d2s7 0 0