0

基本的なローカル バックアップ ジョブを実行するために、仮想 CentOS Linux リリース 7.3.1611 で Bacula Server を構成している間、正気を保とうとしています。

conf-files で必要なすべての構成を準備し、それに応じて mysql データベースを準備しました。

ジョブ (今のところローカル バックアップ) を開始する場合は、bconsole で次のコマンドを入力します。

*Connecting to Director 127.0.0.1:9101
1000 OK: bacula-dir Version: 5.2.13 (19 February 2013)
Enter a period to cancel a command.
*label
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
Automatically selected Storage: File
Enter new Volume name: MyVolume
Defined Pools:
     1: Default
     2: File
     3: Scratch
Select the Pool (1-3): 2

これは戻ります

Connecting to Storage daemon File at 127.0.0.1:9101 ...
Failed to connect to Storage daemon.
Do not forget to mount the drive!!!
You have messages.

メッセージは次のとおりです。

12-Sep 12:05 bacula-dir JobId 0: Fatal error: authenticate.c:120 Director unable to authenticate with Storage daemon at "127.0.0.1:9101". Possible causes:
Passwords or names not the same or
Maximum Concurrent Jobs exceeded on the SD or
SD networking messed up (restart daemon).
Please see http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION00260000000000000000 for help.

すべての conf ファイルの整合性、名前、パスワードを 2 回、3 回チェックしました。エラーをさらに探す場所がわかりません。

conf ファイルのどの部分でも喜んで投稿しますが、必要でない場合は、この質問をすぐに爆破したくありません。ヒントをありがとう。

4

2 に答える 2

0

バックアップ サーバーからディレクターの名前を追加し、リモート クライアントで /etc/bacula/bacula-fd.conf を編集する必要があります。

Director {
  Name = BackupServerName-dir
  Password = "use *-dir password from the same file"
}
于 2021-02-22T12:37:22.017 に答える