Since upgrading to Networker 7.2.1 from 6.x on a RHEL 9 server, I can no longer back the client up from my Windows 2003 server. I am able to back up 2 other SLES 9 servers with no problem. rpm is installed the same on all servers except for installed location - different on Redhat. Firewall settings are configured the same on all 3 Linux servers although I've tested with the firewall turned off with no success. Error is nsrexec: SYSTEM error: Connection refused. Any ideas?
should give you the same on Windows client as on backup server. I think there is a problem in back or forward name resolution on backup server on the client.
Sorry, perhaps I was not very clear. What you have sent is only on server side, right? Do you get the same when executed on the client?
On server: nslookup som-dev.ucsd.edu should give 132.239.221.56 nslookup som-dev should give 132.239.221.56 nslookup 132.239.221.56 should give som-dev.ucsd.edu nslookup sombackuplj2.ucsd.edu should give 132.239.104.151 nslookup sombackuplj2 should give 132.239.104.151 nslookup 132.239.104.151 should give sombackuplj2.ucsd.edu
That would be server (check it out). Then do the same on client - there should be difference which is causing the issue (also check hosts table in case that DNS seems to be fine - there might be faulty entry too).
The client I'm trying to backup is a Redhat 9 server. The backup server is a Windows 2003 server. All nslookup checks out fine on both client and backup server. host table also has correct entries in it - client and backup server.
save -s sombackuplj2 -v /etc/hosts save: got prototype for / save: got prototype for /proc/bus/ save: got prototype for / save: got prototype for /dev/ save: got prototype for / save: got prototype for /dev/ save: RPC warning: RPC cannot make a procedure call: Create failed: Program not registered
save: Cannot open save session with sombackuplj2
Hosts file:
# Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost 132.239.221.56 som-dev.ucsd.edu som-dev 132.239.104.51 sombackuplj2.ucsd.edu sombackuplj2
/nsr/logs/daemon.log:
08/03/06 15:53:56 nsrexecd: Warning, cannot resolve host 'sombackuplj2.ucsd.edu ' to '132.239.104.151', name server may be misconfigured. 08/03/06 15:53:56 nsrexecd: Warning, cannot resolve host 'sombackuplj2.ucsd.edu ' to '132.239.104.151', name server may be misconfigured. 08/03/06 15:53:56 nsrexecd: Warning, cannot resolve host 'sombackuplj2.ucsd.edu ' to '132.239.104.151', name server may be misconfigured.
ble1
6 Operator
•
14354 Posts
•
56186 Points
488
0
Posted August 5th, 2006 00:00
As shown, your /etc/hosts entry for backup server is wrong.