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 12:00
From above as it seems NW is either not running or has problems getting to local RPC to register. Check if on the box you have some software which also emulates portmapper (such conflicts can cause LGTO version of pormapper not to run - I have seen this on IRIX with CAD programs and one user on this forum already had a topic with that issue as well).
mgossett1
261 Posts
0
April 5th, 2006 12:00
mgossett1
261 Posts
0
April 5th, 2006 12:00
mgossett1
261 Posts
0
April 5th, 2006 13:00
/usr/sbin/nsrexecd
/usr/sbin/nsrexecd
rpm -qa |grep -i lgto
lgtoclnt-7.1.2-1
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 5th, 2006 13:00
save -D9 -s backup_server_name -bname_of_the_pool_you_use_for_backup /etc/hosts
Message was edited by: hcrvelin
mcprazak
19 Posts
0
April 7th, 2006 14:00
The question was asked earlier if you had the "Clientpak for Linux" installed on your Legato Server? You mentioned this was your first Linux server. If so you will need to purchase "Clientpak for Linux" to enable Linux backups.
Message was edited by: mprazak
Message was edited by: mprazak
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 7th, 2006 15:00
mgossett1
261 Posts
0
April 10th, 2006 09:00
starting Linux Systems (with 1 client(s))
04/10/06 10:38:15 savegrp: command 'savefs -s backupserver -c mediacenter. -g Linux Systems -p -l full -R -v ' for client mediacenter. exited with return code 9.
04/10/06 10:38:15 savegrp: mediacenter.:probe will retry 1 more time(s)
04/10/06 10:39:36 savegrp: command 'savefs -s backupserver -c mediacenter. -g Linux Systems -p -l full -R -v ' for client mediacenter. exited with return code 9.
04/10/06 10:39:36 savegrp: mediacenter.:probe will retry 0 more time(s)
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 10th, 2006 13:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 10th, 2006 13:00
As it seems things fail at savefs level - this usually indicates troubles at very first step of server/client communication which usually is related to name resolution or availability of nsrexecd on the client side.
What happens if on the client you run: savefs -s backupserver -vpn
mgossett1
261 Posts
0
April 10th, 2006 13:00
savefs: diagnostic: reverse DNS lookup failed for address 172.16.3.214. My backupserver has a static IP of 172.16.0.x so i don't even know what it's looking at. A 172.16.3.x on our network is for worstation DHCP. I also don't have clientpak for linux yet.
mgossett1
261 Posts
0
April 10th, 2006 13:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 10th, 2006 13:00
Clientpak is not required per client number - meaning one client for Linux will just unlock the feature to backup unlimited number of Linux client. That number will however be limited by the number of client connections available.
DavidHampson
2 Intern
•
1.1K Posts
0
April 10th, 2006 14:00
You do not need to wait for a license; if you have a media pack there will be an evaluation enabler in that which you can put in now, then when you get the full license you can enter that. (I do not have a media pack here so cannot give you the code!)
mgossett1
261 Posts
0
April 14th, 2006 05:00