First you need to be sure that you have the PV-124T correctly connected. I bought my PV-124T with a adaptec board scsi with it. First be sure that the board is recognized by linux.
I didn't understand you message quite well. Does your cat /proc/scsi/scsi is something like this? Attached devices: Host: scsi0 Channel: 00 Id: 06 Lun: 00 Vendor: PE/PV Model: 1x2 SCSI BP Rev: 1.0 Type: Processor ANSI SCSI revision: 02 Host: scsi0 Channel: 01 Id: 06 Lun: 00 Vendor: PE/PV Model: 1x4 SCSI BP Rev: 1.0 Type: Processor ANSI SCSI revision: 02 Host: scsi0 Channel: 02 Id: 00 Lun: 00 Vendor: MegaRAID Model: LD 0 RAID1 69G Rev: 521S Type: Direct-Access ANSI SCSI revision: 02 Host: scsi0 Channel: 02 Id: 01 Lun: 00 Vendor: MegaRAID Model: LD 1 RAID1 286G Rev: 521S Type: Direct-Access ANSI SCSI revision: 02 Host: scsi2 Channel: 00 Id: 15 Lun: 00 Vendor: IBM Model: ULTRIUM-TD3 Rev: 5BG2 Type: Sequential-Access ANSI SCSI revision: 03 Host: scsi2 Channel: 00 Id: 15 Lun: 01 Vendor: DELL Model: PV-124T Rev: 0031 Type: Medium Changer ANSI SCSI revision: 02 Notice the 2 last scsi hosts. If you can get this, then your loader is correctly recognized. And If so, you can run the code i sent you on my previous message, in a bash console. If not, then probably the tapeloader isn't correctly recognized. What scsi board is your tapeloader connected to? Tell me what you got. 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: > If I cat /proc/scsi/scsi the dell has an entry for the PV-124T but there is > no /dev/sg* > > Janco v.d Merwe > Network Administrator > Dunns Stores (PTY) Ltd > Switchboard: 011 541 3000 > Direct: 011 541 3007 > Fax: 086 632 1708 > > -----Original Message----- > From: Jaime Ventura [mailto:[EMAIL PROTECTED] > Sent: 12 September, 2006 14:36 > To: Janco van der Merwe > Cc: [email protected] > Subject: Re: [Bacula-users] Autoloaders > > 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 >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/bacula-users >> >> > > > ____________________________________________________________________________ > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
