Koozali.org: home of the SME Server

Adding a SCSI card on 6.0

Offline ddougan

  • *
  • 155
  • +0/-0
    • http://www.DouganConsulting.com
Adding a SCSI card on 6.0
« on: October 04, 2004, 02:30:24 AM »
I added a SCSI card and tape drive to a client's server today. I've successfully loaded the aic7xxx driver manually; I also created (copied from another server) a 10ScsiHostAdapter modules.conf template fragment, identifying the aic7xxx driver. However, the ide-scsi driver is still being loaded, and the aic7xxx not.

I've found Darrell May's how-to on this topic, but it seems to be for versions older than 6.0, where modules.conf is now templated.

There must be another config file I've missed - can anyone help?

Thanks,
Des Dougan

totodiaz

Adding a SCSI card on 6.0
« Reply #1 on: October 04, 2004, 03:18:37 AM »
I had this problem before, what you need to do is create a boot floppy (images\boot.img on the CD.), Then create another floppy with the images\drvblock.img file. Boot with the bootable floppy and install the driver from the drvblock floopy. That should take care of the scsi driver.

Alberto

Offline ddougan

  • *
  • 155
  • +0/-0
    • http://www.DouganConsulting.com
Adding a SCSI card on 6.0
« Reply #2 on: October 04, 2004, 03:35:04 AM »
I'm not sure if we're on the same wavelength - I can load the card OK from the command line - it just isn't being loaded from a system restart even though I have an entry in modules.conf for it.
Des Dougan

Offline jahlewis

  • *
  • 151
  • +0/-0
    • http://www.arachnerd.com/
Adding a SCSI card on 6.0
« Reply #3 on: December 16, 2004, 02:37:52 AM »
Des, did you every figure out how to auto mount the added scsi card?

Anyone else?
............

Offline ddougan

  • *
  • 155
  • +0/-0
    • http://www.DouganConsulting.com
Adding a SCSI card on 6.0
« Reply #4 on: December 16, 2004, 07:41:37 AM »
To get round the problem, I added the command to rc.local.

Des
Des Dougan

Offline jahlewis

  • *
  • 151
  • +0/-0
    • http://www.arachnerd.com/
Adding a SCSI card on 6.0
« Reply #5 on: December 16, 2004, 01:24:03 PM »
Thanks Des,

What command?

insmod aic7xxx
insmod st

Or something else?
............