Do you have multichannel enabled on the Windows 2012 server? It is a requirement with Isilon and SMB 3.0. SMB 3.0 is supported on OneFS 8.0 and later in combination with Windows Server 2012 and later, so it sounds like you have all of the required software components, it is just a matter of adjusting the settings.
The 8.0 Web Admin Guide goes into some detail about what is required for multichannel. The client side settings start on page 196 but the SMB discussion starts on 194 here:https://support.emc.com/docu65068
Thank you for the advise. As far as checked, for both the win 2012R2 client and isilon, smb multi-channel is enabled. But nothing appears by Get-SmbMultichannelConnection command below.
-----------------------------------
PS C:\> Get-SmbServerNetworkInterface
Scope Name Interface Index RSS Capable RDMA Capable Speed IpAddress
Did you confirm that the NIC on the server meets the requirements laid out in the guide? Page 194: https://support.emc.com/docu65068
The only other thing on the cluster side that I have come across is that you need to have both interfaces from the NIC on the Isilon as a member of the SmartConnect pool. So if you are using a 10 gig link for example, you would need to have 10-gige-1 and 10-gige-2 as active members in the pool.
Beyond that, you may consider contacting Isilon Support for assistance with gathering and analyzing a packet capture of the session. You can create the service request here: https://support.emc.com/servicecenter/createSR
Thank you Sjones for suggestion. Actually where i was testing was virtual isilon, after a while i had a chance to use physical isilon. Though i still need to check the detail more, but it seems the connection and CA behavior goes as expected. Thanks for all your support!!
sjones51
252 Posts
0
July 14th, 2016 07:00
Hi tezuky,
Do you have multichannel enabled on the Windows 2012 server? It is a requirement with Isilon and SMB 3.0. SMB 3.0 is supported on OneFS 8.0 and later in combination with Windows Server 2012 and later, so it sounds like you have all of the required software components, it is just a matter of adjusting the settings.
The 8.0 Web Admin Guide goes into some detail about what is required for multichannel. The client side settings start on page 196 but the SMB discussion starts on 194 here:https://support.emc.com/docu65068
tezuky
24 Posts
0
July 15th, 2016 02:00
Hi Sjones,
Thank you for the advise. As far as checked, for both the win 2012R2 client and isilon, smb multi-channel is enabled. But nothing appears by Get-SmbMultichannelConnection command below.
-----------------------------------
PS C:\> Get-SmbServerNetworkInterface
Scope Name Interface Index RSS Capable RDMA Capable Speed IpAddress
---------- --------------- ----------- ------------ ----- ---------
* 12 True False 1 Gbps 10.32.7.16
PS C:\>
PS C:\> Get-SmbClientConfiguration
...
EnableMultiChannel : True
...
PS C:\>
PS C:\> Get-SmbConnection
ServerName ShareName UserName Credential Dialect NumOpens
---------- --------- -------- ---------- ------- --------
iq221.isidom1.local share1-CA ISIDOM1\Administ... ISIDOM1.LOCAL\Ad... 1.50 1
PS C:\>
PS C:\> Get-SmbMultichannelConnection
PS C:\>
PS C:\>
iq221-1# isi smb settings global view
...
Server Side Copy: Yes
Server String: Isilon Server
Support Multichannel: Yes
Support NetBIOS: No
Support Smb2: Yes
-----------------------------------
sjones51
252 Posts
0
July 15th, 2016 08:00
Hi tezuky,
Did you confirm that the NIC on the server meets the requirements laid out in the guide? Page 194: https://support.emc.com/docu65068
The only other thing on the cluster side that I have come across is that you need to have both interfaces from the NIC on the Isilon as a member of the SmartConnect pool.
So if you are using a 10 gig link for example, you would need to have 10-gige-1 and 10-gige-2 as active members in the pool.
Beyond that, you may consider contacting Isilon Support for assistance with gathering and analyzing a packet capture of the session. You can create the service request here:
https://support.emc.com/servicecenter/createSR
tezuky
24 Posts
0
July 21st, 2016 06:00
Thank you Sjones for suggestion. Actually where i was testing was virtual isilon, after a while i had a chance to use physical isilon. Though i still need to check the detail more, but it seems the connection and CA behavior goes as expected. Thanks for all your support!!
-----------------------------------------------
PS C:\> get-smbconnection
ServerName ShareName UserName Credential Dialect NumOpens
---------- --------- -------- ---------- ------- --------
10.32.237.247 ifs WEST\administrator WEST\Administrator 3.00 1
FGNT01.west.local CA-Enable WEST\administrator WEST.LOCAL\Admin... 3.00 1
FGNT02.west.local CA-Enable WEST\administrator WEST.LOCAL\Admin... 3.00 1
FGNT02.west.local IPC$ WEST\administrator WEST.LOCAL\Admin... 3.00 0
PS C:\>
-----------------------------------------------