On Jul 22, 2011, at 11:14 AM, Jean-Louis Martineau wrote:

Which amanda release are you using?

root@errol:~# dpkg -l | grep amanda
ii amanda-client 1:2.6.1p1-2 Advanced Maryland Automatic Network Disk Arc ii amanda-common 1:2.6.1p1-2 Advanced Maryland Automatic Network Disk Arc

Which program/application are you using to do the backup.

I guess it's tar or dump. Whatever is on linux? How do I find out?

Post all the related client debug files.

I don't see any debug files. The only log entry I have from this morning's backup is

/var/log/deamon.log
Jul 22 00:15:01 errol amandad[4927]: connect from 204.186.196.15 (204.186.196.15)

This is how apt-get set up amanda.

root@errol:~# cat /etc/services | grep aman
amanda          10080/tcp                       # amanda backup services
amanda          10080/udp
kamanda         10081/tcp                       # amanda backup services 
(Kerberos)
kamanda         10081/udp
amandaidx       10082/tcp                       # amanda backup services
amidxtape       10083/tcp                       # amanda backup services

root@errol:~# netstat -a | grep -i amanda
udp        0      0 *:amanda                *:*

root@errol:~# cat /etc/inetd.conf
...
#:OTHER: Other services
amanda dgram udp wait backup /usr/sbin/tcpd /usr/lib/amanda/amandad - auth=bsd amdump amindexd amidxtaped

root@errol:~# cat /etc/xinetd.d/amanda
# default: on
# description: The amanda service
service amanda
{
#       only_from       = <Amanda server>
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = backup
        group           = backup
        groups          = yes
        server          = /usr/lib/amanda/amandad
        server_args     = -auth=bsd amdump amindexd amidxtaped
        disable         = no
}

root@errol:~# lsof | grep aman
inetd 4566 root 4u IPv4 17722 0t0 UDP *:amanda


Jean-Louis

On 07/22/2011 09:35 AM, myron wrote:
I put raid and lvm on the disk running ubuntu 10.04.
Amcheck didn't report any error, but it didn't back up.
I have other linux boxes w/o raid or lvm that back up fine.
I assume that it's the way I specified the partition. /dev/md0 instead
of /dev/sda[1-5], or should it be how lvm specifies the partition
/dev/mapper/system-var.

/var/amanda/DAILY/log/amdump.1
planner: time 0.155: setting up estimates for errol:/dev/md0
errol:/dev/md0 overdue 15177 days for level 0
setup_estimate: errol:/dev/md0: command 0, options:
   last_level -1 next_level0 -15177 level_days 0
   getting estimates 0 (0) -1 (-1) -1 (-1)
planner: time 0.156: setting up estimates took 0.082 secs

planner: time 1.394: got result for host errol disk /dev/md0: 0 -> -1K, -1 -> -1K, -1 -> -1K

FAILED QUEUE:
 0: errol      /dev/md0

planner: FAILED errol /dev/md0 20110722 0 [disk /dev/md0 offline on errol?]

/var/amanda/DAILY/log/log.20110722.0
DISK planner errol /dev/md0
INFO planner Adding new disk errol:/dev/md0.
FAIL planner errol /dev/md0 20110722 0 [disk /dev/md0 offline on errol?]

--myron
=================================
Myron Kowalski
MoCoSIN Network/Systems Administrator
Moravian College
[email protected] <mailto:[email protected]>





Reply via email to