<div dir="ltr">
<div><div><div><div>Hi Zak,<br><br></div>Thanks for your swift reply and
 sorry for my own delay!  It's good to know you have such extensive use 
of the PS client without this issue.<br><br></div>I think you are 
probably right.  These issue has only appeared on servers using Windows 
Cluster Failover, where various iSCSI disks are clustered.<br><br></div>For
 the record, my workaround of disabling the Virtual Disk Service caused 
no bad effects on the server, but it does prevent diskpart from 
running.  I set the service back to Manual, and it started as soon as I 
ran diskpart from an elevated Command Prompt.  Exiting diskpart causes 
the VDS service and proces to stop.<br><br></div>When the Virtual Disk Service was set to manual, and started just by me running diskpart.exe, the client output has:<br><div>
<pre>[diskpart]
diskpart:::Clustered Unknown</pre>

When the service is disabled, the output is just an empty section:<br>
<pre>[diskpart]<br></pre></div><div><div><div><div>When VDS is started by me restarting the XymonPSclient service and it being on manual, the output is e.g.:<br>
<pre>[diskpart]
diskpart:Disk 0:278 GB:Not Clustered
diskpart:Disk 1:1024 MB:Clustered Active
diskpart:Disk 2:25 GB:Clustered Active
diskpart:Disk 3:500 GB:Clustered Active
diskpart:Disk 4:300 GB:Clustered Inactive
diskpart:Disk 5:1024 MB:Clustered Inactive
diskpart:Disk 6:500 GB:Clustered Inactive
diskpart:Disk 7:200 GB:Clustered Inactive
diskpart:Disk 8:1024 MB:Clustered Inactive
diskpart:Disk 9:1024 MB:Clustered Inactive
diskpart:Disk 10:200 GB:Clustered Inactive
diskpart:Disk 11:200 GB:Clustered Inactive
diskpart:Disk 12:500 GB:Clustered Active
diskpart:Disk 13:5120 MB:Clustered Active
diskpart:Disk 14:500 GB:Clustered Inactive</pre>

Compared with VDS running because of me running diskpart and running: <br><br>
<p class="MsoNormal"><span style="color:rgb(3,45,253)">“list disk”<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:rgb(3,45,253)">For each disk returned, “select disk {n}” and then “detail disk”</span></p><br></div><div>for each disk (which does not leak memory) vds.exe uses about an extra MB of RAM when running due to the PS client.<br><br></div><div>I have also now commented out the line you suggest ('
<span style="color:rgb(3,45,253)"> $script:diskpartData = XymonDiskPart</span>

') and now when I restart the XymonPSclient service with VDS set to 
Manual it does not get restarted and left running (or restarted at 
all).  So this looks like a better workaround than just disabling the 
service, but I will need to continue to monitor that.<br><br></div><div>Is the XymonDiskPart information used for anything?  I mean, can it be used for anything without writing plug-ins?<br></div><div><br></div><div>We do not have memory leaks in powershell.exe on these 
servers (although I think I may have seen it on another server), so the issue above is not related to Alessandro's issue.<br><br></div><div>Thanks again for your help Zak, and I hope this knowledge is of benefit to you or others too.<br></div></div></div></div>

<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">
<div style="TEXT-ALIGN:left"><span style="FONT-SIZE:12px"><span style="FONT-FAMILY:arial,helvetica,sans-serif">Kind regards,<br><br>SebA<br><br></span></span></div></div></div></div></div></div></div></span></div></div></div>
<br><div class="gmail_quote">On 14 March 2018 at 09:21, Beck, Zak <span dir="ltr"><<a href="mailto:zak.beck@accenture.com" target="_blank">zak.beck@accenture.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="#0563C1" vlink="#954F72" lang="EN-GB">
<div class="m_-9136960081763039468WordSection1">
<p class="MsoNormal"><span style="color:#032dfd">Hi Seb<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd">I’ve got hundreds of VMs running the Powershell client on Windows Server 2008R2, 2012R2 and 2016 and I don’t see this issue. I just checked a couple of servers, vds.exe is between 2MB
 and 20MB and around 21 threads. Same version of vds.exe too.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd">I’m wondering if function XymonDiskPart has something to do with it. This only runs on slow scans (every 6 hours-ish by default). This runs ‘diskpart’ and then<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd">“list disk”<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd">For each disk returned, “select disk {n}” and then “detail disk”<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd">Maybe you could try this from the command prompt on a server with vds stopped and see if it restarts it. You could also try commenting out this line (3875, towards the end) in the client
 and see what happens (insert a # at the beginning of the line):<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd">        $script:diskpartData = XymonDiskPart<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd">Alternatively, it could be the disk utilisation code which is using Windows API calls in kernel32.dll – FindFirstVolume, FindNextVolume, FindVolumeClose, GetVolumeInformation, GetVolumePathNamesForVolumeNam<wbr>eW,
 GetDiskFreeSpaceEx and GetDriveType. The MSDN documentation for these doesn’t mention the Virtual Disk Service but I guess they could be using it.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd">Zak <u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#032dfd"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> SebA [mailto:<a href="mailto:spah@syntec.co.uk" target="_blank">spah@syntec.co.uk</a>]
<br>
<b>Sent:</b> Tuesday, 13 March 2018 18:14<br>
<b>To:</b> Beck, Zak <<a href="mailto:zak.beck@accenture.com" target="_blank">zak.beck@accenture.com</a>>; Xymon Mailing List <<a href="mailto:xymon@xymon.com" target="_blank">xymon@xymon.com</a>><br>
<b>Subject:</b> [External] Memory leak in Windows Virtual Disk service caused by Xymon Windows Powershell client<u></u><u></u></span></p><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">I have noticed a memory and thread leak in the Windows Virtual Disk service - or vds.exe from the process list.  This service is set to Manual by default and gets started when starting the XymonPSClient service on Windows 2008 R2.  It starts
 off using 32 threads, but grows forever, the virtual memory and physical memory (which starts under 6 MB) used slowly grow too.<br>
<br>
Has anyone noticed this problem and do they have a solution to it?<br>
<br>
On Windows Server 2012, the Virtual Disk service does not get started by Xymon Windows Powershell client, so it's obviously not started directly by the client, but by a request for information.  I looked into known memory leaks for vds.exe and the one I found
 was not applicable to 2008 R2, only 2008 and Vista.  The version of vds.exe we have is later than the version with the fix: 6.1.7601.17514 from 2010.<br>
<br>
The quick workaround is simply to stop the Virtual Disk Service - but as soon as the PSclient has used it, it does not stop properly and terminates unexpectedly, so one needs to set it not to restart on crash, or stop it immediately after starting, or to Disabled. 
 But it would be good to know why it is starting, not stopping, and leaking threads / memory!<u></u><u></u></p>
<div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:9.0pt;font-family:"Arial",sans-serif">Kind regards,<br>
<br>
SebA</span><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></div>
<br>
<hr>
<font size="1" face="Arial" color="Gray"><br>
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by
 you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of
 internal compliance with Accenture policy. <br>
______________________________<wbr>______________________________<wbr>__________________________<br>
<br>
<a href="http://www.accenture.com" target="_blank">www.accenture.com</a><br>
</font>
</div>

</blockquote></div><br></div>