Hello bacula-users,

if anyone could help with the following problem i would be very gratefull
i have this CLIENT , which has the following BACULA-FD.CONF file:

- begin -------------------------------
#
# Default  Bacula File Daemon Configuration file
#
#  For Bacula release 1.34.5 (21 June 2004) -- mandrake for
#
# There is not much to change here except perhaps the
# File daemon Name to
#

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = director
  Password = "senha"
}

#
# "Global" File daemon configuration specifications
#
FileDaemon {                          # this is me
  Name = falua
  FDport = 9102                  # where we listen for the director
  WorkingDirectory = /var/bacula
  Pid Directory = /var/run
  Maximum Concurrent Jobs = 20
}

# Send all messages except skipped files back to Director
Messages {
  Name = Standard
  director = localhost-dir = all, !skipped
}

-end--------------------------------


then i have this SERVER which has the following BACULA-DIR:CONF:

-begin---------------------------

#
# Default Bacula Director Configuration file
#
#  The only thing that MUST be changed is to add one or more
#   file or directory names in the Include directive of the
#   FileSet resource.
#
#  For Bacula release 1.34.5 (21 June 2004) -- mandrake for
#
#  You might also want to change the default email address
#   from root to your address.  See the "mail" and "operator"
#   directives in the Messages resource.
#

Director {                            # define myself
  Name = director
  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/usr/lib/bacula/query.sql"
  WorkingDirectory = "/var/lib/bacula"
  PidDirectory = "/var/run"
  Maximum Concurrent Jobs = 1
  Password = "senha"         # Console password
  Messages = Standard
}

.
.
.
.
.
# Client (File Services) to backup
Client {
  Name = falua
  Address = falua.xxxxxx.xx.xx.xx.xx
  FDPort = 9102
  Catalog = MyCatalog
  Password = "senha"          # password for FileDaemon
  File Retention = 30 days            # 30 days
  Job Retention = 6 months            # six months
  AutoPrune = yes                     # Prune expired Jobs/Files
}
-end-------------------------------------


"falua" is a remote machine, and it gives me the following error when i want to 
connect to it with BCONSOLE on the SERVER:

-begin---------------------------------
Connecting to Director localhost:9101
1000 OK: director Version: 1.36.1 (24 November 2004)
Enter a period to cancel a command.
*status
Using default Catalog name=MyCatalog DB=bacula
Status available for:
     1: Director
     2: Storage
     3: Client
     4: All
Select daemon type for status (1-4): 3
The defined Client resources are:
     1: veleiro
     2: falua
Select Client (File daemon) resource (1-2): 2
Connecting to Client falua at falua.alunos.di.fc.ul.pt:9102
Failed to connect to Client falua.
-end-----------------------------------

I can connect and make backups/restores of the SERVER but not on the remote 
machine (falua)

an LSOF -I on "falua" (the remote machine) shows: bacula-fd 25251  root    3u  
IPv4 743558       TCP *:9102 (LISTEN)

and LSOF -I on the server shows: 

        bacula-sd 32280  root    5u  IPv4 1192483       TCP *:9103 (LISTEN)
    bacula-sd 32282  root    5u  IPv4 1192483       TCP *:9103 (LISTEN)
        bacula-sd 32284  root    5u  IPv4 1192483       TCP *:9103 (LISTEN)
        bacula-fd 32285  root    5u  IPv4 1192482       TCP *:9102 (LISTEN)
        bacula-fd 32287  root    5u  IPv4 1192482       TCP *:9102 (LISTEN)
        bacula-fd 32288  root    5u  IPv4 1192482       TCP *:9102 (LISTEN)
        bacula-di 32291  root    6u  IPv4 1192490       TCP *:9101 (LISTEN)
        bacula-di 32292  root    6u  IPv4 1192490       TCP *:9101 (LISTEN)
        bacula-di 32293  root    6u  IPv4 1192490       TCP *:9101 (LISTEN)
        bacula-di 32294  root    6u  IPv4 1192490       TCP *:9101 (LISTEN)



what is wrong ? the post is long i know...i'm sorry
Best regards, 
  
Paulo Victor Fernandes
[EMAIL PROTECTED]
2005-04-09



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to