Unsolved
This post is more than 5 years old
261 Posts
0
2131
April 5th, 2006 09:00
First Linux server: trouble backing it up
Hi guys (and ladies if there are any here!). I have set up my first linux server to backup. I can ping across my networks (Linux is on communications network and my backups is on my communications network) to/from each server so I know I have connectivity. I have all ports open (as far as I can tell; I don't set up firewall but our guys do and I told them to leave all ports open). When I go to my client information tab on the linux server however all my fields are blank: client OS type, Networker version, are all blank. I know I put client version 7.1.2 on it as that's what i've go on all of my other clients as I took it from the CD. Any help would be great. Thanks
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 5th, 2006 09:00
DavidHampson
2 Intern
•
1.1K Posts
0
April 5th, 2006 10:00
mgossett1
261 Posts
0
April 5th, 2006 10:00
DavidHampson
2 Intern
•
1.1K Posts
0
April 5th, 2006 10:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 5th, 2006 10:00
However, connection refused as you said is easy to trace down...
mgossett1
261 Posts
0
April 5th, 2006 10:00
mgossett1
261 Posts
0
April 5th, 2006 10:00
Unsuccessful saveset
*mediacenter: All 1 retry attempted
*mediacenter: All connection refuesed
That plus, of course, the missing information mentioned earlier. By the way, thanks for the responses. Best i've ever had in a support forum ever!
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 5th, 2006 10:00
mgossett1
261 Posts
0
April 5th, 2006 10:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 5th, 2006 10:00
- Well, can you communicate with the client via rpc: "rpcinfo -p client_box" and "rpcinfo -t client_box 390113 1"
- Can you get a response from client "echo print | nsradmin -p 390113 -i - -s client_box"
- Does the client initiated backup work
- If you check daemon.log do you see any extra information like server/client being unable to resolve each other or one of them?
- Is servers file listing correctly server (if listing it at all)
That would be enough for start
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 5th, 2006 11:00
clients a while back. It appeared to us that the
ports were locked down when we were testing it for
the first time; it took a couple of hours to track
down the guy who could open them, but there were no
locked down ports; we then attempted to show him what
the problem was we were observing and it backed up
fine. Maybe this is something like that - have
another try and see if something has sorted itself
out!
What Linux admin could check is if iptables is running and if it is blocking down communication. That used to be an issue on RedHat. If that is the case then you Linux admin needs to open a ports for communication for backup to procced by changing /etc/sysconfig/iptables.
DavidHampson
2 Intern
•
1.1K Posts
0
April 5th, 2006 11:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 5th, 2006 11:00
(i've not read hardly any docs for this; will start
now!)? Thanks
NetWorker client-server model uses processes/daemons whcih do register with RPC on the box. Each process/daemon doing it gets allocated RPC port. These ports can by dynamic or fixed. Known nsr* processes/daemons have their ports fixed. nsrexecd will use network port 7937 and RPC port 390113. Since rpcinfo command tests RPC connection and RPC port/process/daemon availability you need to use 390113 to be able to communicate with nsrexecd on remote system.
mgossett1
261 Posts
0
April 5th, 2006 12:00
when I do each of these this is what I get (i've only got this far):
rpcinfo -p mediacenter I get this:
rpcinfo: can't contact lgtomapper: remote system error - connection refused
program vers proto port
100000 2 tcp 111
100000 2 udp 111
100024 1 udp 764
100024 1 tcp 767
when I do rpcinfo -t mediacenter 390113 1 I get:
rpcinfo: program not registered
program 390113 version is not available
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 5th, 2006 12:00
Use "rpm -qa | grep -i lgto" to verify if packages are installed (you need client and manual as optional one).