Hi All,
I got below above error when i issue vscan command. Some error captured from /etc/messages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sun Oct 17 00:00:41 CST [filer1: cifs.pipe.errorMsg:error]: CIFS: Error on named pipe with SCANSERV: Error connecting to server, open pipe failed
Sun Oct 17 00:00:41 CST [filer1: cifs.server.infoMsg:info]: CIFS: Warning for server \\SCANSERV: Connection terminated.
Sun Oct 17 00:00:41 CST [filer1: vscan.server.connectError:error]: CIFS: An attempt to connect to vscan server \\SCANSERV failed [0xc000005e].
Sun Oct 17 00:00:41 CST [filer1: vscan.dropped.connection:warning]: CIFS: Virus scan server \\SCANSERV (111.222.333.83) has disconnected from the filer.
Sun Oct 17 00:01:32 CST [filer1: vscan.server.connecting.successful:info]: CIFS: Vscan server \\SCANSERV registered with the filer successfully.
Sun Oct 17 00:03:29 CST [filer1: cifs.pipe.errorMsg:error]: CIFS: Error on named pipe with SCANSERV: Error connecting to server, open pipe failed
Sun Oct 17 00:03:29 CST [filer1: cifs.server.infoMsg:info]: CIFS: Warning for server \\SCANSERV: Connection terminated.
Sun Oct 17 00:03:29 CST [filer1: vscan.server.connectError:error]: CIFS: An attempt to connect to vscan server \\SCANSERV failed [0xc000005e].
Sun Oct 17 00:03:29 CST [filer1: vscan.dropped.connection:warning]: CIFS: Virus scan server \\SCANSERV (111.222.333.83) has disconnected from the filer.
Sun Oct 17 00:04:03 CST [filer1: vscan.server.connecting.successful:info]: CIFS: Vscan server \\SCANSERV registered with the filer successfully.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cifs domaininfo shows it is connected to the domain, I found that i can ping to the SCANSERV from admin server but cannot nslookup.
from the log it show when it first happen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tue Sep 28 04:25:17 CST [filer1: vscan.server.fqdn.unavail:error]: CIFS: Could not determine Fully Qualified Domain Name (FQDN) of virus vcanning (vscan) server (111.222.333.83). If the vscan server is running on the Microsoft Longhorn OS, the storage system requires vscan server FQDN for authenticating itself to the vscan server.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cat nsswitch.conf
hosts: files dns
cat hosts
#############################################
# SCAN SERVERS
#############################################
111.222.333.83 SCANSERV
cat resolv.conf
nameserver 111.222.333.199
Is it the filer could find the FQDN virus scan server that cause it is disconnected from it. But how to prove and solve it.
Thanks