Dear all,
Thanks for your guide. Here is result for the RPM package in RH7.0.
[root@ns31 /]# netstat -lu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
udp 0 0 *:1048 *:*
udp 0 0 202.85.164.38:domain *:*
udp 0 0 localhost:domain *:*
udp 0 0 *:1027 *:*
udp 0 0 *:1006 *:*
udp 0 0 *:1024 *:*
udp 0 0 *:sunrpc *:*
You are right, the amanda is no the list. Then,
[root@ns31 /]# ps aux|grep xinetd
root 510 0.0 0.1 2212 520 ? S 13:05 0:00
xinetd -reuse -pi
root 1057 0.0 0.1 1520 584 pts/0 S 13:36 0:00 grep xinetd
The xinetd seems to be running.
[root@ns31 /]# ls /etc/xinetd.d/am*
/etc/xinetd.d/amandaidx /etc/xinetd.d/amidxtape
In the /etc/xinetd.d directory, there is the above two files. But, there is
no file named amanda.
Is this all right? Or how can add the file amanda?
Yours,
Richard Ao
----- Original Message -----
From: "Harri Haataja" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, December 05, 2000 7:43 PM
Subject: Re: can not connect
> On Tue, 5 Dec 2000, richard wrote:
>
> > When I use the amcheck, I have the following errors. I use the RPMs by
> > Redhat 7.0. In my /etc/amanda/DailySet1/amanda.conf,
> > I use
> > tapedev "/dev/nst0"
> > my tape drive is HP DAT 3. Can anyone tell me what is wrong?
> >
> > [root@ns31 sbin]# ./amcheck DailySet1
> > Amanda Tape Server Host Check
> > -----------------------------
> > /var/tmp: 26421008 KB disk space available, that's plenty.
> > ERROR: cannot overwrite active tape DailySet100.
> > (expecting a new tape)
> > NOTE: skipping tape-writable test.
> > Server check took 3.354 seconds.
> > protocol packet receive: Connection refused
> > protocol packet receive: Connection refused
> > protocol packet receive: Connection refused
>
> Those might be from syslog and not amanda?
>
> > Amanda Backup Client Hosts Check
> > --------------------------------
> > WARNING: localhost: selfcheck request timed out. Host down?
>
> RH7 Amanda rpm by defulat, I hear, has no xinetd config for it.
> Does amanda show in netstat -lu ?
> Do you have xinetd running?
> Do you have /etc/xinetd.d/amanda?
>
> > Client check: 1 host checked in 29.996 seconds, 1 problem found.
> >
> > (brought to you by Amanda 2.4.1p1)
>
> You might upgrade anyway.. 2.4.2 is out.