I have a ns83 integrated. A Host Windows 2003 access to 100 FS CIFS. The write and read performance are poor (2 mb/s)
I have hosts Solaris connected to FS NFS. The R/W operations are good (35 mb/s)
The interface Lan is fixed to 1000 FD on the NS83 and cisco swith.
I would first verify that the network is indeed good.
one simple way to do that is using ftp - a simple protocol that you can also compare the results between Windows and Unix.
If you already have CIFS configured you should be able to just ftp to the data mover using user.domain as the login name and the CIFS password If not just create a local test user with /nas/sbin/server_user server_2 -add -passwd
If your ftp read performance differs vastly from the write performance you do have a network problem.
then you can see if there maybe is a performance difference between the WIndows and the Unix file systems.
The first thing I would check is that the speed of the IP port indeed does match the port speed of the switch/router. Way too many times the auto/auto setting results in the host getting a random configuration like 100 simplex while the port thinks it 1000 duplex. This can result in (believe it or not) the ability to ping and send small files but real slow transfer of larger files. We've just standardized on using fixed speeds wherever we can, usually the switches allow this, and only use auto on the hosts when we can't fix the speed.
We were also having performance bottleneck while reading data from Celerra. After some investigation and consultation with EMC, we have changed fastRTO setting on data-movers from default value of "0" to "2" and now getting almost full throughput. Before this change we were getting very low throughput (<10Mbps) while reading from any Celerra machine.
In our scenario, Celerra is connected to 3Com Core Switch 8810 via aggregated links of 2x1Gbps and clients are connected through edge switch on 100Mbps ports. Now clients are getting 90 to 100 Mbps.
Rainer_EMC
6 Operator
•
8645 Posts
800
0
Posted November 19th, 2007 07:00
I would first verify that the network is indeed good.
one simple way to do that is using ftp - a simple protocol that you can also compare the results between Windows and Unix.
If you already have CIFS configured you should be able to just ftp to the data mover using user.domain as the login name and the CIFS password
If not just create a local test user with /nas/sbin/server_user server_2 -add -passwd
If your ftp read performance differs vastly from the write performance you do have a network problem.
then you can see if there maybe is a performance difference between the WIndows and the Unix file systems.