Amanda-Users

Re: best method to debug problems with amdump runs?

2007-09-27 21:01:38
Subject: Re: best method to debug problems with amdump runs?
From: Craig Dewick <cdewick AT lios.apana.org DOT au>
Date: Fri, 28 Sep 2007 11:01:14 +1000 (EST)
On Thu, 27 Sep 2007, Jean-Louis Martineau wrote:

Craig Dewick wrote:
What's the resolution for localhost?
What's the resolution for 127.0.0.1?
Do you have a route for 127.0.0.1 and localhost?

I'm not sure what you're asking with these. 8-)
ping localhost

1 craig@jedi #----> ping localhost
localhost is alive

ping 127.0.0.1

2 craig@jedi #----> ping 127.0.0.1
127.0.0.1 is alive

grep localhost /etc/hosts

3 craig@jedi #----> grep localhost /etc/hosts
127.0.0.1 localhost

I've checked /etc/hosts on the tape host system before and didn't think anything of that since I know all the other networking functions of my systems work fine, even though I'm not too sure if my Cisco's configuration is 'optimal'.

If it helps with determining networking problems, these are the relevant bits of my Cisco's config file:

!
interface FastEthernet0/0
 ip address 192.168.0.1 255.255.255.0 secondary
 ip address 192.168.1.1 255.255.255.0 secondary
 ip address 203.14.152.49 255.255.255.224
 ip access-group 101 in
 ip accounting output-packets
 no ip mroute-cache
 speed auto
 full-duplex
 no cdp enable
!
interface BRI0/0
 description old ORBnet main link
shutdown !
interface Ethernet1/0
 description "ethernet to DSL router"
 ip address 10.1.1.2 255.0.0.0
 ip verify unicast reverse-path
 ip accounting output-packets
 no ip mroute-cache
 full-duplex
!
ip default-gateway 10.1.1.1
no ip http server
no ip classless
ip route 203.14.152.32 255.255.255.224 FastEthernet0/0
ip route 192.168.0.0 255.255.255.0 FastEthernet0/0
ip route 192.168.1.0 255.255.255.0 FastEthernet0/0
ip route 0.0.0.0 0.0.0.0 10.1.1.1
ip route 10.0.0.0 255.0.0.0 Ethernet1/0
!

The 'ip access-group' statement in the FastEthernet0/0 definition is redundant (I don't have access group 101 set up in the config file) and I've removed that this morning, but I don't believe it would be the problem. If it is, I'll know later on when I try a manual run of 'amdump' with the extra debugging turned on.

Craig.

--
Post by Craig Dewick (tm). Web @ "http://lios.apana.org.au/~cdewick";.
Email 2 "cdewick AT lios.apana.org DOT au". SunShack @ "http://www.sunshack.org";
Galleries @ "http://www.sunshack.org/gallery2";. Also lots of tech data, etc.
Sun Microsystems webring at "http://n.webring.com/hub?ring=sunmicrosystemsu";.

<Prev in Thread] Current Thread [Next in Thread>