Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: LeoM on August 22, 2005, 10:18:59 AM

Title: Installing tapestreamer HP SureStore DAT24
Post by: LeoM on August 22, 2005, 10:18:59 AM
Hello All,

I recently connected an external HP ShureStore DAT24 to an internal CSCI card on my Mitel 6.0 server.

It works great !!

But.....

The streamer is only recognized after the (root) command : modprobe sym53c8xx

After a re-boot or re-installation, I have to give this command again.

Who can tell me a way to install the tapestreamer automatically during start-up?

Regards,

Leo.
Title: Re: Installing tapestreamer HP SureStore DAT24
Post by: CharlieBrady on August 22, 2005, 10:02:52 PM
Quote from: "LeoM"

But.....

The streamer is only recognized after the (root) command : modprobe sym53c8xx


Add:

alias scsi_hostadapter sym53c8xx

to /etc/modules.conf.
Title: No go...
Post by: LeoM on August 23, 2005, 09:15:04 AM
Hello Charlie,

Thanks for your quick reply, but it does not seem to work on two different servers with two different scsi cards (sym53c8xx and sym53c416).

On both servers the "modprobe" command works fine, and after that the tapestreamers are working.

Any suggestions for a Linux newbie ?

Kind regards,

Leo Mudde
The Netherlands.
Title: Problem solved.
Post by: LeoM on August 23, 2005, 09:57:57 AM
Hello Charlie,

Problem is solved!!
Did some "heavy thinking" myself.....

In my case the extra line in etc/modules.conf
had to be: alias ide-scsi sym53c8xx
       and alias ide-scsi sym53c416
Everything works fine now.

Thanks for getting me started.

Leo.
Title: Re: Problem solved.
Post by: CharlieBrady on August 23, 2005, 03:59:31 PM
Quote from: "LeoM"

In my case the extra line in etc/modules.conf
had to be: alias ide-scsi sym53c8xx
       and alias ide-scsi sym53c416


Why? What has ide-scsi to do with a SCSI tape drive? Why do you need two aliases entered? What happens if you only have the second one?
Title: IDE ?
Post by: LeoM on August 23, 2005, 07:02:43 PM
Hello Charlie,

You got me there...

I only have the second line, so not two.

I came to this idea after giving the command lsmod and saw ide-scsi in that list.

So I gave  alias ide-scsi sym53c8xx a try, and it worked !!!

The alias ide-scsi sym53c416   is on my other server because that has a different scsi card chipset.


Regards,

Leo
Title: Re: IDE ?
Post by: CharlieBrady on August 24, 2005, 01:40:49 AM
Quote from: "LeoM"
Hello Charlie,

You got me there...

I only have the second line, so not two.


So when you say "alias ide-scsi sym53c8xx and alias ide-scsi sym53c416" you didn't mean that literally.

Quote

I came to this idea after giving the command lsmod and saw ide-scsi in that list.

So I gave  alias ide-scsi sym53c8xx a try, and it worked !!!


But that doesn't mean that it's the correct thing to do. Would you please try using "scsi_hostadapter" as I suggested? That's what *should* work - and you haven't said that it didn't work.

You may need to reboot to undo any confusion over your use of ide-scsi.