Hi all. I'm doing some maintenance (delete/restore) on my networker servers. ALL of my servers are getting backed up; I check every day just liek you all do! However there are about five servers I have where when I go into networker user and go to recover I get the following message:
Networker user: No Networker clients can be found on this server.
Everything is licensed. Any ideas what this means? Thanks
P.S. can't find anything in the knowledge base again about this one.
If you are running recover from the client it could happen that client is trying to connect to itself... try from command prompt: recover -s
If that fails, check daemon.log on backup server (and client) if you get any errors at that time.
Another thing to try after is recover -s -c
Make sure that aliases are set for each NIC (plus usual ping and rpcinfo tests are working).
Above commands should give you some idea why is this failing. If they both fail start sniffer or netstat on backup server to see if client is connecting at all at the server. It could be that for some reason network route is going in some strange direction (I doubt as you would see probably other problems then with backup as well).
SUCCESS!!! Thank you BOTH for the posts. I did a little of each. I hardcoded the name of my backupserver with the -s in the properties part which made it faster. When I did the recover -s I found my problem. Turns out these five servers need to use domain lableing. For example, I have one called chmdc1. It's on a lan so the alias had to read the lan name (chmdc1.xxx.xxx) and after I did that everything worked just fine!! Thanks so much again.
ble1
6 Operator
•
14354 Posts
•
56186 Points
528
0
Posted January 4th, 2006 13:00
recover -s
If that fails, check daemon.log on backup server (and client) if you get any errors at that time.
Another thing to try after is
recover -s -c
Make sure that aliases are set for each NIC (plus usual ping and rpcinfo tests are working).
Above commands should give you some idea why is this failing. If they both fail start sniffer or netstat on backup server to see if client is connecting at all at the server. It could be that for some reason network route is going in some strange direction (I doubt as you would see probably other problems then with backup as well).