In a message dated: Tue, 19 Dec 2000 09:10:00 MST
George Kelbley said:

>Thanks, however I'm still confused.  The question is how to create the
>/dev/chg device, we have the generic scsi stuff turned on, however our
>makedev script doesn't know how to create a changer device :(.   I mean
>our scsi card recognizes both scsi devices in the changer, that's not
>the problem.  We just haven't tried to do anything with a robot before.

There is no /dev/chg device.  You use the /dev/sg devices as the changer
device, which is why you need the generic scsi device.  For example,
in my chg-scsi.conf file I have the line:

        changerdev      /dev/sgb

This makes the device that amanda communicates with to change tape, /dev/sgb
not /dev/chg.  I don't know where everyone is finding /dev/chg, I don't see it 
in the amanda source tree anywhere, but you're not the first to get confused 
byt this.  I remember I had a difficul time setting it up as well.

So, to sum it all up, anywhere you see /dev/chg, change that to /dev/sgX where
X is the letter or number corresponding to the changer device on your system.

Hope that helps clear things up a little.


-- 
Seeya,
Paul
----
           I'm in shape, my shape just happens to be pear!

         If you're not having fun, you're not doing it right!


Reply via email to