Thanks for the confirmation.

Kurt

On Tue, Feb 14, 2012 at 12:13, Brian Desmond <[email protected]> wrote:
> Doesn’t look out of the orindary offhand to m.
>
> Thanks,
> Brian Desmond
> [email protected]
>
> w – 312.625.1438 | c   – 312.731.3132
>
> From: Kurt Buff [mailto:[email protected]]
> Sent: Tuesday, February 14, 2012 1:38 PM
> To: NT System Admin Issues
> Subject: Re: Picking up file server tuning again
>
> I could be wrong, but poolmon doesn't seem to be showing any issues with 
> tokens - it's not very high on the list when I do:
>    'poolmon -p -b -n ppool.txt %% findstr /iv nonp ppool.txt > out.txt && 
> notepad out.txt'
>
> I show the output up to Toke below:
>
>  Tag  Type     Allocs         Frees    Diff   Bytes    Per Alloc
>
>  MmSt Paged  24917295  24883438     33857 127428056       3763
>  NtfF Paged   6130096   6116549     13547 12679992        936
>  IoNm Paged -1909637662 -1909656779     19117 4802256        251
>  UlHT Paged         1         0         1 4198400     4198400
>  Ntfo Paged  36021123  36008224     12899 2237648        173
>  CM35 Paged      1382      1322        60 2134016      35566
>  MmSm Paged  24147039  24118979     28060 1795840         64
>  FSim Paged  20383134  20369623     13511 1729408        128
>  Gh45 Paged  11602992  11602606       386 1415808       3667
>  NtFB Paged     28187     27737       450 1299880       2888
>  Gh08 Paged      9051      7900      1151 1285344       1116
>  Ttfd Paged    443136    442570       566 1034080       1826
>  Toke Paged  50941423  50940719       704  881056       1251
>
>
> I expect this output should be monitored over time, as this snapshot isn't 
> definitive - but the full backups for this machine are still in process, and 
> it's under normal daily load, so it shouldn't vary too much over time.
>
> Kurt
>
> On Mon, Feb 13, 2012 at 22:03, Brian Desmond 
> <[email protected]<mailto:[email protected]>> wrote:
>> Yes. Security tokens are stored in Paged Pool. When you get the token bloat 
>> issue (well if you start approaching it), you will start seeing issues on 
>> x86 application servers where they are running out of paged pool. If you 
>> look at a report of paged pool consumers, you'll find the Toke tag at the 
>> top.
>>
>> # of spindles is going to directly correlate to disk queue lengths and 
>> latency. If you have 2 spindles which can do 100 IOPS each, and you are 
>> throwing 225 IOPS at them, you will have a problem. If you add a third 
>> spindle, now you have 75 IOPS head room.
>>
>> Thanks,
>> Brian Desmond
>> [email protected]<mailto:[email protected]>
>>
>> w – 312.625.1438 | c   – 312.731.3132
>>
>>
>> -----Original Message-----
>> From: Kurt Buff [mailto:[email protected]<mailto:[email protected]>]
>> Sent: Monday, February 13, 2012 11:13 PM
>> To: NT System Admin Issues
>> Subject: Re: Picking up file server tuning again
>>
>> PSTs on file shares - it's been a while since I looked at that issue.
>>
>> Crappy drivers are a small possibility - it is a P2V of an old machine.
>>
>> I'm not sure that the number of spindles has anything to do with it, and in 
>> any case there isn't anything I can do about that for a while.
>>
>> Can you explain what you mean by "large tokens"? Is that related to token 
>> bloat in AD, or is it something else?
>>
>> Thanks,
>>
>> Kurt
>>
>> On Mon, Feb 13, 2012 at 19:25, Brian Desmond 
>> <[email protected]<mailto:[email protected]>> wrote:
>>> Well, the % Interrupts/DPC Time/Kernel Mode CPU time isn't necessarily 
>>> going to be fixed by x64. It may very well mean you've got some crappy 
>>> drivers in play.
>>>
>>> The disk stuff indicates the disk is not fast enough to keep up with 
>>> demand. You can solve that with more spindles or faster spindles.
>>>
>>> Page Pool utilization will be resolved by x64 (or even x86 on 2008). That's 
>>> indicative of crappy drivers, large tokens, and/or people doing things like 
>>> using PSTs off file shares.
>>>
>>> Thanks,
>>> Brian Desmond
>>> [email protected]<mailto:[email protected]>
>>>
>>> w – 312.625.1438 | c   – 312.731.3132
>>>
>>>
>>> -----Original Message-----
>>> From: Michael B. Smith 
>>> [mailto:[email protected]<mailto:[email protected]>]
>>> Sent: Monday, February 13, 2012 6:18 PM
>>> To: NT System Admin Issues
>>> Subject: RE: Picking up file server tuning again
>>>
>>> Well, the kernel mode, paged pool, and interrupt time are items that will 
>>> be specifically reduced with an x64 OS.
>>>
>>> The I/O situation is indicative of disk queuing which is "hypervisor 
>>> related". Dunno how you optimize that in VMware, there are a number of 
>>> potentials in Hyper-V.
>>>
>>> Regards,
>>>
>>> Michael B. Smith
>>> Consultant and Exchange MVP
>>> http://TheEssentialExchange.com
>>>
>>>
>>> -----Original Message-----
>>> From: Kurt Buff [mailto:[email protected]<mailto:[email protected]>]
>>> Sent: Monday, February 13, 2012 5:33 PM
>>> To: NT System Admin Issues
>>> Subject: Re: Picking up file server tuning again
>>>
>>> It *is* a busy box, and migrating the iSCSI LUNs to a 64bit server is
>>> something I've definitely considered. I have a Dell R310 with 16gb RAM
>>> that I could use, but it's already got 9 active VMs, although they're
>>> not heavy hitters. AFAICT, probably the highest-use machines on the
>>> ESXi 4.1 box are the secondary DC (no FSMO roles, but does do DNS and
>>> WINS) and the issuing CA box.
>>>
>>> It's currently a VM on what I believe to be an underpowered ESX 3.5 box - I 
>>> think it's possible that it's simply starved for resources on that ESX box.
>>>
>>> I'm sure there's something out there like perfmon for VMware that I can use 
>>> to capture performance over time - I'd like to measure and analyze the 
>>> performance of the ESX 3.5 box while the backups are happening against the 
>>> file server.
>>>
>>> I'm also considering moving the Win2k3 file server VM to the ESX box and 
>>> seeing if the situation improves.
>>>
>>> Kurt
>>>
>>> On Mon, Feb 13, 2012 at 12:08, Michael B. Smith 
>>> <[email protected]<mailto:[email protected]>> wrote:
>>>> That's a busy box. I'd suggest moving to a 64-bit OS.
>>>>
>>>> Regards,
>>>>
>>>> Michael B. Smith
>>>> Consultant and Exchange MVP
>>>> http://TheEssentialExchange.com
>>>>
>>>> -----Original Message-----
>>>> From: Kurt Buff [mailto:[email protected]<mailto:[email protected]>]
>>>> Sent: Monday, February 13, 2012 3:00 PM
>>>> To: NT System Admin Issues
>>>> Subject: Re: Picking up file server tuning again
>>>>
>>>> Ran PAL against the log.
>>>>
>>>> Um, wow. It's a freaking christmas tree - red and yellow all over the
>>>> place in CPU and disk.
>>>>
>>>> Who should I be talking with to analyze this?
>>>>
>>>> A sample of the issues shown - all of which show up in more than one
>>>> time slice - some in every or almost every slice:
>>>> o- More than 50% Processor Utilization
>>>> o- More than 30% privileged (kernel) mode CPU usage
>>>> o- More than 2 packets are waiting in the output queue
>>>> o- Greater than 25ms physical disk READ response times
>>>> o- Greater than 25ms physical disk WRITE response times
>>>> o- More than 80% of Pool Paged Kernel Memory Used
>>>> o- More than 2 I/O's are waiting on the physical disk
>>>> o- 20 (Processor(_Total)\DPC Rate)
>>>> o- More than 30% Interrupt Time
>>>> o- Greater than 1000 page inputs per second (Memory\Pages Input/sec)
>>>>
>>>> Some things that showed no alerts:
>>>> o- Memory\Available MBytes
>>>> o- Memory\Free System Page Table Entrie
>>>> o- Memory\Pages/sec
>>>> o- Memory\System Cache Resident Bytes
>>>> o- Memory\Cache Bytes
>>>> o- Memory\% Committed Bytes In Use
>>>> o- Network Interface(*)\% Network Utilization
>>>>     MS TCP Loopback interface
>>>>     VMware Accelerated AMD PCNet Adapter
>>>>     VMware Accelerated AMD PCNet Adapter#1
>>>> o- Network Interface(*)\Packets Outbound Errors
>>>>     MS TCP Loopback interface
>>>>     VMware Accelerated AMD PCNet Adapter
>>>>     VMware Accelerated AMD PCNet Adapter#1
>>>>
>>>>
>>>> Kurt
>>>>
>>>> On Fri, Feb 10, 2012 at 16:04, Brian Desmond 
>>>> <[email protected]<mailto:[email protected]>> wrote:
>>>>> Rather than trying to do this yourself, check out PAL - 
>>>>> http://pal.codeplex.com/. It will setup all the right counters for you 
>>>>> and crunch the data.
>>>>>
>>>>> Thanks,
>>>>> Brian Desmond
>>>>> [email protected]<mailto:[email protected]>
>>>>>
>>>>> w – 312.625.1438 | c   – 312.731.3132
>>>>>
>>>>> -----Original Message-----
>>>>> From: Kurt Buff [mailto:[email protected]<mailto:[email protected]>]
>>>>> Sent: Friday, February 10, 2012 4:43 PM
>>>>> To: NT System Admin Issues
>>>>> Subject: Picking up file server tuning again
>>>>>
>>>>> I'm getting back to monitoring my situation with the file server again, 
>>>>> and just finished a perfmon session covering the 3rd through the 7th of 
>>>>> this month. Simultaneously, I set up perfmon on the same workstation to 
>>>>> monitor the backup server.
>>>>>
>>>>> If anyone cares to help, I'd be deeply appreciative.
>>>>>
>>>>> I set up perfmon on a Win7 VM on an ESXi 4.1 host to take measurements at 
>>>>> 60 second intervals of a whole bunch of counters, many of them probably 
>>>>> just noise.
>>>>>
>>>>> I'll describe the history of the configuration first, however:
>>>>>
>>>>> The file server is a Win2k3 R2 VM running on a ESX 3.5 host with 16g of 
>>>>> RAM - it's one of 10 VMs, and is definitely the heaviest hitter in terms 
>>>>> of disk I/O. About 2.5-3 months ago we noticed that the time to 
>>>>> completion for the weekly full backups spiked dramatically.
>>>>>
>>>>> Prior to that time, the fulls would start around 7pm on a Friday, and 
>>>>> finish by about 7pm on Sunday.
>>>>>
>>>>> Now they take until Thursday or Friday to complete.
>>>>>
>>>>> This coincided with some changes to the environment: I had to move
>>>>> the VM to a new host (it was a manual copy - we don't have vmotion
>>>>> licensed and configured for these hosts) and at about that time I
>>>>> also had to expand 2 of the 4 LUNS.  Finally, the OS drive for the
>>>>> VM on the old host was on a LUN on our Lefthand unit - I had to
>>>>> migrate it to the local disk storage on the new home for the VM. The
>>>>> 4 data drives for this VM are attached via the MSFT iSCSI client
>>>>> running on the VM, not through VMWare's iSCSI client. So, at that
>>>>> point, all of the LUNS were on the Lefthand SAN, which is a 3-node
>>>>> cluster, and we use 2-way replication for all LUNS. The 2 LUNS that
>>>>> were expanded went to 2tb or slightly beyond. The Lefthand has two
>>>>> NSM 2060s and a P4300G2, with 6 and 8 disks each, respectively - a
>>>>> total of 20 disks
>>>>>
>>>>> Since that time, I've also added in our EMC VNXe 3100 with 6 disks in it 
>>>>> in a RAID6 array. I mention this because this means that all of the file 
>>>>> systems on the VNXe are clean and defragged.
>>>>>
>>>>> Currently, I've migrated 3 of the 4 data LUNs for the VM to the EMC. I 
>>>>> made sure to align the partitions on the EMC to a megabyte boundary.
>>>>>
>>>>> So, to make this simpler to visualize, a little table:
>>>>>
>>>>> c: - local disk on ESX 3.5, 40gb, 23.6gb free
>>>>> j: - iSCSI LUN on Lefthand, 2.5tb, 900gb free
>>>>> k: - iSCSI LUN on VNXe, 1.98tb, 336gb free
>>>>> l: - iSCSI LUN on VNXe, 1tb, 79gb free
>>>>> m: - iSCSI LUN on VNXe 750gb, 425gb free
>>>>>
>>>>> I tried to capture separate disk queue stats for each LUN, but in spite 
>>>>> of selecting and adding each drive letter separately in the perfmon 
>>>>> interface, all I got was _Total.
>>>>>
>>>>> Selected stats are as follows:
>>>>>
>>>>>     PhysicalDisk counters
>>>>> Current disk queue length - average 0.483, maximum 33.000 Average
>>>>> disk read queue length - 0.037, maximum 1.294 %disk time - average
>>>>> 34.068, maximum 153.877 Average disk write queue length - average
>>>>> 0.645, maximum 2.828 Average disk queue length - average 0.681,
>>>>> maximum 3.078
>>>>>
>>>>> I have more data on PhysicalDisk, and data on other objects, including 
>>>>> Memory, NetworkInterface, Paging File, Processor and  Server Work Queues.
>>>>>
>>>>> If anyone has thoughts, I'd surely like to hear them.
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Kurt
>>>>>
>>>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>>>>> <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>>>>
>>>>> ---
>>>>> To manage subscriptions click here:
>>>>> http://lyris.sunbelt-software.com/read/my_forums/
>>>>> or send an email to 
>>>>> [email protected]<mailto:[email protected]>
>>>>> with the body: unsubscribe ntsysadmin
>>>>>
>>>>>
>>>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>>>>> <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>>>>
>>>>> ---
>>>>> To manage subscriptions click here:
>>>>> http://lyris.sunbelt-software.com/read/my_forums/
>>>>> or send an email to 
>>>>> [email protected]<mailto:[email protected]>
>>>>> with the body: unsubscribe ntsysadmin
>>>>
>>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>>>> <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>>>
>>>> ---
>>>> To manage subscriptions click here:
>>>> http://lyris.sunbelt-software.com/read/my_forums/
>>>> or send an email to 
>>>> [email protected]<mailto:[email protected]>
>>>> with the body: unsubscribe ntsysadmin
>>>>
>>>>
>>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>>>> <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>>>
>>>> ---
>>>> To manage subscriptions click here:
>>>> http://lyris.sunbelt-software.com/read/my_forums/
>>>> or send an email to 
>>>> [email protected]<mailto:[email protected]>
>>>> with the body: unsubscribe ntsysadmin
>>>
>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>>> <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to 
>>> [email protected]<mailto:[email protected]>
>>> with the body: unsubscribe ntsysadmin
>>>
>>>
>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>>> <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to 
>>> [email protected]<mailto:[email protected]>
>>> with the body: unsubscribe ntsysadmin
>>>
>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>>> <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to 
>>> [email protected]<mailto:[email protected]>
>>> with the body: unsubscribe ntsysadmin
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
>> <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>
>> ---
>> To manage subscriptions click here: 
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to 
>> [email protected]<mailto:[email protected]>
>> with the body: unsubscribe ntsysadmin
>>
>>
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>
>> ---
>> To manage subscriptions click here: 
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to 
>> [email protected]<mailto:[email protected]>
>> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to 
> [email protected]<mailto:[email protected]>
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to [email protected]
> with the body: unsubscribe ntsysadmin
> --_000_040311EACB6A5641B59395C8639A36CF1CB75718CH1PRD0106MB172_
> Content-Type: text/html;
>        charset="utf-8"
> Content-Transfer-Encoding: base64
>
> <html xmlns:v="urn:schemas-microsoft-com:vml" 
> xmlns:o="urn:schemas-microsoft-com:office:office" 
> xmlns:w="urn:schemas-microsoft-com:office:word" 
> xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"; 
> xmlns="http://www.w3.org/TR/REC-html40";>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
> <meta name="Generator" content="Microsoft Word 14 (filtered medium)">
> <style><!--
> /* Font Definitions */
> @font-face
>        {font-family:"Cambria Math";
>        panose-1:2 4 5 3 5 4 6 3 2 4;}
> @font-face
>        {font-family:Calibri;
>        panose-1:2 15 5 2 2 2 4 3 2 4;}
> @font-face
>        {font-family:Tahoma;
>        panose-1:2 11 6 4 3 5 4 4 2 4;}
> /* Style Definitions */
> p.MsoNormal, li.MsoNormal, div.MsoNormal
>        {margin:0in;
>        margin-bottom:.0001pt;
>        font-size:12.0pt;
>        font-family:"Times New Roman","serif";}
> a:link, span.MsoHyperlink
>        {mso-style-priority:99;
>        color:blue;
>        text-decoration:underline;}
> a:visited, span.MsoHyperlinkFollowed
>        {mso-style-priority:99;
>        color:purple;
>        text-decoration:underline;}
> p
>        {mso-style-priority:99;
>        mso-margin-top-alt:auto;
>        margin-right:0in;
>        mso-margin-bottom-alt:auto;
>        margin-left:0in;
>        font-size:12.0pt;
>        font-family:"Times New Roman","serif";}
> span.EmailStyle18
>        {mso-style-type:personal-reply;
>        font-family:"Calibri","sans-serif";
>        color:#002060;
>        font-weight:bold;}
> .MsoChpDefault
>        {mso-style-type:export-only;
>        font-family:"Calibri","sans-serif";}
> @page WordSection1
>        {size:8.5in 11.0in;
>        margin:1.0in 1.0in 1.0in 1.0in;}
> div.WordSection1
>        {page:WordSection1;}
> --></style><!--[if gte mso 9]><xml>
> <o:shapedefaults v:ext="edit" spidmax="1026" />
> </xml><![endif]--><!--[if gte mso 9]><xml>
> <o:shapelayout v:ext="edit">
> <o:idmap v:ext="edit" data="1" />
> </o:shapelayout></xml><![endif]-->
> </head>
> <body lang="EN-US" link="blue" vlink="purple">
> <div class="WordSection1">
> <p class="MsoNormal"><a name="_MailEndCompose"><b><span 
> style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#002060">Doesn’t
>  look out of the orindary offhand to m.
> <o:p></o:p></span></b></a></p>
> <p class="MsoNormal"><b><span 
> style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#002060"><o:p>&nbsp;</o:p></span></b></p>
> <p class="MsoNormal"><b><span 
> style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#002060">Thanks,<o:p></o:p></span></b></p>
> <p class="MsoNormal"><b><span 
> style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#002060">Brian
>  Desmond<o:p></o:p></span></b></p>
> <p class="MsoNormal"><b><span 
> style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#002060">[email protected]<o:p></o:p></span></b></p>
> <p class="MsoNormal"><b><span 
> style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#002060"><o:p>&nbsp;</o:p></span></b></p>
> <p class="MsoNormal"><b><span 
> style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#002060">w
>  – 312.625.1438 | c&nbsp;&nbsp; – 312.731.3132<o:p></o:p></span></b></p>
> <p class="MsoNormal"><b><span 
> style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#002060"><o:p>&nbsp;</o:p></span></b></p>
> <p class="MsoNormal"><b><span 
> style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span
>  
> style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">
>  Kurt Buff [mailto:[email protected]]
> <br>
> <b>Sent:</b> Tuesday, February 14, 2012 1:38 PM<br>
> <b>To:</b> NT System Admin Issues<br>
> <b>Subject:</b> Re: Picking up file server tuning again<o:p></o:p></span></p>
> <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
> <p class="MsoNormal" style="margin-bottom:12.0pt">I could be wrong, but 
> poolmon doesn't seem to be showing any issues with tokens - it's not very 
> high on the list when I do:<br>
> &nbsp; &nbsp; 'poolmon -p -b -n ppool.txt %% findstr /iv nonp ppool.txt &gt; 
> out.txt &amp;&amp; notepad out.txt'<br>
> <br>
> I show the output up to Toke below:<br>
> <br>
> &nbsp; <span style="font-family:&quot;Courier New&quot;">Tag&nbsp; 
> Type&nbsp;&nbsp;&nbsp;&nbsp; 
> Allocs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> Frees&nbsp;&nbsp;&nbsp; Diff&nbsp;&nbsp; Bytes&nbsp;&nbsp;&nbsp; Per Alloc<br>
> <br>
> &nbsp;MmSt Paged&nbsp; 24917295&nbsp; 24883438&nbsp;&nbsp;&nbsp;&nbsp; 33857 
> 127428056&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 3763&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;NtfF Paged&nbsp;&nbsp; 6130096&nbsp;&nbsp; 
> 6116549&nbsp;&nbsp;&nbsp;&nbsp; 13547 
> 12679992&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 936&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;IoNm Paged -1909637662 -1909656779&nbsp;&nbsp;&nbsp;&nbsp; 19117 
> 4802256&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 251&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;UlHT Paged&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 
> 4198400&nbsp;&nbsp;&nbsp;&nbsp; 
> 4198400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;Ntfo Paged&nbsp; 36021123&nbsp; 36008224&nbsp;&nbsp;&nbsp;&nbsp; 12899 
> 2237648&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 173&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;CM35 Paged&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 1382&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 1322&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 60 
> 2134016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 35566&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;MmSm Paged&nbsp; 24147039&nbsp; 24118979&nbsp;&nbsp;&nbsp;&nbsp; 28060 
> 1795840&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;FSim Paged&nbsp; 20383134&nbsp; 20369623&nbsp;&nbsp;&nbsp;&nbsp; 13511 
> 1729408&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 128&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;Gh45 Paged&nbsp; 11602992&nbsp; 
> 11602606&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 386 
> 1415808&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 3667&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;NtFB Paged&nbsp;&nbsp;&nbsp;&nbsp; 28187&nbsp;&nbsp;&nbsp;&nbsp; 
> 27737&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 450 
> 1299880&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 2888&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;Gh08 Paged&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 9051&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1151 
> 1285344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 1116&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;Ttfd Paged&nbsp;&nbsp;&nbsp; 443136&nbsp;&nbsp;&nbsp; 
> 442570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 566 
> 1034080&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 1826&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> &nbsp;Toke Paged&nbsp; 50941423&nbsp; 
> 50940719&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 704&nbsp; 
> 881056&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
> 1251&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
> </span><br>
> <br>
> I expect this output should be monitored over time, as this snapshot isn't 
> definitive - but the full backups for this machine are still in process, and 
> it's under normal daily load, so it shouldn't vary too much over time.<br>
> <br>
> Kurt<br>
> <br>
> On Mon, Feb 13, 2012 at 22:03, Brian Desmond &lt;<a 
> href="mailto:[email protected]";>[email protected]</a>&gt; wrote:<br>
> &gt; Yes. Security tokens are stored in Paged Pool. When you get the token 
> bloat issue (well if you start approaching it), you will start seeing issues 
> on x86 application servers where they are running out of paged pool. If you 
> look at a report of paged pool consumers,
>  you'll find the Toke tag at the top.<br>
> &gt;<br>
> &gt; # of spindles is going to directly correlate to disk queue lengths and 
> latency. If you have 2 spindles which can do 100 IOPS each, and you are 
> throwing 225 IOPS at them, you will have a problem. If you add a third 
> spindle, now you have 75 IOPS head room.<br>
> &gt;<br>
> &gt; Thanks,<br>
> &gt; Brian Desmond<br>
> &gt; <a href="mailto:[email protected]";>[email protected]</a><br>
> &gt;<br>
> &gt; w – 312.625.1438 | c&nbsp;&nbsp; – 312.731.3132<br>
> &gt;<br>
> &gt;<br>
> &gt; -----Original Message-----<br>
> &gt; From: Kurt Buff [mailto:<a 
> href="mailto:[email protected]";>[email protected]</a>]<br>
> &gt; Sent: Monday, February 13, 2012 11:13 PM<br>
> &gt; To: NT System Admin Issues<br>
> &gt; Subject: Re: Picking up file server tuning again<br>
> &gt;<br>
> &gt; PSTs on file shares - it's been a while since I looked at that issue.<br>
> &gt;<br>
> &gt; Crappy drivers are a small possibility - it is a P2V of an old 
> machine.<br>
> &gt;<br>
> &gt; I'm not sure that the number of spindles has anything to do with it, and 
> in any case there isn't anything I can do about that for a while.<br>
> &gt;<br>
> &gt; Can you explain what you mean by &quot;large tokens&quot;? Is that 
> related to token bloat in AD, or is it something else?<br>
> &gt;<br>
> &gt; Thanks,<br>
> &gt;<br>
> &gt; Kurt<br>
> &gt;<br>
> &gt; On Mon, Feb 13, 2012 at 19:25, Brian Desmond &lt;<a 
> href="mailto:[email protected]";>[email protected]</a>&gt; wrote:<br>
> &gt;&gt; Well, the % Interrupts/DPC Time/Kernel Mode CPU time isn't 
> necessarily going to be fixed by x64. It may very well mean you've got some 
> crappy drivers in play.<br>
> &gt;&gt;<br>
> &gt;&gt; The disk stuff indicates the disk is not fast enough to keep up with 
> demand. You can solve that with more spindles or faster spindles.<br>
> &gt;&gt;<br>
> &gt;&gt; Page Pool utilization will be resolved by x64 (or even x86 on 2008). 
> That's indicative of crappy drivers, large tokens, and/or people doing things 
> like using PSTs off file shares.<br>
> &gt;&gt;<br>
> &gt;&gt; Thanks,<br>
> &gt;&gt; Brian Desmond<br>
> &gt;&gt; <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt;&gt;<br>
> &gt;&gt; w – 312.625.1438 | c&nbsp;&nbsp; – 312.731.3132<br>
> &gt;&gt;<br>
> &gt;&gt;<br>
> &gt;&gt; -----Original Message-----<br>
> &gt;&gt; From: Michael B. Smith [mailto:<a 
> href="mailto:[email protected]";>[email protected]</a>]<br>
> &gt;&gt; Sent: Monday, February 13, 2012 6:18 PM<br>
> &gt;&gt; To: NT System Admin Issues<br>
> &gt;&gt; Subject: RE: Picking up file server tuning again<br>
> &gt;&gt;<br>
> &gt;&gt; Well, the kernel mode, paged pool, and interrupt time are items that 
> will be specifically reduced with an x64 OS.<br>
> &gt;&gt;<br>
> &gt;&gt; The I/O situation is indicative of disk queuing which is 
> &quot;hypervisor related&quot;. Dunno how you optimize that in VMware, there 
> are a number of potentials in Hyper-V.<br>
> &gt;&gt;<br>
> &gt;&gt; Regards,<br>
> &gt;&gt;<br>
> &gt;&gt; Michael B. Smith<br>
> &gt;&gt; Consultant and Exchange MVP<br>
> &gt;&gt; <a 
> href="http://TheEssentialExchange.com";>http://TheEssentialExchange.com</a><br>
> &gt;&gt;<br>
> &gt;&gt;<br>
> &gt;&gt; -----Original Message-----<br>
> &gt;&gt; From: Kurt Buff [mailto:<a 
> href="mailto:[email protected]";>[email protected]</a>]<br>
> &gt;&gt; Sent: Monday, February 13, 2012 5:33 PM<br>
> &gt;&gt; To: NT System Admin Issues<br>
> &gt;&gt; Subject: Re: Picking up file server tuning again<br>
> &gt;&gt;<br>
> &gt;&gt; It *is* a busy box, and migrating the iSCSI LUNs to a 64bit server 
> is<br>
> &gt;&gt; something I've definitely considered. I have a Dell R310 with 16gb 
> RAM<br>
> &gt;&gt; that I could use, but it's already got 9 active VMs, although 
> they're<br>
> &gt;&gt; not heavy hitters. AFAICT, probably the highest-use machines on 
> the<br>
> &gt;&gt; ESXi 4.1 box are the secondary DC (no FSMO roles, but does do DNS 
> and<br>
> &gt;&gt; WINS) and the issuing CA box.<br>
> &gt;&gt;<br>
> &gt;&gt; It's currently a VM on what I believe to be an underpowered ESX 3.5 
> box - I think it's possible that it's simply starved for resources on that 
> ESX box.<br>
> &gt;&gt;<br>
> &gt;&gt; I'm sure there's something out there like perfmon for VMware that I 
> can use to capture performance over time - I'd like to measure and analyze 
> the performance of the ESX 3.5 box while the backups are happening against 
> the file server.<br>
> &gt;&gt;<br>
> &gt;&gt; I'm also considering moving the Win2k3 file server VM to the ESX box 
> and seeing if the situation improves.<br>
> &gt;&gt;<br>
> &gt;&gt; Kurt<br>
> &gt;&gt;<br>
> &gt;&gt; On Mon, Feb 13, 2012 at 12:08, Michael B. Smith &lt;<a 
> href="mailto:[email protected]";>[email protected]</a>&gt; wrote:<br>
> &gt;&gt;&gt; That's a busy box. I'd suggest moving to a 64-bit OS.<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; Regards,<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; Michael B. Smith<br>
> &gt;&gt;&gt; Consultant and Exchange MVP<br>
> &gt;&gt;&gt; <a 
> href="http://TheEssentialExchange.com";>http://TheEssentialExchange.com</a><br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; -----Original Message-----<br>
> &gt;&gt;&gt; From: Kurt Buff [mailto:<a 
> href="mailto:[email protected]";>[email protected]</a>]<br>
> &gt;&gt;&gt; Sent: Monday, February 13, 2012 3:00 PM<br>
> &gt;&gt;&gt; To: NT System Admin Issues<br>
> &gt;&gt;&gt; Subject: Re: Picking up file server tuning again<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; Ran PAL against the log.<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; Um, wow. It's a freaking christmas tree - red and yellow all 
> over the<br>
> &gt;&gt;&gt; place in CPU and disk.<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; Who should I be talking with to analyze this?<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; A sample of the issues shown - all of which show up in more than 
> one<br>
> &gt;&gt;&gt; time slice - some in every or almost every slice:<br>
> &gt;&gt;&gt; o- More than 50% Processor Utilization<br>
> &gt;&gt;&gt; o- More than 30% privileged (kernel) mode CPU usage<br>
> &gt;&gt;&gt; o- More than 2 packets are waiting in the output queue<br>
> &gt;&gt;&gt; o- Greater than 25ms physical disk READ response times<br>
> &gt;&gt;&gt; o- Greater than 25ms physical disk WRITE response times<br>
> &gt;&gt;&gt; o- More than 80% of Pool Paged Kernel Memory Used<br>
> &gt;&gt;&gt; o- More than 2 I/O's are waiting on the physical disk<br>
> &gt;&gt;&gt; o- 20 (Processor(_Total)\DPC Rate)<br>
> &gt;&gt;&gt; o- More than 30% Interrupt Time<br>
> &gt;&gt;&gt; o- Greater than 1000 page inputs per second (Memory\Pages 
> Input/sec)<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; Some things that showed no alerts:<br>
> &gt;&gt;&gt; o- Memory\Available MBytes<br>
> &gt;&gt;&gt; o- Memory\Free System Page Table Entrie<br>
> &gt;&gt;&gt; o- Memory\Pages/sec<br>
> &gt;&gt;&gt; o- Memory\System Cache Resident Bytes<br>
> &gt;&gt;&gt; o- Memory\Cache Bytes<br>
> &gt;&gt;&gt; o- Memory\% Committed Bytes In Use<br>
> &gt;&gt;&gt; o- Network Interface(*)\% Network Utilization<br>
> &gt;&gt;&gt; &nbsp; &nbsp; MS TCP Loopback interface<br>
> &gt;&gt;&gt; &nbsp; &nbsp; VMware Accelerated AMD PCNet Adapter<br>
> &gt;&gt;&gt; &nbsp; &nbsp; VMware Accelerated AMD PCNet Adapter#1<br>
> &gt;&gt;&gt; o- Network Interface(*)\Packets Outbound Errors<br>
> &gt;&gt;&gt; &nbsp; &nbsp; MS TCP Loopback interface<br>
> &gt;&gt;&gt; &nbsp; &nbsp; VMware Accelerated AMD PCNet Adapter<br>
> &gt;&gt;&gt; &nbsp; &nbsp; VMware Accelerated AMD PCNet Adapter#1<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; Kurt<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; On Fri, Feb 10, 2012 at 16:04, Brian Desmond &lt;<a 
> href="mailto:[email protected]";>[email protected]</a>&gt; wrote:<br>
> &gt;&gt;&gt;&gt; Rather than trying to do this yourself, check out PAL - <a 
> href="http://pal.codeplex.com/";>
> http://pal.codeplex.com/</a>. It will setup all the right counters for you 
> and crunch the data.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; Thanks,<br>
> &gt;&gt;&gt;&gt; Brian Desmond<br>
> &gt;&gt;&gt;&gt; <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; w – 312.625.1438 | c&nbsp;&nbsp; – 312.731.3132<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; -----Original Message-----<br>
> &gt;&gt;&gt;&gt; From: Kurt Buff [mailto:<a 
> href="mailto:[email protected]";>[email protected]</a>]<br>
> &gt;&gt;&gt;&gt; Sent: Friday, February 10, 2012 4:43 PM<br>
> &gt;&gt;&gt;&gt; To: NT System Admin Issues<br>
> &gt;&gt;&gt;&gt; Subject: Picking up file server tuning again<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; I'm getting back to monitoring my situation with the file 
> server again, and just finished a perfmon session covering the 3rd through 
> the 7th of this month. Simultaneously, I set up perfmon on the same 
> workstation to monitor the backup server.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; If anyone cares to help, I'd be deeply appreciative.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; I set up perfmon on a Win7 VM on an ESXi 4.1 host to take 
> measurements at 60 second intervals of a whole bunch of counters, many of 
> them probably just noise.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; I'll describe the history of the configuration first, 
> however:<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; The file server is a Win2k3 R2 VM running on a ESX 3.5 host 
> with 16g of RAM - it's one of 10 VMs, and is definitely the heaviest hitter 
> in terms of disk I/O. About 2.5-3 months ago we noticed that the time to 
> completion for the weekly full backups spiked
>  dramatically.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; Prior to that time, the fulls would start around 7pm on a 
> Friday, and finish by about 7pm on Sunday.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; Now they take until Thursday or Friday to complete.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; This coincided with some changes to the environment: I had 
> to move<br>
> &gt;&gt;&gt;&gt; the VM to a new host (it was a manual copy - we don't have 
> vmotion<br>
> &gt;&gt;&gt;&gt; licensed and configured for these hosts) and at about that 
> time I<br>
> &gt;&gt;&gt;&gt; also had to expand 2 of the 4 LUNS. &nbsp;Finally, the OS 
> drive for the<br>
> &gt;&gt;&gt;&gt; VM on the old host was on a LUN on our Lefthand unit - I had 
> to<br>
> &gt;&gt;&gt;&gt; migrate it to the local disk storage on the new home for the 
> VM. The<br>
> &gt;&gt;&gt;&gt; 4 data drives for this VM are attached via the MSFT iSCSI 
> client<br>
> &gt;&gt;&gt;&gt; running on the VM, not through VMWare's iSCSI client. So, at 
> that<br>
> &gt;&gt;&gt;&gt; point, all of the LUNS were on the Lefthand SAN, which is a 
> 3-node<br>
> &gt;&gt;&gt;&gt; cluster, and we use 2-way replication for all LUNS. The 2 
> LUNS that<br>
> &gt;&gt;&gt;&gt; were expanded went to 2tb or slightly beyond. The Lefthand 
> has two<br>
> &gt;&gt;&gt;&gt; NSM 2060s and a P4300G2, with 6 and 8 disks each, 
> respectively - a<br>
> &gt;&gt;&gt;&gt; total of 20 disks<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; Since that time, I've also added in our EMC VNXe 3100 with 6 
> disks in it in a RAID6 array. I mention this because this means that all of 
> the file systems on the VNXe are clean and defragged.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; Currently, I've migrated 3 of the 4 data LUNs for the VM to 
> the EMC. I made sure to align the partitions on the EMC to a megabyte 
> boundary.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; So, to make this simpler to visualize, a little table:<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; c: - local disk on ESX 3.5, 40gb, 23.6gb free<br>
> &gt;&gt;&gt;&gt; j: - iSCSI LUN on Lefthand, 2.5tb, 900gb free<br>
> &gt;&gt;&gt;&gt; k: - iSCSI LUN on VNXe, 1.98tb, 336gb free<br>
> &gt;&gt;&gt;&gt; l: - iSCSI LUN on VNXe, 1tb, 79gb free<br>
> &gt;&gt;&gt;&gt; m: - iSCSI LUN on VNXe 750gb, 425gb free<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; I tried to capture separate disk queue stats for each LUN, 
> but in spite of selecting and adding each drive letter separately in the 
> perfmon interface, all I got was _Total.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; Selected stats are as follows:<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; &nbsp; &nbsp; PhysicalDisk counters<br>
> &gt;&gt;&gt;&gt; Current disk queue length - average 0.483, maximum 33.000 
> Average<br>
> &gt;&gt;&gt;&gt; disk read queue length - 0.037, maximum 1.294 %disk time - 
> average<br>
> &gt;&gt;&gt;&gt; 34.068, maximum 153.877 Average disk write queue length - 
> average<br>
> &gt;&gt;&gt;&gt; 0.645, maximum 2.828 Average disk queue length - average 
> 0.681,<br>
> &gt;&gt;&gt;&gt; maximum 3.078<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; I have more data on PhysicalDisk, and data on other objects, 
> including Memory, NetworkInterface, Paging File, Processor and &nbsp;Server 
> Work Queues.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; If anyone has thoughts, I'd surely like to hear them.<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; Thanks,<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; Kurt<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; ~ Finally, powerful endpoint security that ISN'T a resource 
> hog! ~ ~<br>
> &gt;&gt;&gt;&gt; &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;
>  &nbsp;~<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; ---<br>
> &gt;&gt;&gt;&gt; To manage subscriptions click here:<br>
> &gt;&gt;&gt;&gt; <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>http://lyris.sunbelt-software.com/read/my_forums/</a><br>
> &gt;&gt;&gt;&gt; or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt;&gt;&gt;&gt; with the body: unsubscribe ntsysadmin<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; ~ Finally, powerful endpoint security that ISN'T a resource 
> hog! ~ ~<br>
> &gt;&gt;&gt;&gt; &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;
>  &nbsp;~<br>
> &gt;&gt;&gt;&gt;<br>
> &gt;&gt;&gt;&gt; ---<br>
> &gt;&gt;&gt;&gt; To manage subscriptions click here:<br>
> &gt;&gt;&gt;&gt; <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>http://lyris.sunbelt-software.com/read/my_forums/</a><br>
> &gt;&gt;&gt;&gt; or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt;&gt;&gt;&gt; with the body: unsubscribe ntsysadmin<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; ~ Finally, powerful endpoint security that ISN'T a resource hog! 
> ~ ~<br>
> &gt;&gt;&gt; &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;
>  &nbsp;~<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; ---<br>
> &gt;&gt;&gt; To manage subscriptions click here:<br>
> &gt;&gt;&gt; <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>http://lyris.sunbelt-software.com/read/my_forums/</a><br>
> &gt;&gt;&gt; or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt;&gt;&gt; with the body: unsubscribe ntsysadmin<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; ~ Finally, powerful endpoint security that ISN'T a resource hog! 
> ~ ~<br>
> &gt;&gt;&gt; &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;
>  &nbsp;~<br>
> &gt;&gt;&gt;<br>
> &gt;&gt;&gt; ---<br>
> &gt;&gt;&gt; To manage subscriptions click here:<br>
> &gt;&gt;&gt; <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>http://lyris.sunbelt-software.com/read/my_forums/</a><br>
> &gt;&gt;&gt; or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt;&gt;&gt; with the body: unsubscribe ntsysadmin<br>
> &gt;&gt;<br>
> &gt;&gt; ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ 
> ~<br>
> &gt;&gt; &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;
>  &nbsp;~<br>
> &gt;&gt;<br>
> &gt;&gt; ---<br>
> &gt;&gt; To manage subscriptions click here:<br>
> &gt;&gt; <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>http://lyris.sunbelt-software.com/read/my_forums/</a><br>
> &gt;&gt; or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt;&gt; with the body: unsubscribe ntsysadmin<br>
> &gt;&gt;<br>
> &gt;&gt;<br>
> &gt;&gt; ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ 
> ~<br>
> &gt;&gt; &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;
>  &nbsp;~<br>
> &gt;&gt;<br>
> &gt;&gt; ---<br>
> &gt;&gt; To manage subscriptions click here:<br>
> &gt;&gt; <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>http://lyris.sunbelt-software.com/read/my_forums/</a><br>
> &gt;&gt; or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt;&gt; with the body: unsubscribe ntsysadmin<br>
> &gt;&gt;<br>
> &gt;&gt; ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ 
> ~<br>
> &gt;&gt; &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;
>  &nbsp;~<br>
> &gt;&gt;<br>
> &gt;&gt; ---<br>
> &gt;&gt; To manage subscriptions click here:<br>
> &gt;&gt; <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>http://lyris.sunbelt-software.com/read/my_forums/</a><br>
> &gt;&gt; or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt;&gt; with the body: unsubscribe ntsysadmin<br>
> &gt;<br>
> &gt; ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
> &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;
>  &nbsp;~<br>
> &gt;<br>
> &gt; ---<br>
> &gt; To manage subscriptions click here: <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>
> http://lyris.sunbelt-software.com/read/my_forums/</a><br>
> &gt; or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt; with the body: unsubscribe ntsysadmin<br>
> &gt;<br>
> &gt;<br>
> &gt;<br>
> &gt; ~ Finally, powerful endpoint security that ISN'T a resource hog! ~<br>
> &gt; ~ &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;
>  &nbsp;~<br>
> &gt;<br>
> &gt; ---<br>
> &gt; To manage subscriptions click here: <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>
> http://lyris.sunbelt-software.com/read/my_forums/</a><br>
> &gt; or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> &gt; with the body: unsubscribe ntsysadmin<o:p></o:p></p>
> <p>~ Finally, powerful endpoint security that ISN'T a resource hog! ~<br>
> ~ &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;&nbsp;
>  ~<br>
> <br>
> ---<br>
> To manage subscriptions click here: <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>
> http://lyris.sunbelt-software.com/read/my_forums/</a><br>
> or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br>
> with the body: unsubscribe ntsysadmin<o:p></o:p></p>
> </div>
>
> <p>~ Finally, powerful endpoint security that ISN'T a resource hog! ~<br />
>        ~ &lt;<a 
> href="http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/";>http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/</a>&gt;&#160;
>  ~<br />
>        <br />
>        ---<br />
>        To manage subscriptions click here: <a 
> href="http://lyris.sunbelt-software.com/read/my_forums/";>http://lyris.sunbelt-software.com/read/my_forums/</a><br
>  />
>        or send an email to <a 
> href="mailto:[email protected]";>[email protected]</a><br
>  />
>        with the body: unsubscribe ntsysadmin</p>
> 
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
<BR>
~ &lt;http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/&gt;  ~
<BR>

<BR>
---
<BR>
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
<BR>
or send an email to [email protected]
<BR>
with the body: unsubscribe ntsysadmin
</BODY>
> </html>
>
> --


Reply via email to