Hi,
> > : I'm using Legato Networker 5.0.1/Turbo on SPARC/Solaris 2.6.
> > : Im trying to back up a HP-UX 10.X machine, using Client Pak for Unix
> > : V4.2.3.
> > Smells like a problem with confusion between the /etc/hosts file, the
> > DNS/NIS/NIS+ setups and which goes first.
> > Check your config on each machine.
> I've checked the name service configuration several times, but I dont't
> know how to solve the problem.
> My nsswitch.conf on the HP looks like this:
> hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return
> UNAVAIL=continue TRYAGAIN=return]
> # hosts: dns [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=return]
> files[NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
> protocols: files[NOTFOUND=return UNAVAIL=continue]
> services: files[NOTFOUND=return UNAVAIL=continue]
> networks: files[NOTFOUND=return UNAVAIL=continue]
> netgroup: files[NOTFOUND=return UNAVAIL=continue]
> rpc: files[NOTFOUND=return UNAVAIL=continue]
[SNIP]
As you pointed out in your first message the HP complains:
Quote:> 10/05/98 16:45:46 nsrexecd: Authentication failed: Access violation -
> unknown host: 130.205.140.87
I'd recommend to use the following line in nsswitch.conf on the HP:
hosts: dns [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue]
files[NOTFOUND=continue UNAVAIL=continue TRYAGAIN=return]
files
Then check your /etc/resolv.conf carefully.
The problem is - as far as I can see - that the HP can NOT reverse
lookup the name of the IP address 130.205.140.87
In order to test this try
nslookup 130.205.140.87 fthw011x (the HP is fthw011x, correct?)
This has to work, otherwise all remote jobs will fail.
I also recommend to use FQHN in your .rhosts file.
Hope this helps
Dieter
--
___________________________________________________________________________
Unix Systems Administrator http://www.eur.sas.com/~eurdrk (int.)
Systems and Operations http://members.xoom.com/eurdrk (ext.)
SAS Institute Tel: (49) 6221/416-117
European Headquarters Fax: (49) 6221/474850
Neuenheimer Landstrasse 28-30
P.O.-BOX 105340
D-69120 Heidelberg, Germany
___________________________________________________________________________