Re: Fwd: RE: [Veritas-bu] Sun GigaSwift (ce) cards

2006-02-12 Thread Dan Pritts
On Wed, Feb 01, 2006 at 07:47:00AM -0800, Blaine Robison wrote:
 Jumbo frames will be required by all clients and servers on the network. It 
 was
 a Sun Professional services engagement to set it up, not sure if that has
 changed. The Sol 10 Stack has improved efficiency so for a given speed there 
 is

I don't have jumbo-capable hardware to test it with but i'd imagine that if you
did all you would need to do on the solaris side is ifconfig ce0 mtu 9000 
(or whatever mtu you decide on - 9000 is the standard for large mtu systems 
but
bigger is better if your stuff all goes bigger).

danno
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Sun GigaSwift (ce) cards

2006-02-02 Thread Dan Pritts
 On the Sol10 network inquiry. They have rearchitected the stack so that
 UDP and TCP are not separate STREAMS between IP. They have combined them
 to improve on efficiency by about 20% on network transactions.  

Lots of info here:

http://www.sun.com/bigadmin/content/networkperf/

 Has anyone used jumbo frames?  We are thinking about doing this on our
 backup network but I believe that ALL the clients that use that network
 would have to be configured for jumbo frames.  Does anyone know this for
 sure?

Everyone on the LAN should be configured for jumbo frames.  One way around
this would be to create a separate subnet/vlan that uses jumbos.  I'm not
sure that routers can handle different MTUs on different VLANs on the
same interface.   I couldn't figure out how to do it on my Juniper M10
but have not really investigated fully.

You should get improved performance with jumbos.  Whether you'll notice
any actual application-level improvement or not of course depends on
where the bottleneck in your network is.

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Sun GigaSwift (ce) cards

2006-02-01 Thread william . d . brown
We use them and there is some tuning.  I'm not near a system with them, 
but I do know we used the Sun documentation on these cards and set the TCP 
high watermarks to 65535.   Some changes that used to go in /etc/system 
for 100Mb cards now go in a separate file for the ce cards.

These in /etc/system:

set sq_max_size=100
set tcp:tcp_conn_hash_size=8192

By the definition of GbE, auto-negotiation must be left enabled.

Found this, but we've not followed it all yet:

http://www.csie.ntu.edu.tw/~hungsh/2001%20SUPerG.pdf

What we have not done is a proper experiment.

William D L Brown




Paul Keating [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
30-Jan-2006 20:13
 
To
veritas-bu@mailman.eng.auburn.edu
cc

Subject
[Veritas-bu] Sun GigaSwift (ce) cards






anyone using them?
 
any tuning you've done to maximize performance?
 
 
Paul


La version française suit le texte anglais.



This email message from the Bank of Canada is given in good faith, and 
shall not be
binding or construed as constituting any obligation on the part of the 
Bank.

This email may contain privileged and/or confidential information, and the 
Bank of
Canada does not waive any related rights. Any distribution, use, or 
copying of this
email or the information it contains by other than the intended recipient 
is
unauthorized. If you received this email in error please delete it 
immediately from
your system and notify the sender promptly by email that you have done so. 


Recipients are advised to apply their own virus checks to this message 
upon receipt.



L'information communiquée dans les courriels en provenance de la Banque du 
Canada
est soumise de bonne foi, mais elle ne saurait lier la Banque et ne doit 
aucunement
être interprétée comme constituant une obligation de sa part.

Le présent courriel peut contenir de l'information privilégiée ou 
confidentielle.
La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute 
diffusion,
utilisation ou copie de ce courriel ou des renseignements qu'il contient 
par une
personne autre que le ou les destinataires désignés est interdite Si vous 
recevez
ce courriel par erreur, veuillez le supprimer immédiatement et envoyer 
sans délai à
l'expéditeur un message électronique pour l'aviser que vous avez éliminé 
de votre
ordinateur toute copie du courriel reçu.

Dès la réception du présent message, le ou les destinataires doivent 
activer leur
programme de détection de virus pour éviter toute contamination possible.




___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


RE: [Veritas-bu] Sun GigaSwift (ce) cards

2006-02-01 Thread Paul Keating
Thanks.

I set the hiwat, then came across this:
http://seer.support.veritas.com/docs/273288.htm

Doesn't seem to affect me, so.

Will look at the others.

Clicking on the link http://www.csie.ntu.edu.tw/~hungsh/2001%20SUPerG.pdf 
didn't work, 
but going to http://www.csie.ntu.edu.tw/~hungsh/ and following from there, 
didwierd.

Paul

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 [EMAIL PROTECTED]
 Sent: February 1, 2006 2:46 AM
 To: veritas-bu@mailman.eng.auburn.edu
 Subject: Re: [Veritas-bu] Sun GigaSwift (ce) cards
 
 
 We use them and there is some tuning.  I'm not near a system 
 with them, 
 but I do know we used the Sun documentation on these cards 
 and set the TCP 
 high watermarks to 65535.   Some changes that used to go in 
 /etc/system 
 for 100Mb cards now go in a separate file for the ce cards.
 
 These in /etc/system:
 
 set sq_max_size=100
 set tcp:tcp_conn_hash_size=8192
 
 By the definition of GbE, auto-negotiation must be left enabled.
 
 Found this, but we've not followed it all yet:
 
 http://www.csie.ntu.edu.tw/~hungsh/2001%20SUPerG.pdf
 
 What we have not done is a proper experiment.
 
 William D L Brown
 
 
 
 
 Paul Keating [EMAIL PROTECTED] 
 Sent by: [EMAIL PROTECTED]
 30-Jan-2006 20:13
  
 To
 veritas-bu@mailman.eng.auburn.edu
 cc
 
 Subject
 [Veritas-bu] Sun GigaSwift (ce) cards
 
 
 
 
 
 
 anyone using them?
  
 any tuning you've done to maximize performance?
  
  
 Paul
 ==
 ==
 
 La version française suit le texte anglais.
 
 --
 --
 
 This email message from the Bank of Canada is given in good 
 faith, and 
 shall not be
 binding or construed as constituting any obligation on the 
 part of the 
 Bank.
 
 This email may contain privileged and/or confidential 
 information, and the 
 Bank of
 Canada does not waive any related rights. Any distribution, use, or 
 copying of this
 email or the information it contains by other than the 
 intended recipient 
 is
 unauthorized. If you received this email in error please delete it 
 immediately from
 your system and notify the sender promptly by email that you 
 have done so. 
 
 
 Recipients are advised to apply their own virus checks to 
 this message 
 upon receipt.
 
 --
 --
 
 L'information communiquée dans les courriels en provenance de 
 la Banque du 
 Canada
 est soumise de bonne foi, mais elle ne saurait lier la Banque 
 et ne doit 
 aucunement
 être interprétée comme constituant une obligation de sa part.
 
 Le présent courriel peut contenir de l'information privilégiée ou 
 confidentielle.
 La Banque du Canada ne renonce pas aux droits qui s'y 
 rapportent. Toute 
 diffusion,
 utilisation ou copie de ce courriel ou des renseignements 
 qu'il contient 
 par une
 personne autre que le ou les destinataires désignés est 
 interdite Si vous 
 recevez
 ce courriel par erreur, veuillez le supprimer immédiatement 
 et envoyer 
 sans délai à
 l'expéditeur un message électronique pour l'aviser que vous 
 avez éliminé 
 de votre
 ordinateur toute copie du courriel reçu.
 
 Dès la réception du présent message, le ou les destinataires doivent 
 activer leur
 programme de détection de virus pour éviter toute 
 contamination possible.
 
 
 
 
 ___
 Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
 http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
 


La version française suit le texte anglais.



This email message from the Bank of Canada is given in good faith, and shall 
not be
binding or construed as constituting any obligation on the part of the Bank.

This email may contain privileged and/or confidential information, and the Bank 
of
Canada does not waive any related rights. Any distribution, use, or copying of 
this
email or the information it contains by other than the intended recipient is
unauthorized. If you received this email in error please delete it immediately 
from
your system and notify the sender promptly by email that you have done so. 

Recipients are advised to apply their own virus checks to this message upon 
receipt.



L'information communiquée dans les courriels en provenance de la Banque du 
Canada
est soumise de bonne foi, mais elle ne saurait lier la Banque et ne doit 
aucunement
être interprétée comme constituant une obligation de sa part.

Le présent courriel peut contenir de l'information privilégiée ou 
confidentielle.
La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute 
diffusion

Re: [Veritas-bu] Sun GigaSwift (ce) cards

2006-01-31 Thread Andrew Stueve
I am using a couple in Solaris 9 master/media servers.   The only tuning
I have done is make sure they are doing 1Gb auto, and have the adv_pause
setting enabled. 

-Andrew

Paul Keating wrote:

 anyone using them?
  
 any tuning you've done to maximize performance?
  
  
 Paul




-- 
Andrew Stueve
andrew.stueve AT neovera.com
571-437-5754

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


RE: [Veritas-bu] Sun GigaSwift (ce) cards

2006-01-31 Thread Chapman, Scott
I am using these cards with little tuning, but I am also using these to
create a trunk (cisco etherchannel) with them for our backup network.
The backup servers have a 4 x 1gig trunk to the backup network.  This
works very well . . . 

I also just found out that the trunk software is free to use on solaris
10 (we normally pay about $1500 for anything other than sol10).  I was
also told that sol10 has big performance gains for the networking, but I
am not sure specifically what those gains are, I will try to find out
from one of our sun guys.

Has anyone used jumbo frames?  We are thinking about doing this on our
backup network but I believe that ALL the clients that use that network
would have to be configured for jumbo frames.  Does anyone know this for
sure?

Thanks!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Stueve
Sent: Tuesday, January 31, 2006 10:36 AM
To: Paul Keating
Cc: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Sun GigaSwift (ce) cards


I am using a couple in Solaris 9 master/media servers.   The only tuning
I have done is make sure they are doing 1Gb auto, and have the adv_pause
setting enabled. 

-Andrew

Paul Keating wrote:

 anyone using them?
  
 any tuning you've done to maximize performance?
  
  
 Paul

---
-


-- 
Andrew Stueve
andrew.stueve AT neovera.com
571-437-5754

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Sun GigaSwift (ce) cards

2006-01-30 Thread Paul Keating
Title: Message



anyone using 
them?

any tuning you've 
done to maximize performance?


Paul


La version française suit le texte anglais.



This email message from the Bank of Canada is given in good faith, and shall 
not be
binding or construed as constituting any obligation on the part of the Bank.

This email may contain privileged and/or confidential information, and the Bank 
of
Canada does not waive any related rights. Any distribution, use, or copying of 
this
email or the information it contains by other than the intended recipient is
unauthorized. If you received this email in error please delete it immediately 
from
your system and notify the sender promptly by email that you have done so. 

Recipients are advised to apply their own virus checks to this message upon 
receipt.



L'information communiquée dans les courriels en provenance de la Banque du 
Canada
est soumise de bonne foi, mais elle ne saurait lier la Banque et ne doit 
aucunement
être interprétée comme constituant une obligation de sa part.

Le présent courriel peut contenir de l'information privilégiée ou 
confidentielle.
La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute 
diffusion,
utilisation ou copie de ce courriel ou des renseignements qu'il contient par une
personne autre que le ou les destinataires désignés est interdite Si vous 
recevez
ce courriel par erreur, veuillez le supprimer immédiatement et envoyer sans 
délai à
l'expéditeur un message électronique pour l'aviser que vous avez éliminé de 
votre
ordinateur toute copie du courriel reçu.

Dès la réception du présent message, le ou les destinataires doivent activer 
leur
programme de détection de virus pour éviter toute contamination possible.