We have created a new client with the FQDN as client name. The alias was the short clientname. Then we decided to rename this client with the short name, so we deleted the original one and tried to create the new client with the short name. However, NetWorker comes back with:
Name is not a valid hostname
Then we tried to create the original client again with the FQDN. Now it states, that it
Found alias: client map using client id: xxxxxxxxx
If renaming client: specify this client id.
Otherwise, re-apply to create a new client id
Whether we re-ally or we put the "old" client id in the "new"client, we always get:
Name is not a valid hostname.
We already removed all old index entries and all we could find in relation to this client, but it always fails. Network connections are fine: nslookup, rpcinfo and ping from both sides (client and server) work well.
Now we cannot backup this client. What can we do to solve this problem?
It means your server can't resolve that client name. That usually indicates an issue with name resolution. I'm aware of only one instance on Linux where this could be indication of something else.
This is name resolution issue , and most probably as the previous replies mentioned it is reverse lookup issue, but i would like to add another recommendation which is deleting the nsr peer information from the client and server, Please follow the steps given below to delete the NSR peer information on NetWorker Server and on the Client.
At NetWorker server command line, go to the location /nsr/res
Type the command: nsradmin -p nsrexec print type:nsr peer information; name:client_name delete y
(specify the name of the client in the place of client_name)
At the client command line, go to the location /nsr/res
Type the command: nsradmin -p nsrexec print type:nsr peer information delete y
This is an additional recommendation beside the naming resolution investigations that is needed specially the reverse lookup.
Verify if DNS or hosts file has entries for that hostname. If yes then you have to flush NW's DNS cache by command "dbgcommand -p FlushDnsCache" or restart NW server. After that you should be able to create client.
ble1
6 Operator
•
14354 Posts
•
56186 Points
7608
0
Posted November 6th, 2009 08:00