Hello,
I have recently setup a CIFS Server by following this guide https://library.netapp.com/ecm/ecm_get_file/ECMLP2494081
Symptoms:
- I can access the CIFS endpoint from windows explorer by typing the IP: \\10.111.112.7 works.
- I cannot access the CIFS endpoint from Windows Explorer by specifying the NetBios name: \\ServerS7 doesn't work.
- I cannot resolve the NetBios name from a windows workstation: nbtstat -a ServerS7 doesn't find anything
- in the OnTap CLI,
::> vserver cifs nbtstat
This table is currently empty.
To me it looks as if the NetBios/WINS service on the Netapp that should respond to NetBios queries is not running/doesn't accept requests. I've tried to recreate the CIFS Server a few times now (by following the previously mentioned manual) but that doesn't help anything.
Here are some more configuration infos:
::> vserver show -vserver svm_cifs
Vserver: svm_cifs
Vserver Type: data
Vserver Subtype: default
Vserver UUID: 15dac770-ff50-11e6-9afb-00a098c6d0c7
Root Volume: svm_cifs_root
Aggregate: AGGR_01_Node1_Links_SAS
NIS Domain: -
Root Volume Security Style: ntfs
LDAP Client: -
Default Volume Language Code: C.UTF-8
Snapshot Policy: default
Comment:
Quota Policy: default
List of Aggregates Assigned: -
Limit on Maximum Number of Volumes allowed: unlimited
Vserver Admin State: running
Vserver Operational State: running
Vserver Operational State Stopped Reason: -
Allowed Protocols: cifs
Disallowed Protocols: nfs, fcp, iscsi, ndmp
Is Vserver with Infinite Volume: false
QoS Policy Group: -
Caching Policy Name: -
Config Lock: false
IPspace Name: Default
Foreground Process: -
::> vserver cifs show -vserver svm_cifs
Vserver: svm_cifs
CIFS Server NetBIOS Name: SERVERS7
NetBIOS Domain/Workgroup Name: xxx
Fully Qualified Domain Name: xxx.LOCAL
Organizational Unit: CN=Computers
Default Site Used by LIFs Without Site Membership:
Workgroup Name: -
Authentication Style: domain
CIFS Server Administrative Status: up
CIFS Server Description:
List of NetBIOS Aliases: -
After spending more than a day on this issue, I've run out of ideas on how to debug this.
Do you have an idea on what could be the problem?
Raffael