|
Re: RH7.1 won't recognize /dev/sg18
On Fri, 11 Jul 2008 18:06:23 +0000, Manuel Ortiz wrote:
> General Schvantzkopf wrote:
>> On Fri, 11 Jul 2008 16:50:31 +0000, Manuel Ortiz wrote:
>>
>>> I have an old server I will be migrating but first I need to get a
>>> good backup of it. It's running ...
>>>
>>> Red Hat Linux release 7.1 (Seawolf)
>>> Kernel 2.4.2-2smp on a 2-processor i686
>>>
>>> I have installed a qlogic scsi card and an HP DLT autochanger. I can
>>> see the drive as /dev/st1 but I can't see the autochanger with mtx.
>>> Log files tell me it should be /dev/sg18 but when I look at ls -l
>>> /dev/sg* it stops at sg15, so when I try to access it with ...
>>>
>>> mtx -f /dev/sg18 status
>>>
>>> I get
>>>
>>> mtx: cannot open SCSI device '/dev/sg18' - No such file or directory
>>>
>>> I can provide more info if needed. Any help would be appreciated.
>>>
>>> Manuel
>>
>> You are dealing with a bronze age kernel, chances are there is no
>> driver for the autochanger. If I were you I'd just do an rsync to
>> another machine instead of trying to hook a piece of modern equipment
>> to that one.
>>
>> You could also try installing the latest 2.4 kernel, 2.4.36, assuming
>> that you can build it on a system that old, I don't know if you can.
>
> mtx can handle the auto-changer. The problem is it's not creating the
> generic scsi device (/dev/sg18)
I doubt that anyone here is going to be able to give you any help on
something as old as RH7.1. Even people who run OSes for years switched to
some version of RHEL years ago so the chances that someone reading this
group still has a running RH7.1 system is remote.
I think that you are making your life hard by trying to get a new piece of
equipment to work on that system, if it worked right out of the box then
it would have been fine but since it didn't I'd forget about it. There are
a lot of ways that you can accomplish your backup task. The simplest is to
just use rsync to copy your files from the old system to a new system.
|