Hi all,
I am using amanda that the bundle is being done by RHEL5 now.
The version of amanda is 2.5.0p2-4.
I want to construct amanda with the krb5 encryption between the backup
server and the backup
client.
When the "amcheck -c" command was executed, the following error messages
were output.
----
"/etc/amanda/DailySet1/amanda.conf", line xxx: dump type parameter expected
"/etc/amanda/DailySet1/amanda.conf", line xxx: end of line expected
----
The dumptype is as follow:
----
define dumptype kerberos {
comment "Kerberos dump"
auth "krb5"
krb5keytab "xxx"
krb5principal "xxx"
global
program "GNUTAR"
}
----
The parameter of "krb5keytab" and "krb5principal" is recognized the error
message of not being.
The result of "amadmin xx version" is as follow:
----
build: VERSION="Amanda-2.5.0p2"
BUILT_DATE="Fri Sep 7 21:54:02 JST 2007"
BUILT_MACH="Linux rh5srv 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST
2007 x86_64 x86_64 x86_64 GNU/Linux"
CC="gcc"
CONFIGURE_COMMAND="'./configure' '--build=x86_64-redhat-linux-gnu'
'--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu'
'--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin'
'--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share'
'--includedir=/usr/include' '--libdir=/usr/lib64'
'--libexecdir=/usr/lib64/amanda' '--localstatedir=/var/lib'
'--sharedstatedir=/usr/com' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--enable-shared' '--disable-static'
'--disable-dependency-tracking' '--with-index-server=amandahost'
'--with-tape-server=amandahost' '--with-config=DailySet1'
'--with-gnutar-listdir=/var/lib/amanda/gnutar-lists'
'--with-smbclient=/usr/bin/smbclient'
'--with-dumperdir=/usr/lib64/amanda/dumperdir' '--with-amandahosts'
'--with-user=amanda' '--with-group=disk' '--with-tmpdir=/var/log/amanda'
'--with-gnutar=/bin/tar' '--with-ssh-security'
'--with-krb5-security=/usr/kerberos'"
paths: bindir="/usr/bin" sbindir="/usr/sbin"
libexecdir="/usr/lib64/amanda" mandir="/usr/share/man"
AMANDA_TMPDIR="/var/log/amanda"
AMANDA_DBGDIR="/var/log/amanda" CONFIG_DIR="/etc/amanda"
DEV_PREFIX="/dev/" RDEV_PREFIX="/dev/" DUMP="/sbin/dump"
RESTORE="/sbin/restore" VDUMP=UNDEF VRESTORE=UNDEF
XFSDUMP=UNDEF XFSRESTORE=UNDEF VXDUMP=UNDEF VXRESTORE=UNDEF
SAMBA_CLIENT="/usr/bin/smbclient" GNUTAR="/bin/tar"
COMPRESS_PATH="/bin/gzip" UNCOMPRESS_PATH="/bin/gzip"
LPRCMD="/usr/bin/lpr" MAILER="/usr/bin/Mail"
listed_incr_dir="/var/lib/amanda/gnutar-lists"
defs: DEFAULT_SERVER="amandahost" DEFAULT_CONFIG="DailySet1"
DEFAULT_TAPE_SERVER="amandahost"
DEFAULT_TAPE_DEVICE="null:" HAVE_MMAP HAVE_SYSVSHM
LOCKING=POSIX_FCNTL SETPGRP_VOID DEBUG_CODE
AMANDA_DEBUG_DAYS=4 BSD_SECURITY RSH_SECURITY USE_AMANDAHOSTS
CLIENT_LOGIN="amanda" FORCE_USERID HAVE_GZIP
COMPRESS_SUFFIX=".gz" COMPRESS_FAST_OPT="--fast"
COMPRESS_BEST_OPT="--best" UNCOMPRESS_OPT="-dc"
----
And We read the amanda.org Page(
http://www.amanda.org/docs/kerberos.html#id353699),but We didn't solve the
problem.
Would you please answer follow question?
1) Can the krb5 encryption be constructed with amanda that the bundle is
done with RHEL5?
2) How should I do to construct the krb5 encryption with amanda that the
bundle is done
with RHEL5?
Your prompt reply would be greatly appreciated.
Thanks in advance.