Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1323

September 1st, 2015 16:00

Networker Server Parallelism question

Hello Everyone,

I have a question, which I still don't understand that well, we have server parallelism = 8 and 2 volumes where you want to store the information of the 8 files on the 3 clients. Files 1 and 2 are saved to the first volume, the target session = 2 then files 3 and 4 go to the second volume, as the target session is = 2, then 5,6,7, and 8 will be send to the volumes waiting to be saved or can I change the target session = 4 to save everything at the same time?

serverparallelism.png

Thank you

4 Operator

 • 

1.3K Posts

September 2nd, 2015 00:00

@josue_avitia,

     The deciding factor here would be the "max session" parameter. if this is set to 2 then there are no more sessions that are initiated, the savesets will be queue. But lets say that the max session is 4 or greater on each of the drives, then session 5,7 will go to the first volume and 6,8 will go to the second volume.

     but if the max session on the drives was 3 then session 5 would go to the first volume and 6 would go to the second volume. session 7 and 8 would be in queue.

September 2nd, 2015 10:00

thank you crazyrov!

I get it now, that was an excellent explanation!

4 Operator

 • 

1.3K Posts

September 2nd, 2015 23:00

Glad, I could help.
Please mark the post as answered so that other can refer to it.

No Events found!

Top