Symptoms
- netbiosサーバーの作成時にエラーが発生します。
server_cifs server_2 -add netbios=netbiosserver,domain=xxxxxx.com.local,interface=
server_2 :
Error 13157007742: server_2 : The 'XXXXXX.COM.LOCAL' Netbios domain name is invalid.
- server_logを確認すると、次のエラーが生成されました。
2022-mm-dd hh:mm:ss: SMB: 3: NETBIOS domain length must be less than 15 chars
2022-mm-dd hh:mm:ss: SMB: 3: The 'XXXXXX.COM.LOCAL' Netbios domain name is invalid.
2022-mm-dd hh:mm:ss: SMB: 3: Cifs error: Bad domain name
2022-mm-dd hh:mm:ss: ADMIN: 3: Command failed: cifs add netbios=NETBIOSSERVER domain=XXXXXX.COM.LOCAL interface=
Cause
netbiosドメイン名は15文字以下である必要があります。
Resolution
netbiosドメイン名を15文字以下で設定してください。
server_cifs server_2 -add netbios=netbiosserver,domain=xxxxxx,interface=
server_2 : done
- 次のページでは、netbiosドメイン名の文字数制限について説明します。
https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/naming-conventions-for-computer-domain-site-ou- 次のページでは、netbiosドメイン名とDNSドメイン名の違いについて説明します。
https://learn.microsoft.com/en-us/exchange/disjoint-namespace-scenarios-exchange-2013-help
Affected Products
VNX VG10, VNX VG2, VNX VG50, VNX VG8, VNX1 Series, VNX2 Series, VNX5200, VNX5300, VNX5400, VNX5500
Products
VNX5700, VNX5800, VNX7500, VNX7600, VNX8000