I'm hoping that someone can shed some light on this strange problem I've run into with Sun's Solstice Backup/Networker.
I have a server named 'toolbox' running Solaris 8 & Networker 6.1.4. I also have a client named 'supernova' running Solaris 9 & Networker 6.1.4. The server currently backs up 14 other machines, so I'm reasonably confident that the server is working correctly.
When I attempt to backup the client from the server via the nwadmin GUI, the backup fails with the following error message:
savefs: unknown host name: toolbox
According to the documentation this means that the client can't resolve the hostname 'toolbox'. However, the client can resolve the hostname 'toolbox'.
Here's my /etc/hosts file from the client machine (I've obscured the IP and modified the domain name for security):
# cat /etc/hosts
xxx.xxx.xxx.4 supernova supernova.domain.com loghost
xxx.xxx.xxx.35 toolbox toolbox.domain.com
And my nsr/res/servers file:
# cat /usr/local/nsr/res/servers
toolbox
toolbox.domain.com
I can also ping the server from the client using both the short and long names:
# ping toolbox
toolbox is alive
# ping toolbox.domain.com
toolbox.domain.com is alive
Finally, when I attempt to initiate a backup from the client machine, it only works if I do not specify the server. (I've deliberately used the -n flag for the 'save' command here, but it does backup successfully without it.)
# save -c supernova -g Supernova -n -q -s toolbox /var/
save: unknown host name: toolbox
# save -c supernova -g Supernova -n -q -s toolbox.domain.com /var/
save: unknown host name: toolbox.domain.com
# save -c supernova -g Supernova -n -q /var/
save: /var 4594 records 896 KB header 14 GB data
save: /var 14 GB estimated
I've also tried restarting the Networker software on both the server and client machines. I'm starting to run low on ideas. I could run a cron job to manually backup the client every night, but I would much rather see if I can fix this problem.
Thanks for your help.
Peter
I have a server named 'toolbox' running Solaris 8 & Networker 6.1.4. I also have a client named 'supernova' running Solaris 9 & Networker 6.1.4. The server currently backs up 14 other machines, so I'm reasonably confident that the server is working correctly.
When I attempt to backup the client from the server via the nwadmin GUI, the backup fails with the following error message:
savefs: unknown host name: toolbox
According to the documentation this means that the client can't resolve the hostname 'toolbox'. However, the client can resolve the hostname 'toolbox'.
Here's my /etc/hosts file from the client machine (I've obscured the IP and modified the domain name for security):
# cat /etc/hosts
xxx.xxx.xxx.4 supernova supernova.domain.com loghost
xxx.xxx.xxx.35 toolbox toolbox.domain.com
And my nsr/res/servers file:
# cat /usr/local/nsr/res/servers
toolbox
toolbox.domain.com
I can also ping the server from the client using both the short and long names:
# ping toolbox
toolbox is alive
# ping toolbox.domain.com
toolbox.domain.com is alive
Finally, when I attempt to initiate a backup from the client machine, it only works if I do not specify the server. (I've deliberately used the -n flag for the 'save' command here, but it does backup successfully without it.)
# save -c supernova -g Supernova -n -q -s toolbox /var/
save: unknown host name: toolbox
# save -c supernova -g Supernova -n -q -s toolbox.domain.com /var/
save: unknown host name: toolbox.domain.com
# save -c supernova -g Supernova -n -q /var/
save: /var 4594 records 896 KB header 14 GB data
save: /var 14 GB estimated
I've also tried restarting the Networker software on both the server and client machines. I'm starting to run low on ideas. I could run a cron job to manually backup the client every night, but I would much rather see if I can fix this problem.
Thanks for your help.
Peter