Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: tariq on January 17, 2004, 07:00:25 PM

Title: installing tape drive
Post by: tariq on January 17, 2004, 07:00:25 PM
Hi, I have SME 6.0 final and have just added an SIIG SCSI card with a compaq DDS3 SCSI tape drive.

The drive is succesfully recognised by the SCSI bios, and SME server boots as usual. What do I do to get SME to recognise and use this new tape drive?

I would be very grateful if someone could help me.

[%sig%]
Title: Re: installing tape drive
Post by: Nick Ramsay on January 17, 2004, 07:35:00 PM
Inserting:

insmod st

at the end of /etc/rc.d/rc.local is one solution
Title: Re: installing tape drive
Post by: Charlie Brady on January 17, 2004, 11:49:07 PM
tariq wrote:

> The drive is succesfully recognised by the SCSI bios, and SME
> server boots as usual. What do I do to get SME to recognise and
> use this new tape drive?

Determine what SCSI driver module you need, insert:

alias scsi_hostadapter xxxx

in /etc/modules.conf, and reboot.

You might have a stumbling block though - I don't know whether linux supports any SIIG SCSI adapters. Perhaps it's something else rebadged. You can probably find some hints as to the correct driver via google.

Charlie