Mr Robert,
I don't want to waste your time, nor the other's ! I just asked for a simple 
configuration for my HP StorageWorks 1/8 Ultrium 232 Tape Autoloader If it's a 
waste of time for you and the list I will understand and stop harassing you 
with my stupid newbie questions !

I want just to say that I read the docs but I did not find something realy 
Windows/Tape Autoloader oriented (note: the config here is the one given in the 
installed files)

I really apologize for the time I'm making you wasting ! I've get a wrong start 
and now no one wants to help me ! I believed that this list is for helping 
people new to bacula like me and who did not understand very well the 
documentation, but I think I was too much wrong.

I think it's just cased by the fact that I don't use my professional email in 
the list ?! 
Anyway, is there any one who can give me a simple storage definition for an HP 
StorageWorks 1/8 Ultrium 232 Tape Autoloader ? I will be very grateful !

Thanks
Nawfel

----- Message d'origine ----
De : Robert Nelson <[EMAIL PROTECTED]>
À : [EMAIL PROTECTED]; Don MacArthur <[EMAIL PROTECTED]>
Cc : bacula-users@lists.sourceforge.net
Envoyé le : Jeudi, 15 Mars 2007, 19h10mn 59s
Objet : RE: [Bacula-users] Re :  ****URGENT****Need Help!***




 
 


<!--
 _filtered {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times 
New Roman";}
a:link, span.MsoHyperlink
        {color:blue;text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;text-decoration:underline;}
span.EmailStyle17
        {font-family:Arial;color:navy;}
 _filtered {margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {}
-->






Well at least you read the part about
starting with the configs that were installed.  However you haven’t
adjusted them to match your configuration.  Instead of wasting everyone’s
time posting without thinking.  READ THE DOCUMENTATION AND ADJUST THE
CONFIGURATIONS TO SUIT YOUR ENVIRONMENT.
 

  
 












From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]

Sent: Thursday, March 15, 2007
8:10 AM

To: Don MacArthur

Cc:
bacula-users@lists.sourceforge.net

Subject: [Bacula-users] Re :
****URGENT****Need Help!***
 




  
 





Thank you all for your
help,



I modified my files to get this config :





Autochanger {

  Name = Autochanger

  Device = Drive-1

  Device = Drive-2

  Changer Command = "mtx-changer %c %o %S %a %d"

  Changer Device = 4:0:5:1   #Changer0

}



Device {

  Name =
Drive-1                     
#

  Drive Index = 0

  Media Type = DLT-8000

  Device Type = Tape

  Archive Device = Tape0

  AutomaticMount =
yes              
# when device opened, read it

  AlwaysOpen = yes

  RemovableMedia = yes

  RandomAccess = no

  AutoChanger = yes

  Alert Command = "tapeinfo -f %c | findstr TapeAlert"

}



Device {

  Name =
Drive-2                     
#

  Drive Index = 1

  Media Type = DLT-8000

  Device Type = Tape

  Archive Device = Tape1

  AutomaticMount =
yes              
# when device opened, read it

  AlwaysOpen = yes

  RemovableMedia = yes

  RandomAccess = no

  AutoChanger = yes

  Alert Command = "tapeinfo -f %c | findstr TapeAlert"

}





I want to test with only 2 tapes but I get this log :



Running Jobs:

No Jobs running.

====



Jobs waiting to reserve a drive:

====



Terminated Jobs:

 JobId  Level    Files     
Bytes   Status  
Finished        Name 

===================================================================

    18 
Full         
0         0  
Error    15-Mar-07 23:50 ilemma009

    19 
Full         
0         0  
Error    15-Mar-07 23:53 Client1

====



Device status:

Autochanger "Autochanger" with devices:

   "Drive-1" (Tape0)

   "Drive-2" (Tape1)

Device "Drive-1" (Tape0) is not open.

    Drive 0 status unknown.

Device "Drive-2" (Tape1) is not open.

    Drive 1 status unknown.

====



In Use Volume status:

====





I think the DLT-8000 is not the best Media Type to put there ! am I right ?
(;-)) please, if you know which media type I have to specify for my HP 
StorageWorks 1/8 Ultrium 232 Tape Autoloader ? 



I feel like stuck there ! please help me !



Sincerly yours

Nawfel




 



----- Message d'origine
----

De : Don MacArthur <[EMAIL PROTECTED]>

À : Robert Nelson <[EMAIL PROTECTED]>

Cc : bacula-users@lists.sourceforge.net

Envoyé le : Jeudi, 15 Mars 2007, 14h27mn 05s

Objet : Re: [Bacula-users] ***************URGENT************Need
Help!***************
 



Hi Robert,



This comment is in reference to the conversation about using HP Windows

Drivers.  



In my conversations with HP and other vendors about drivers and tape

drives on Windows, the consensus seemed to be that using Windows drivers

created more problems that they solved.  Their advice was to address
the

scsi devices directly.  The benefits are increased throughput and
fewer

problems communicating with the devices.  



I do not have experience running the Bacula sd on Windows, but I have

run other enterprise backup systems on Windows and this was the advice I

was given by the vendors.  IIRC, the issue is with scsi device
command

communication, and the applications handled it better directly with the

devices than through the Windows drivers.  



The earlier advice about determining the device id's using scsilist.exe

would facilitate this, I think.  



FWIW.



On Thu, 2007-03-15 at 03:30 -0700, Robert Nelson wrote:

> First of all start with the configuration files installed by the

> installer.  They have examples that you should be able to use by
just

> uncommenting the proper definitions and changing a few
entries.  I

> don’t know now you created these configurations but they are all

> messed up.  You have entries from the Autochanger resource in
your

> Device resource and you are missing the Autochanger resource.  

> 

>  

> 

> You need to pay particular attention to how the various resource

> structures from the configuration files reference each
other.  For

> example the Device in the Storage resource in the Director

> configuration file must match the Name in the Device resource in the

> Storage configuration file.  In your case it should be
HP_Ultrium not

> the physical address.  Device Names such as changer0, tape0 and

> 4:0:5:1 are only specified in the Storage configuration.

> 

>  

> 

> Spend some time looking at the example configs and read the

> documentation and you’ll probably have much better luck.

> 

>  

> 

>                                    

> ______________________________________________________________________

> 

> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 

> Sent: Thursday, March 15, 2007 3:03 AM

> To: Robert Nelson

> Cc: bacula-users@lists.sourceforge.net

> Subject: Re : [Bacula-users] ***************URGENT************Need

> Help!***************

> 

> 

>  

> 

> Hi all !

> this is my file def conf of the storage deamon

> 

> Storage
{                            
# definition of myself

>   Name = ilemma009-sd

>   SDPort =
9103                  #
Director's port      

>   WorkingDirectory = "C:\\Documents and Settings\\All
Users\

> \Application Data\\Bacula\\Work"

>   Pid Directory = "C:\\Documents and Settings\\All
Users\\Application

> Data\\Bacula\\Work"

>   Maximum Concurrent Jobs = 20

> 

> }

> 

> #

> # List Directors who are permitted to contact Storage daemon

> #

> Director {

>   Name = ilemma009-dir

>   Password = "xxxxxxx"

> }

> 

> #

> # Restricted Director, used by tray-monitor to get the

> #   status of the storage daemon

> #

> Director {

>   Name = ilemma009-mon

>   Password = "xxxxxx"

>   Monitor = yes

> }

> 

> Device {

>   Name =
"HP_Ultrium"        # 

>   Media Type = DDS-4

>   Archive Device = Tape0     #Tape0

>   AutomaticMount =
yes;              
# when device opened, read it

>   AlwaysOpen = yes;

>   RemovableMedia = yes;

>   RandomAccess = no;

>   RequiresMount = yes

>   Changer Command = "mtx-changer %c %o %S %a %d"

>   Changer Device = 4:0:5:1    
#Changer0   #"4:0:5:1"   #4:0:5:1

> doesn't work !!

>   AutoChanger = yes

>   Alert Command = "tapeinfo -f %c | findstr TapeAlert"

> }

> 

> Messages {

>   Name = Standard

>   director = ilemma009-dir = all

> }

> 

> 

> 

> My director.conf file :

> 

> Director
{                            #
define myself

>   Name = ilemma009-dir

>   DIRport =
9101                #
where we listen for UA connections

>   QueryFile = "C:\\Program
Files\\Bacula\\bin\\query.sql"

>   WorkingDirectory = "C:\\Documents and Settings\\All
Users\

> \Application Data\\Bacula\\Work"

>   PidDirectory = "C:\\Documents and Settings\\All
Users\\Application

> Data\\Bacula\\Work"

>   Maximum Concurrent Jobs = 11

>   Password =
"xxxxxxx"         # Console
password

>   Messages = Daemon

> }

> 

> 

> # Definition of DDS tape storage device

> Storage {

>   Name = DDS-4    

> #  Do not use "localhost" here

>   Address =
ILEMMA009                #
N.B. Use a fully qualified name

> here

>   SDPort = 9103

>   Password =
"xxxxxxxx"          #
password for Storage daemon

>   Device =
4:0:5:1                      #
must be same as Device in

> Storage daemon

>   Media Type =
DDS-4                  #
must be same as MediaType in

> Storage daemon

>   Autochanger = yes                  
# enable for autochanger device

> }

> 

> 

> what bacula say every day :

> 

> ilemma009-sd Version: 2.0.3 (06 March 2007) Linux Cross-compile Win32

> Daemon started 15-Mar-07 10:01, 0 Jobs run since started.

>  Heap: bytes=13,542 max_bytes=13,687 bufs=57 max_bufs=58

> 

> Running Jobs:

> No Jobs running.

> ====

> 

> Jobs waiting to reserve a drive:

> ====

> 

> Terminated Jobs:

>  JobId  Level    Files      Bytes  
Status   Finished        Name


> ===================================================================

>      5  Full          0        
0   Error    09-Mar-07 23:10

> BackupCatalog

>      6  Full          0        
0   Error    10-Mar-07 23:05 ilemma12

>      7  Full          0        
0   Error    10-Mar-07 23:05 ilemma122

>      8  Full          0        
0   Error    10-Mar-07 23:10

> BackupCatalog

>    
12  Full          0        
0   Error    12-Mar-07 23:05 ilemma12

>    
13  Full          0        
0   Error    12-Mar-07 23:05 ilemma122

>    
14  Full          0        
0   Error    12-Mar-07 23:10

> BackupCatalog

>    
15  Full          0        
0   Error    13-Mar-07 23:05 ilemma12

>    
16  Full          0        
0   Error    13-Mar-07 23:05 ilemma122

>    
17  Full          0        
0   Error    13-Mar-07 23:10

> BackupCatalog

> ====

> 

> Device status:

> Device "HP_Ultrium" is not open or does not exist.

> ====

> 

> In Use Volume status:

> ====

> 

> 

> 

> 

> ----- Message d'origine ----

> De : Robert Nelson <[EMAIL PROTECTED]>

> À : [EMAIL PROTECTED]; bacula-users@lists.sourceforge.net

> Envoyé le : Jeudi, 15 Mars 2007, 1h53mn 19s

> Objet : RE: [Bacula-users] ***************URGENT************Need Help!

> ***************

> 

> Which part of this information from the Readme.txt file did you not

> understand?

> 

>  

> 

> Storage Device Names

> 

> --------------------

> 

> There is a utility installed called scsilist.exe which displays the

> installed 

> 

> devices, their physical address and their device name.  A link
to it

> is 

> 

> created in the Bacula menu when the Storage service is installed.

> 

>  

> 

> Changer and Tape device names in Windows are Changer0, Changer1, etc

> and 

> 

> Tape0, Tape1, etc.  If there isn't a device driver loaded for
the

> Changer 

> 

> then you need to use the address <Port>:<Bus>:<Target>:<Lun>.  Port
is

> the 

> 

> SCSI Adapter Number, Bus is the Bus Number on the adapter (usually 0

> since 

> 

> most adapters only have one bus), Target is the device's Target Device

> ID, 

> 

> Lun is the Logical Unit Number.

> 

>  

> 

> You must specify DeviceType = tape in the Device resource in bacula-

> sd.conf 

> 

> since auto detection of device type doesn't work at the present time.

> 

>  

> 

>                                    

> ______________________________________________________________________

> 

> From:[EMAIL PROTECTED] [mailto:bacula-users-

> [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]

> Sent: Monday, March 12, 2007 2:37 AM

> To: bacula-users@lists.sourceforge.net

> Subject: [Bacula-users] ***************URGENT************Need Help!

> ***************

> 

> 

>  

> 

>  

> 

>  

> 

> Hi all,

> 

> In my Bacula Server I have this list of devices given by bacula's

> "device list"

> 

> 

> 

>
Device                                                    Type

> Physical     Name

>
======                                              
====     ========

> ====

> HL-DT-ST DVD+-RW GSA-H21L    
CDRom    0:0:0:0      CdRom0

> HP      Ultrium
1-SCSI  P53W                
Tape     4:0:5:0

> Tape0

> HP      1x8 autoloader  1.50                  
Changer  4:0:5:1

> DY5402J FCM024K        
1.0            CDRom    5:0:0:0

> 

> Press any key to continue

> 

> I need to specify my "Archive Device = " and my "Changer
Device =" in

> the bacula's configuration file  bacula-sd .conf   !!

> The problem is : under windows I have no idea about how the system

> names the HP Ultrium nor the HP autoloader.

> 

> is there any one who tried the experience under windows and can help

> me ??

> 

> 

> Nawfel

> 

> 

>  

> 

> 

>  

> 

> 

>  

> 

>                                    

> ______________________________________________________________________

> 

> Découvrez une nouvelle façon d'obtenir des réponses à toutes vos

> questions ! Profitez des connaissances, des opinions et des

> expériences des internautes sur Yahoo! Questions/Réponses.

> 

> 

>  

> 

> 

>  

> 

>                                    

> ______________________________________________________________________

> 

> Découvrez une nouvelle façon d'obtenir des réponses à toutes vos

> questions ! Profitez des connaissances, des opinions et des

> expériences des internautes sur Yahoo! Questions/Réponses.

> 

> 

> -------------------------------------------------------------------------

> Take Surveys. Earn Cash. Influence the Future of IT

> Join SourceForge.net's Techsay panel and you'll get the chance to share
your

> opinions on IT & business topics through brief surveys-and earn cash

> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

> _______________________________________________ Bacula-users mailing list
Bacula-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/bacula-users



-------------------------------------------------------------------------

Take Surveys. Earn Cash. Influence the Future of IT

Join SourceForge.net's Techsay panel and you'll get the chance to share your

opinions on IT & business topics through brief surveys-and earn cash

http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________

Bacula-users mailing list

Bacula-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/bacula-users
 







  
 







  
 








Découvrez une nouvelle façon d'obtenir des réponses à toutes vos
questions ! Profitez des connaissances, des opinions et des expériences des
internautes sur Yahoo!
Questions/Réponses.
 













        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to