Jean-Louis,

thank you for your help, I don't quite have it though.

> The default changed, so you must add '-auth=bsd' if you want to use the 
> bsd auth.
> 
> For bsd auth:
>   amanda dgram udp wait amanda /usr/local/libexec/amanda/amandad 
> amandad -auth=bsd amdump
> 
> for bsdtcp auth:
>   amanda stream tcp nowait amanda /usr/local/libexec/amanda/amandad 
> amandad -auth=bsdtcp amdump
> 
> Also add the auth in the dumptype.
> 
> Increase 'debug_auth' to 9 in amanda.conf and amanda-client.con, then 
> look in the debug files, check to be sure the server and client use the 
> same auth
> 
> Jean-Louis

On the client.

amanda  stream tcp nowait  amanda  /usr/local/libexec/amanda/amandad amandad 
-auth=bsdtcp amdump

On the Server.

grifserv  /gmultip/climsgl       zfs-snapshot-bsd
grifserv  /gmultip/csssoft       zfs-snapshot2
grifserv  /gmultip/dew           zfs-snapshot-bsdtcp
grifserv  /gmultip/encphrev      zfs-snapshot

With the following amanda.conf dumptypes

define dumptype zfs-snapshot {
  index
  program "APPLICATION"
  application "app_amgtar"
  script "script_zfs_snapshot"
#  auth "bsdtcp"
  property "DF-PATH"  "/usr/sbin/df"
  property "ZFS-PATH" "/usr/sbin/zfs"
  property "PFEXEC-PATH" "/usr/bin/pfexec"
  property "PFEXEC" "YES"
  estimate server
}

define dumptype zfs-snapshot-bsd {
  index
  program "APPLICATION"
  application "app_amgtar"
  script "script_zfs_snapshot"
  auth "bsd"
  property "DF-PATH"  "/usr/sbin/df"
  property "ZFS-PATH" "/usr/sbin/zfs"
  property "PFEXEC-PATH" "/usr/bin/pfexec"
  property "PFEXEC" "YES"
  estimate server
}

define dumptype zfs-snapshot-bsdtcp {
  index
  program "APPLICATION"
  application "app_amgtar"
  script "script_zfs_snapshot"
  auth "bsdtcp"
  property "DF-PATH"  "/usr/sbin/df"
  property "ZFS-PATH" "/usr/sbin/zfs"
  property "PFEXEC-PATH" "/usr/bin/pfexec"
  property "PFEXEC" "YES"
  estimate server
}

On the server I executed
# amcheck -c curie grifserv 

 - and then one of the DLEs listed above, ran the test with
   only the single DLE.

All produced the same output on the client # snoop curie

curie.wadsworth.org -> grifserv.wadsworth.org UDP D=10080 S=941 LEN=137
grifserv.wadsworth.org -> curie.wadsworth.org ICMP Destination unreachable (UDP 
port 10080 unreachable)

I'd have thought one of those combinations was correct.

Apparently I am not activating the service on the client, I am
NOT producing any files in /tmp/amanda/

The SMF service remains online, I am not erroring it out, nor
am I producing smf errors in the system messages file.





---
   Brian R Cuttler                 [email protected]
   Computer Systems Support        (v) 518 486-1697
   Wadsworth Center                (f) 518 473-6384
   NYS Department of Health        Help Desk 518 473-0773



IMPORTANT NOTICE: This e-mail and any attachments may contain
confidential or sensitive information which is, or may be, legally
privileged or otherwise protected by law from further disclosure.  It
is intended only for the addressee.  If you received this in error or
from someone who was not authorized to send it to you, please do not
distribute, copy or use it or any attachments.  Please notify the
sender immediately by reply e-mail and delete this from your
system. Thank you for your cooperation.


Reply via email to