On Thu, Mar 09, 2017 at 09:10:49AM -0500, Jean-Louis Martineau wrote:
> Jon,
> 
> You can remove the faullty 4 lines.
> 3.4 can do multiple backup in parallel.
> 
> Instead of using amdump_client/amdumpd, you should use ambackup/ambackupd.
> amdump_client/amdumpd is the old protocol and is kept only for 
> compatibility with 3.3
> 
> Jean-Louis

Just tried ambackup/ambackupd.  On line 144 of ambackupd:

  if (defined $req->{'options'}->{'hostname'} and \
      $req->{'options'}->{'hostname'} ne $hostname) {

The right side expression is comparing the server name
and the client name.  As they are not equal ambackupd
fails with the message:

  ERROR hostname mismatch mums.jgcomp.com : cyber.jgcomp.com

I haven't explored where "req" gets set and whether its
hostname member should be server or client.

Jon
-- 
Jon H. LaBadie                 [email protected]
 11226 South Shore Rd.          (703) 787-0688 (H)
 Reston, VA  20190              (703) 935-6720 (C)

Reply via email to