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

2007-03-15 Thread spouynt
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 = xxx
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
  Name = ilemma009-mon
  Password = xx
  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 = xxx # 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 =   # 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  LevelFiles  Bytes   Status   FinishedName 
===
 5  Full  0 0   Error09-Mar-07 23:10 BackupCatalog
 6  Full  0 0   Error10-Mar-07 23:05 ilemma12
 7  Full  0 0   Error10-Mar-07 23:05 ilemma122
 8  Full  0 0   Error10-Mar-07 23:10 BackupCatalog
12  Full  0 0   Error12-Mar-07 23:05 ilemma12
13  Full  0 0   Error12-Mar-07 23:05 ilemma122
14  Full  0 0   Error12-Mar-07 23:10 BackupCatalog
15  Full  0 0   Error13-Mar-07 23:05 ilemma12
16  Full  0 0   Error13-Mar-07 23:05 ilemma122
17  Full  0 0   Error13-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] ***URGENTNeed 
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
{}
--






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

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

2007-03-15 Thread spouynt
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  LevelFiles  Bytes   Status   FinishedName 
===
18  Full  0 0   Error15-Mar-07 23:50 ilemma009
19  Full  0 0   Error15-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] ***URGENTNeed 
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] ***URGENTNeed
 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 = xxx
 }
 
 #
 # 

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

2007-03-15 Thread Robert Nelson
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 : URGENTNeed 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  LevelFiles  Bytes   Status   FinishedName 
===
18  Full  0 0   Error15-Mar-07 23:50 ilemma009
19  Full  0 0   Error15-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] ***URGENTNeed
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] ***URGENTNeed
 Help!***
 
 
  
 
 Hi all !
 this is my

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

2007-03-14 Thread Robert Nelson
It isn't absolutely necessary to install the HP Windows driver you can use
the physical address as a device name, in this case 4:0:5:1.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:bacula-users-
 [EMAIL PROTECTED] On Behalf Of Brian Debelius
 Sent: Monday, March 12, 2007 6:52 AM
 To: [EMAIL PROTECTED]
 Cc: Bacula-users@lists.sourceforge.net
 Subject: Re: [Bacula-users] Re : ***URGENTNeed
 Help !***
 
 Hi,
 According to your scsilist, the Ultrium name is Tape0 so for the tape
 you would use  'Archive Device = Tape0'.
 For the changer you need to install the HP  windows driver for you
 changer.  It will then appear as Changer0, and you would use
 'Changer Device = Changer0'.
 
 brian-
 
 [EMAIL PROTECTED] wrote:
  thanks for the remark Florian,
  but the problem is : without a backup server we can not make backups
  nor restore ! so it's realy urgent given that the production has
  started in a new country ! the version already running  is under
  openSUSE 10, so in the new country we need to use it under Windows,
  but I have no idea about how to specify the changer device for this OS.
 
  as you can see in the bacula's scsilist.exe log, the device has no
  name attributed, that's what confused me
 
  regards,
  Nawfel
 
  - Message d'origine 
  De : Florian Heigl [EMAIL PROTECTED]
  À : [EMAIL PROTECTED] [EMAIL PROTECTED]
  Envoyé le : Lundi, 12 Mars 2007, 11h38mn 33s
  Objet : Re: [Bacula-users] ***URGENTNeed Help
  !***
 
  Hey sorry,
 
  but answer me one question:
 
  What topic are You going to use if you ever have a really urgent
 problem?
  Please chose more wisely, you make people think you have a production
  breakdown and backups lost or something and all there is is that you
  don't know how to specify the changer device on windows?
 
  It should show up in device manager - logical storage where there is
  a list of devices with their respective \\PhysicalDrive names
 
  Florian
 
  2007/3/12, [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:
 
 
 
  Hi all,
 
  In my Bacula Server I have this list of devices given by bacula's
  device list
 
 
  DeviceType
  Physical Name
  ==   
   
  HL-DT-ST DVD+-RW GSA-H21L CDRom0: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.0CDRom5: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
  http://fr.rd.yahoo.com/evt=42054/*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.phpp=sourceforgeCID=DEVDEV
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  mailto:Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users
  https://lists.sourceforge.net/lists/listinfo/bacula-users
 
 
 
 
  --
  'Sie brauchen sich um Ihre Zukunft keine Gedanken zu machen'
 
 
  
  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.rd.yahoo.com/evt=42054/*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

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

2007-03-12 Thread spouynt
thanks for the remark Florian,
but the problem is : without a backup server we can not make backups nor 
restore ! so it's realy urgent given that the production has started in a new 
country ! the version already running  is under openSUSE 10, so in the new 
country we need to use it under Windows, but I have no idea about how to 
specify the changer device for this OS.

as you can see in the bacula's scsilist.exe log, the device has no name 
attributed, that's what confused me 

regards,
Nawfel

- Message d'origine 
De : Florian Heigl [EMAIL PROTECTED]
À : [EMAIL PROTECTED] [EMAIL PROTECTED]
Envoyé le : Lundi, 12 Mars 2007, 11h38mn 33s
Objet : Re: [Bacula-users] ***URGENTNeed Help 
!***

Hey sorry,

but answer me one question:

What topic are You going to use if you ever have a really urgent problem?
Please chose more wisely, you make people think you have a production breakdown 
and backups lost or something and all there is is that you don't know how to 
specify the changer device on windows?


It should show up in device manager - logical storage where there is a list of 
devices with their respective \\PhysicalDrive names

Florian

2007/3/12, 
[EMAIL PROTECTED] [EMAIL PROTECTED]:



Hi all,

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



DeviceType Physical 
Name
==
    
 
HL-DT-ST DVD+-RW GSA-H21L CDRom0: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.0CDRom5: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.

-
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.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list

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






-- 
'Sie brauchen sich um Ihre Zukunft keine Gedanken zu machen'










___ 
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.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


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

2007-03-12 Thread Brian Debelius
Hi,
According to your scsilist, the Ultrium name is Tape0 so for the tape 
you would use  'Archive Device = Tape0'.
For the changer you need to install the HP  windows driver for you 
changer.  It will then appear as Changer0, and you would use
'Changer Device = Changer0'.

brian-

[EMAIL PROTECTED] wrote:
 thanks for the remark Florian,
 but the problem is : without a backup server we can not make backups 
 nor restore ! so it's realy urgent given that the production has 
 started in a new country ! the version already running  is under 
 openSUSE 10, so in the new country we need to use it under Windows, 
 but I have no idea about how to specify the changer device for this OS.

 as you can see in the bacula's scsilist.exe log, the device has no 
 name attributed, that's what confused me

 regards,
 Nawfel

 - Message d'origine 
 De : Florian Heigl [EMAIL PROTECTED]
 À : [EMAIL PROTECTED] [EMAIL PROTECTED]
 Envoyé le : Lundi, 12 Mars 2007, 11h38mn 33s
 Objet : Re: [Bacula-users] ***URGENTNeed Help 
 !***

 Hey sorry,

 but answer me one question:

 What topic are You going to use if you ever have a really urgent problem?
 Please chose more wisely, you make people think you have a production 
 breakdown and backups lost or something and all there is is that you 
 don't know how to specify the changer device on windows?

 It should show up in device manager - logical storage where there is 
 a list of devices with their respective \\PhysicalDrive names

 Florian

 2007/3/12, [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:



 Hi all,

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


 DeviceType
 Physical Name
 ==   
  
 HL-DT-ST DVD+-RW GSA-H21L CDRom0: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.0CDRom5: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
 http://fr.rd.yahoo.com/evt=42054/*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.phpp=sourceforgeCID=DEVDEV
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 mailto:Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 https://lists.sourceforge.net/lists/listinfo/bacula-users




 -- 
 'Sie brauchen sich um Ihre Zukunft keine Gedanken zu machen'


 
 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.rd.yahoo.com/evt=42054/*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.phpp=sourceforgeCID=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 

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

2007-03-12 Thread Kern Sibbald
On Monday 12 March 2007 13:08, [EMAIL PROTECTED] wrote:
 thanks for the remark Florian,
 but the problem is : without a backup server we can not make backups nor
 restore ! so it's realy urgent given that the production has started in a
 new country ! the version already running  is under openSUSE 10, so in the
 new country we need to use it under Windows, but I have no idea about how
 to specify the changer device for this OS.

I think you should rethink what you are doing.  Given that this is URGENT, and 
it probably involves important data for you company, you really should be 
quite careful about basing it on a technology that you don't fully master 
(Bacula on Win32) AND basing it on a part of Bacula (Win32 server + SD) that 
is not yet officially documented nor supported.

If your request were not URGENT, I could see learning and working with the 
Win32 version, which to the best of my knowledge works perfectly fine.  
However, you would probably be much better off spending a very minor amount 
of money and install an OpenSUSE system similar to the one you are currently 
using.  At least in the short term that might (must be carefully reviewed) be 
a much less painful way to solve the problem.


 as you can see in the bacula's scsilist.exe log, the device has no name
 attributed, that's what confused me

 regards,
 Nawfel

 - Message d'origine 
 De : Florian Heigl [EMAIL PROTECTED]
 À : [EMAIL PROTECTED] [EMAIL PROTECTED]
 Envoyé le : Lundi, 12 Mars 2007, 11h38mn 33s
 Objet : Re: [Bacula-users] ***URGENTNeed Help
 !***

 Hey sorry,

 but answer me one question:

 What topic are You going to use if you ever have a really urgent problem?
 Please chose more wisely, you make people think you have a production
 breakdown and backups lost or something and all there is is that you don't
 know how to specify the changer device on windows?


 It should show up in device manager - logical storage where there is a
 list of devices with their respective \\PhysicalDrive names

 Florian

 2007/3/12,
 [EMAIL PROTECTED] [EMAIL PROTECTED]:



 Hi all,

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



 DeviceType Physical
 Name ==
 
  
 HL-DT-ST DVD+-RW GSA-H21L CDRom0: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.0CDRom5: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.

 -
 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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


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

2007-03-12 Thread Vladimir Doisan
I agree 100% with Kern - if you do not know the system and it is a
critical application - either master it or use the most common
configuration to get better support or look for something else.

BTW - I did not get the original message at all. The crazy ** blah,
blah !!!* are sending your messages to SPAM - be more
professional and more people will get your messages.

Good luck


-
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.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users