Author Topic: Networking issue  (Read 436 times)

2025-07-31, 10:36:34

sumeetgupta

  • Active Users
  • **
  • Posts: 33
    • View Profile
Hi, we've been experiencing numerous issues with 3ds Max and Corona lately. We feel our network setup needs an urgent upgrade.

Below are the specifications and configuration of our network setup, along with a simple diagram.

We have approximately 40 workstations of varying specifications, all connected via 1Gbps Ethernet cables and two fully managed Cisco switches. Our data is stored in three NAS devices, each with 80TB of storage.

Huge exterior scenes with multiple proxies, etc., take forever to load, and are often accompanied by numerous crashes. DR also does not work correctly. Do you think we should upgrade it to 10 Gbps, or do you have any other suggestions?

Any help would be appreciated!

Thanks!

2025-07-31, 14:18:25
Reply #1

clemens_at

  • Active Users
  • **
  • Posts: 158
    • View Profile
It seems you have a bottleneck from the switches to the NAS. How are those connected?

Also why are the NAS daisy chained?

2025-07-31, 19:16:25
Reply #2

sumeetgupta

  • Active Users
  • **
  • Posts: 33
    • View Profile
All workstations and NAS devices are connected directly to Cisco switches via Ethernet cables. Is there a better way to do it?

2025-07-31, 20:51:06
Reply #3

clemens_at

  • Active Users
  • **
  • Posts: 158
    • View Profile
All workstations and NAS devices are connected directly to Cisco switches via Ethernet cables. Is there a better way to do it?

so each NAS is connected via one 1Gbps Ethernet cable to the switch?

2025-08-01, 08:34:43
Reply #4

sumeetgupta

  • Active Users
  • **
  • Posts: 33
    • View Profile
That is correct!

2025-08-01, 08:35:06
Reply #5

sumeetgupta

  • Active Users
  • **
  • Posts: 33
    • View Profile
All workstations and NAS devices are connected directly to Cisco switches via Ethernet cables. Is there a better way to do it?

so each NAS is connected via one 1Gbps Ethernet cable to the switch?

That is correct!

2025-08-01, 12:24:01
Reply #6

clemens_at

  • Active Users
  • **
  • Posts: 158
    • View Profile
ok, well that is a problem then.

If all your 40 workstations try to access files on the 3 NAS devices at the same time, they all have to share this 3x1Gbps connection. So, things will be very slow.

With that amount of bandwidth, you should definitely look into a 10Gbps connection between NAS and switch.

Be aware that if you do this you will significantly increase the load on the NAS/Hard Disks - but since you have 3 of them them you should be ok.


As an intermediate step you can also set up a LAG(Link Aggregation).

Each of your NAS devices has 2 Ethernet Ports, if you connect each second port to the switch as well and configure it as a LAG in QTS you at least get double the bandwidth.

Also those NAS Ethernet ports are 2.5Gbps, so upgrading to a switch that supports that means you could potentially get 6x2.5 Gbps.

2025-08-01, 19:52:59
Reply #7

sumeetgupta

  • Active Users
  • **
  • Posts: 33
    • View Profile
Thanks for your suggestion. That is indeed very helpful! I think the best course of action here will be to upgrade it to a 10 Gbps connection.

Yesterday at 13:07:23
Reply #8

sumeetgupta

  • Active Users
  • **
  • Posts: 33
    • View Profile
Hi again, I have a follow-up question.

I have prepared a revised diagram to upgrade the network to 10Gb for 21 workstations only, as they are new.

Here's the link to the switch which I am considering -
https://www.tp-link.com/in/business-networking/soho-switch-unmanaged/tl-sx1008/


Also, all of my NAS has Enterprise Hard Drive. Link:
https://www.primeabgb.com/online-price-reviews-india/western-digital-ultrastar-hgst-hc550-20tb-enterprise-hard-drive-wuh722020ale6l4-oem/

Do you think that might be an issue too, as the read/write speed of Hard disk is very low?

Should I also consider upgrading it to let's say 8TB SSD if multiple users are working on huge files and using DR etc ?
https://www.onlyssd.com/buy/crucial-4tb-t500-pcie-4-0-x4-m-2-internal-ssd-with-heatsink-ct4000t500ssd5/

Of course this will only be for the projects which we are in production and the rest of the projects can be stored in Enterprise Hard Disk for backup/archives.


Thanks again!


Today at 09:59:30
Reply #9

clemens_at

  • Active Users
  • **
  • Posts: 158
    • View Profile
I would not recommend using 10GbE from the workstations to the switches. This is a huge hassle, expensive and it will not work as you intend it to.

You are not going to saturate those workstation <-> switch connections because you have the same problem as before by bottlenecking with only 3x 10GbE connections from switch to NAS.

I would stick with 1GbE for the workstations but make sure that they each get the full bandwidth.

To do this get a new switch, for example: https://www.omadanetworks.com/us/business-networking/omada-switch-access-plus/tl-sg3452x/v1/

This one has 4x 10GbE SFP+ uplink Ports, where you would connect the NAS devices to. Be sure to also get 10GbE SFP+ extension cards for the NAS.

As for the Hard Disks - how have you configured your Storage Pool inside QTS? Do you have some kind of RAID?

The TS-473A also has two M.2 PCIe NVMe SSD slots, where you could potentiality setup a super fast Storage Pool or use them for Caching/Qtier.

Today at 15:57:58
Reply #10

sumeetgupta

  • Active Users
  • **
  • Posts: 33
    • View Profile
Your suggestions are invaluable, and I think I am getting there, having finally understood how it works.
I have created a revised diagram to ensure we are on the same page.

As per your question-

As for the Hard Disks - how have you configured your Storage Pool inside QTS? Do you have some kind of RAID
Yes, we have configured it as RAID for real-time backups.

Thanks again for your fantastic support!

Today at 18:34:09
Reply #11

clemens_at

  • Active Users
  • **
  • Posts: 158
    • View Profile
The diagram looks good now.

Just to clarify:

If all 21 workstations try to access files on one NAS simultaneously, the 10GbE uplink will be saturated immediately and you will not get full 1GbE speed on the workstations.

The read speed of each NAS depends on the RAID type used. In a RAID-5 for example, the read speed scales with the number of disks, so with the 4 disks you mentioned, you would get around 900MB/sec (290MB/sec x3 - 1 disk for parity) 

I'm still not sure why you have 3 separate NAS devices but thats maybe an upgrade for the future.

happy to help!