<html>
<body>
Thanks Nate, and Jay as always!&nbsp; I have put the order in for the ES4
upgrade.<br>
I prey every time I put in a change ticket with support. Lately, it has
been<br>
very poor.&nbsp; I hope they can get it right 100%.&nbsp; There is always
something<br>
missing when they make a wholesale change...<br><br>
Nate, I noticed that for the period that they were migrating in the new
data center<br>
they had major BGP convergence issues, and it would clear my
servers.<br><br>
At first they blamed it on my location.&nbsp; Yea sure.&nbsp; Everyone
around the USA, west coast,<br>
east, central, and it is the whole Internet not you.<br><br>
Glad I have access to certain info at a carrier that happens to feed the
majority<br>
of servermatrix and theplanet.&nbsp; The peer showed loss of BGP
adjacency. I understand<br>
they had to make changes and re groom fiber, but it was clear from the
flapping that they<br>
don't have BGP dampening configured on their border routers.<br><br>
I have experience with CRisco 65xx, but on the carrier side for larger
customers I design<br>
for I use Juniper M-20's and M-40's, as well as Laurel Networks 120's.
These are pretty big boys.<br>
Smallest line card on a Laurel is the 13 port DS3 card. But these are big
boys, with 8 port<br>
gig cards wire speed, etc. In their design, they are likely using the
Crisco 6509's are layer<br>
two aggregation devices.&nbsp; While the design is a simple classic
design, it relies on default<br>
load balancing provided by these switching/routers.<br><br>
I just have to wonder if they know what they are doing.&nbsp; I have
noticed that<br>
my pings run anywhere from 60ms from NY direct Level3 to 92ms.&nbsp; I
have the ability to test<br>
from many area's from around the US from work.&nbsp; From each location,
the variation in delay<br>
is past the local loop in to servermatrix/theplanet.&nbsp; This means
they are highly likely using<br>
load balancing on the Multi-link trunks that are inter-switch and/or
switch/router uplinks.<br><br>
The above switches I have recently been working with in building Int-serv
RSVP cores for service<br>
provider rfc2547bis MPBGP MPLS networks, where LSP's maintain MPLS based
traffic engineering<br>
to provider QOS to IP based QOS CE devices.&nbsp; We found that that MLT
load balancing is not<br>
a strong point in these switches.&nbsp; Adding in the additional
distribution layers of inexpensive Crisco 650x<br>
switches for aggregation, and you have the poor network design they
have.<br><br>
One of my guys designed something like this, with internal MLT load
balancing in the core<br>
through the distribution layer, he would be unemployed.&nbsp; Maybe they
have all CCIE's. there? ;-))<br><br>
You are not imagining it.&nbsp; I have a server over at EV1 as well, and
my ping times to that<br>
server is rock solid at 52-66ms. This is reasonable considering much of
the long haul is<br>
DWDM photonic, (plus local loops, and ISP), but note you are going ISP,
to loop to loop<br>
to IXC to loop to LEC to loop to Datacenter.&nbsp; The bulk of the loops
are phototonic SONET<br>
with little latency. If you are generous, add 10ms latency.&nbsp; NY to
London on TAT14 I peaked<br>
at today is running steady at 74ms RTD (Round Trip Delay). (That is our
Add/Drop Multiplexor directly<br>
off the light-wave mux driving the TAT cable.&nbsp; (It is not speed of
light as this is<br>
not speed of light in a vacuum, it is speed of light through glass, which
we estimate the<br>
refraction index (to be a liberal of 1.32), hence the higher delay... In
a perfect vacuum we should<br>
get a RTD of about 53ms.&nbsp; So 74ms is pretty good).<br><br>
Their core is built differently, hence why their servers are more
expensive. ;-)&nbsp; I have not made up my mind about Theplanet, but if
my users keep getting dumped, saving $100/mo on a server that is nearly
worthless, is throwing $225/mo a way, not saving $100/mo.&nbsp; I
consider their networks vs EV1 as hamburger is to steak.<br><br>
Don't get me wrong. They are nice, growing, but their CEO had a
&quot;less expensive&quot; model<br>
in place for their core than EV1 does, and it shows in ping times.&nbsp;
I think I would<br>
rather a sustained 70ms ping time than a ping time that has 20+ms of
jitter in it and jumps<br>
from 52ms to 70ms like a yo yo.&nbsp; I won't say I have never seen a
network do this.&nbsp; I have been in the business for 18 years.&nbsp; I
have.&nbsp; But we fixed it, as we consider that &quot;badly
broken&quot;.<br><br>
<br>
Dr D<br><br>
<br>
At 12:16 AM 3/21/2005, you wrote:<br>
<blockquote type=cite class=cite cite><font face="arial" size=2>Yeah I've
got RHEL 4 also.&nbsp; BTW, I was the one that posted about the teamspeak
/ mysql issue.&nbsp; You need the compat package for mysql - has the old
libraries and such so that you can use them instead of the new ones that
come with the new version of mysql on RHEL4:</font><br>
<font face="arial" size=2>Snipet from the teamspeak
server.ini:</font><br>
<font face="arial" size=2>VendorLib=/usr/lib/libmysqlclient.so.10.0.0</font><br>
&nbsp;<br>
<font face="arial" size=2>The package you need:</font><br>
<font face="arial" size=2>MySQL-shared-compat-4.0.23-0.i386.rpm<br>
It may be a different set of numbers now but that's the name:
MySQL-shared-compat</font><br>
&nbsp;<br>
<font face="arial" size=2>After that teamspeak will work with
mysql.</font><br>
&nbsp;<br>
<font face="arial" size=2>I too ran into problems when I turned on
journaling.&nbsp; The main reason is because on a heavy loaded system
because of the journal update time being 5 seconds it can cause' some lag
- there is a setting you can pass that lowers this - used to work great
with the 2.4 kernel but really the 2.6 doesn't need the journal setting
from what I've tested - hurts it more than helps as Jay
mentioned.</font><br>
&nbsp;<br>
<font face="arial" size=2>But you can do one performance trick that seems
to have helped some.&nbsp; You can set this in your fstab:</font><br>
<font face="arial" size=2>Example:</font><br>
<font face="arial" size=2>ext3&nbsp;&nbsp;&nbsp;
defaults,noatime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 2<br>
Add noatime after defaults on the hard drive your running your game
servers off of.&nbsp; Basic explination:</font><br>
<font face="arial" size=2>&quot;The noatime setting eliminates the need
by the system to make writes to the file system for files which are
simply being read.....&quot;</font><br>
<font face="arial"><br>
</font><font face="arial" size=2>Use at your own risk :) I just thought
I'd mention it.</font><br>
&nbsp;<br>
<font face="arial" size=2>I recently got upgraded to a dual 73gig SCSI
server.&nbsp; ThePlanet stuck me in the new datacenter at infomart in
Dallas.&nbsp; Has anyone been put in that datacenter yet?&nbsp; I've been
receiving complaints of ping spikes from one of my customers that is from
California.&nbsp; I gathered trace routes from everyone and it seems to
be the link between datacenter 3 and 5 (the new one -
infomart).</font><br>
&nbsp;<br>
<font face="arial" size=2>Anyone else ran into anything yet?&nbsp; From
what I can tell it seems to be only from the western side of the US
because of the trace routes I've received - the ones that had the problem
were in like Arizona and California etc:</font><br>
&nbsp;<br>
<font face="arial" size=2>13&nbsp;&nbsp; 246 ms&nbsp;&nbsp; 200
ms&nbsp;&nbsp; 199 ms&nbsp; dist-vlan32.dsr3-2.dllstx3.theplanet.com
[70.85.127.62]<br>
14&nbsp;&nbsp;&nbsp; 75 ms&nbsp;&nbsp;&nbsp; 57 ms&nbsp;&nbsp;&nbsp; 57
ms&nbsp; po32.dsr1-2.dllstx5.theplanet.com [70.85.127.110]<br>
15&nbsp;&nbsp;&nbsp; 58 ms&nbsp;&nbsp;&nbsp; 61 ms&nbsp;&nbsp;&nbsp; 58
ms&nbsp; po2.tp-car3.dllstx5.theplanet.com [70.84.160.165]<br>
16&nbsp;&nbsp;&nbsp; 57 ms&nbsp;&nbsp;&nbsp; 56 ms&nbsp;&nbsp;&nbsp; 56
ms&nbsp; 39.70-84-187.reverse.theplanet.com [70.84.187.39]</font><br>
&nbsp;<br>
<font face="arial" size=2>And yes I've opened a support ticket but I'm
not getting anywhere with that :(&nbsp; I realize that trace route
packets are low priority blah blah but when it's consistent between a
whole bunch of different people and the ping is that high - I don't buy
into that.</font><br>
&nbsp;<br>
<font face="arial" size=2>Anyways.......</font><br>
&nbsp;<br>
<font face="arial" size=2>--</font><br>
<font face="arial" size=2>NateDog</font><br>
<font face="arial" size=2>&nbsp;<br>
</font>
<dl>
<dd>----- Original Message ----- <br>

<dd>From:</b> <a href="mailto:jayco1@charter.net">Jay Vasallo</a> <br>

<dd>To:</b> <a href="mailto:cod@icculus.org">cod@icculus.org</a> <br>

<dd>Sent:</b> Sunday, March 20, 2005 9:41 PM<br>

<dd>Subject:</b> Re: [cod] RHE4 new 2.6 Kernel<br><br>

<dd><font face="arial" size=2>Hey Mark,</font><br>

<dd>&nbsp;<br>

<dd><font face="arial" size=2>I rented a few servers from the planet last
month and have the same setup you do to the t. Works great. I also
noticed that it deals with swap mem a little different than the rhe3. But
other than that, runs fine. Did some research on the new file journaling
but noticed a decrease in productivity and increase in ping when i set
the journaling to on so that was a waste of time. But other than that, if
you use it exactly the way the planet gives it to you, the server
rocks.</font><br>

<dd>----- Original Message ----- <br>

<dd>From:</b> <a href="mailto:defilm@acm.org">Mark J. DeFilippis</a>
<br>

<dd>To:</b> <a href="mailto:cod@icculus.org">cod@icculus.org</a> <br>

<dd>Sent:</b> Sunday, March 20, 2005 9:23 PM<br>

<dd>Subject:</b> [cod] RHE4 new 2.6 Kernel<br><br>
<br><br>

<dd>Anyone had experience with running the COD binaries on the new RedHat Enterprise Server 4.0 with 2.6 SMP and threading enhancements?<br><br>

<dd>On theplanet.com, and servermatrix.com, there are a few quotes here and there about &quot;nice performance increase&quot;. (Actually I would be happy if it is better than the existing ES3 SMP kernel which will often run a cpu up to 100% while the other sits idle at 0%, after the major lag, it kicks in. (yea! isn't that proactive!)<br><br>

<dd>I am hoping 2.6 enhancements to RHE4 does the trick.<br><br>

<dd>Anyone?<br><br>

<dd>I did see some issues with Teamspeak and issues with mysql.&nbsp; At the time of posting, the admins recommended solution was to rev back up2date for the mysql package to 4.0, and Teamspeak is a happy camper again.<br><br>

<dd>Any input from someone doing this already would be appreciated.<br><br>

<dd>Thanks<br><br>

<dd>Md<br><br>

<dd><tt>-------------------------------------------------------------------------------<br>

<dd>S1,Mark J. DeFilippis, Ph. D EE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; defilm@acm.org<br>

<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; defilm@ieee.org<br><br>
</blockquote>
</dl>S1-------------------------------------------------------------------------------<br>
Mark J. DeFilippis, Ph. D EE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; defilm@acm.org<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; defilm@ieee.org<br><br>
<br>
</body>
</html>