Hi, Janco
Try this:

#!/bin/sh
(for i in /dev/sg*; do 
   echo $i; 
   mtx -f $i inquiry 2>&1;
   echo ------------------;
done) \
| less

Assuming is connected correctly, this will give you which /dev/sg* is 
you loader in.
search in the results something like this:

/dev/sg5
Product Type: Medium Changer
Vendor ID: 'DELL '
Product ID: 'PV-124T '
Revision: '0031'
Attached Changer: No


Mine is on /dev/sg5, Yours may not.
If you get this, tell me. I can help you with the rest.

I have also a 124T on a rhel.

Jaime







Jaime Ventura
[Infra-estruturas e Comunicações]

Rua Dr. António Bernardino de Almeida, 431
4200 - 072 Porto
Telef: +351 22 834 05 00 (04) - ext. 1641
Fax: +351 22 832 11 59

e-mail:         [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
url:    www.isep.ipp.pt <http://www.isep.ipp.pt>        

        





Janco van der Merwe wrote:
>
> Hi,
>
> I’m going to ask a really dumb question now, so please bear with me. 
> We just bought a Dell Power Vault 124 with a LTO 3 now the problem is 
> that I don’t know what device the autoloader is specified in /dev.
>
> I have a nst0, nst0a, nst0l, nst0m as well as st0, st0a, st0l and 
> st0m. At least I know what the difference between nst0 and st0 is but 
> I don’t know which one of the rest is the autoloader ???????
>
> The best thing is I just got to grips with Bacula and the AIT and now 
> I have to do everything over again but this time on RHEL 4 and the 
> Dell Autoloader, at least Bacula is easy but the hardware through a 
> curve ball.
>
> HELP???????
>
> Janco v.d Merwe
> Network Administrator
> Dunns Stores (PTY) Ltd
> Switchboard: 011 541 3000
> Direct: 011 541 3007
> Fax: 086 632 1708
>
>
>
> ------------------------------------------------------------------------
> ____________________________________________________________________________
> This communication and any attachments are confidential and intended 
> for the sole use of the
> intended recipient. Any form of copying or disclosure of this 
> communication to any third parties
> without permission is prohibited. The contents of this communication 
> and its attachments are
> not intended to be relied upon in law without subsequent written 
> confirmation. As such, Dunns
> Stores (Pty) Ltd accept no responsibility or liability (including 
> negligence) for the consequences
> of anyone acting, or not acting, on information contained therein.
>
> If you have received this communication in error please notify us 
> immediately and destroy or
> delete it.
> ____________________________________________________________________________ 
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ------------------------------------------------------------------------
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>   

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to