UNSOLVED

mgossett1

updated

21 years ago

M

mgossett1

261 Posts

0

1091

January 4th, 2006 11:00

Networker user can not find client locally

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.
  • ble1

    6 Operator

    14354 Posts

    56186 Points

    528

    0

    Posted January 4th, 2006 13:00

    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).
  • cfaller

    96 Posts

    528

    0

    Posted January 4th, 2006 14:00

    I too think you either have the system trying to run as its own server then you start recover....

    Have you tried editing the "Networker User" menu option to have the Networker Server Hardcoded to ensure it starts correctly.

    Right click "Networker User" in the menu, select Properties..... the place the "-s server" after the command outside the Quotes....

    "C:\Program Files\Legato\nsr\bin\winworkr.exe" -s

    e.g
    "C:\Program Files\Legato\nsr\bin\winworkr.exe" -s nsrsvr1
  • mgossett1

    261 Posts

    528

    0

    Posted January 5th, 2006 06:00

    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.