On Sunday 12 December 2010 19:37, David Hollingworth wrote:
> Hi Alex
>
> I think you've correct identified your initial problem:
>
> On 12/12/2010 17:01, Alex wrote:
> > Client {
> >    Name = mail.mydoom.com-fd
> >    Address = dev13.mydoom.com
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >    FDPort = 9102
> >    Catalog = MyCatalog
> >    Password = "watpEaYgf2N2A6TdVN8QdYDA7MI8Sa9rVjOY1bW7dWGv"          #
> > password for FileDaemon
> >    File Retention = 30 days            # 30 days
> >    Job Retention = 6 months            # six months
> >    AutoPrune = yes                     # Prune expired Jobs/Files
> > }
>
> Here you're saying that the Address of your mail system is, infact, your
> dev13 system. Which is incorrect. Don't forget that the Name parameter
> can be anything to easily identify the client; but the Address must
> resolve to the IP address of the client system. For example:
>
> Client {
>    Name = "Mail System"
>    Address = mail.mydoom.com
> ...
>
> The second error you've received indicates that at least Bacula has
> attempted to contact the client, so you're one step further forward. The
> problem there could be a mismatched password or possibly a firewall issue.
> If you can telnet to the mail.mydoom.com on port 9102 then the port is open
> and it's most likely a password mismatch.
>

Seems to be booth! I've corrected firewall issue and now I can telnet from 
dev13 to mail.

[r...@dev13 bacula]# telnet mail.mydoom.com 9102
Trying 82.76.33.11...
Connected to mail.mydoom.com (1.2.3.4).
Escape character is '^]'.
Connection closed by foreign host.
[r...@dev13 bacula]#

Seems to be a password mismatch problem:
[r...@mail bacula]# bconsole
Connecting to Director dev13.mydoom.com:9101
1000 OK: dev13.mydoom.com-dir Version: 5.0.3 (30 August 2010)
Enter a period to cancel a command.
*status
Status available for:
     1: Director
     2: Storage
     3: Client
     4: All
Select daemon type for status (1-4): 3
Automatically selected Client: mail.mydoom.com-fd
Connecting to Client mail.mydoom.com-fd at mail.mydoom.com:9102
Failed to connect to Client mail.mydoom.com-fd.
====
You have messages.
*
[r...@mail bacula]#

Can you indicate me exact place where to change password (which file which 
directive)?

Regards,
Alx

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to