<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>assafk Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>assafk Tracker</description>
    <pubDate>Fri, 17 Nov 2023 19:27:15 GMT</pubDate>
    <dc:date>2023-11-17T19:27:15Z</dc:date>
    <item>
      <title>working with Guest User Mapping to run commands over guest OS</title>
      <link>https://communities.vmware.com/t5/VMware-vCenter-Discussions/working-with-Guest-User-Mapping-to-run-commands-over-guest-OS/m-p/2271594#M34211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to understand how can i run commands over a Guest Os using VMware SDK&lt;/P&gt;&lt;P&gt;here is the working code for running a command using VMware SDK ( in c#)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var processMgr = new ManagedObjectReference { type = "GuestProcessManager", Value = "guestOperationsProcessManager" };&lt;/P&gt;&lt;P&gt;var auth = new NamePasswordAuthentication { username = @"theGuestOsUser", password = "TheGuesOsPassword", interactiveSession = false };&lt;/P&gt;&lt;P&gt;var progSpec = new GuestProgramSpec { programPath = @"C:\Windows\System32\ipconfig.exe", arguments = "" };&lt;/P&gt;&lt;P&gt;var vmRef = new ManagedObjectReference { type = "VirtualMachine", Value = "vm-164" };&lt;/P&gt;&lt;P&gt;var pid = vimService.StartProgramInGuest(processMgr, vmRef, auth, progSpec);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i could understand to be able to run commands on the VM with different SSO user &lt;/P&gt;&lt;P&gt;i need to go the Guest User Section and add the relevant SSO user &lt;/P&gt;&lt;P&gt;as you could see i've added: local user(root) / domain user (administrator) &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/15455iD92039B33CF523C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as describe in the documentation &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.vm_admin.doc/GUID-A38D2EEE-86B3-4440-9617-74065DD7D074.html" title="https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.vm_admin.doc/GUID-A38D2EEE-86B3-4440-9617-74065DD7D074.html"&gt;Configuring User Mappings on Guest Operating Systems&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212529; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; background-color: #fafafa;"&gt;You must configure VMs to accept X.509 certificates. X.509 certificates allow the vSphere administrators in your data center to use SAML tokens issued by single sign-on service to access guest OSs.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;the only related thread i could find is this one &lt;/P&gt;&lt;P&gt;&lt;A href="https://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.wssdk.dsg.doc_50%2Fsdk_sg_server_certificate_Appendix.6.4.html"&gt;https://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.wssdk.dsg.doc_50%2Fsdk_sg_server_certificate_Appendix.6.4.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone explain what does it means to configure vm the accept x.509 certificates?&lt;/P&gt;&lt;P&gt;of at least point me to a thread the explain what needs to be done so this code&amp;nbsp; will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var processMgr = new ManagedObjectReference { type = "GuestProcessManager", Value = "guestOperationsProcessManager" };&lt;/P&gt;&lt;P&gt;var auth = new NamePasswordAuthentication { username = @"&lt;STRONG&gt;root@localos&lt;/STRONG&gt;", password = "&lt;STRONG&gt;TheSSOPassword&lt;/STRONG&gt;", interactiveSession = false };&lt;/P&gt;&lt;P&gt;var progSpec = new GuestProgramSpec { programPath = @"C:\Windows\System32\ipconfig.exe", arguments = "" };&lt;/P&gt;&lt;P&gt;var vmRef = new ManagedObjectReference { type = "VirtualMachine", Value = "vm-164" };&lt;/P&gt;&lt;P&gt;var pid = vimService.StartProgramInGuest(processMgr, vmRef, auth, progSpec);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 11:49:07 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vCenter-Discussions/working-with-Guest-User-Mapping-to-run-commands-over-guest-OS/m-p/2271594#M34211</guid>
      <dc:creator>assafk</dc:creator>
      <dc:date>2019-11-19T11:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke-VMScript "The guest operations agent could not be contacted."</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Invoke-VMScript-quot-The-guest-operations-agent-could-not-be/m-p/1233792#M35760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the same issue happened to me.&lt;/P&gt;&lt;P&gt;i've logged into the VM and restarted the VMtools service &lt;/P&gt;&lt;P&gt;and the problem was resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2019 14:02:07 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Invoke-VMScript-quot-The-guest-operations-agent-could-not-be/m-p/1233792#M35760</guid>
      <dc:creator>assafk</dc:creator>
      <dc:date>2019-10-28T14:02:07Z</dc:date>
    </item>
    <item>
      <title>Failed to connect to VC using VixHost_Connect getting 22003 error message</title>
      <link>https://communities.vmware.com/t5/VIX-API-Discussions/Failed-to-connect-to-VC-using-VixHost-Connect-getting-22003/m-p/2248393#M2972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;BR /&gt;i'm starting to use the VIX api, and i'm getting 22003 error message&lt;/P&gt;&lt;P&gt;this is the code &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;* i am running this code using VS 2017 , .net 4.72&lt;/P&gt;&lt;P&gt;the VC is 6.5 &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; background-color: #fff8dc;"&gt;For vSphere, the VIX API was deprecated in 2012, as announced in the VIX 1.11 Release Notes. VIX 1.14 was the last supported release for vSphere. VIX is no longer supported with in 6.5 and VMware Tools 10.1.0 and later.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/54868060/vmware-esxi-6-7-guest-os-password" title="https://stackoverflow.com/questions/54868060/vmware-esxi-6-7-guest-os-password"&gt;https://stackoverflow.com/questions/54868060/vmware-esxi-6-7-guest-os-password&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VixError err;&lt;/P&gt;&lt;P&gt;char *vmxPath;&lt;/P&gt;&lt;P&gt;VixHandle hostHandle = VIX_INVALID_HANDLE;&lt;/P&gt;&lt;P&gt;VixHandle jobHandle = VIX_INVALID_HANDLE;&lt;/P&gt;&lt;P&gt;VixHandle vmHandle = VIX_INVALID_HANDLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jobHandle = VixHost_Connect(VIX_API_VERSION,&lt;/P&gt;&lt;P&gt;//VIX_SERVICEPROVIDER_DEFAULT,&lt;/P&gt;&lt;P&gt;VIX_SERVICEPROVIDER_VMWARE_VI_SERVER,&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;THE_VC_IP_ADDRESS&lt;/STRONG&gt;", // *hostName,&lt;/P&gt;&lt;P&gt;0, // hostPort,&lt;/P&gt;&lt;P&gt;"root", // *userName,&lt;/P&gt;&lt;P&gt;"THE_VC_PASSWORD", // *password,&lt;/P&gt;&lt;P&gt;0, // options,&lt;/P&gt;&lt;P&gt;VIX_INVALID_HANDLE, // propertyListHandle,&lt;/P&gt;&lt;P&gt;NULL, // *callbackProc,&lt;/P&gt;&lt;P&gt;NULL); // *clientData);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;err = VixJob_Wait(jobHandle,&lt;/P&gt;&lt;P&gt;VIX_PROPERTY_JOB_RESULT_HANDLE,&lt;/P&gt;&lt;P&gt;&amp;amp;hostHandle,&lt;/P&gt;&lt;P&gt;VIX_PROPERTY_NONE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am i missing something&amp;nbsp; ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 06:10:00 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VIX-API-Discussions/Failed-to-connect-to-VC-using-VixHost-Connect-getting-22003/m-p/2248393#M2972</guid>
      <dc:creator>assafk</dc:creator>
      <dc:date>2019-10-10T06:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Errors 22002 and 22003 with VixHost_Connect()</title>
      <link>https://communities.vmware.com/t5/VIX-API-Discussions/Errors-22002-and-22003-with-VixHost-Connect/m-p/813291#M1042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've experianced the same issue , but i think there is somthing that i am missing here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are the steps that i've done :&lt;/P&gt;&lt;P&gt;1 . install the vmware vix API over my local machine (nothing special here) got only some asseblies and several code example&lt;/P&gt;&lt;P&gt;2. created a c++ project over VS2017&amp;nbsp; i've used the &lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px;"&gt;VixAllProductsDyn.dll &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px;"&gt;2.1 - project complies and runs without but VixHost_Connect failes to connect with error code 22003&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the code sample&lt;/P&gt;&lt;P&gt;VixError err;&lt;/P&gt;&lt;P&gt;char *vmxPath;&lt;/P&gt;&lt;P&gt;VixHandle hostHandle = VIX_INVALID_HANDLE;&lt;/P&gt;&lt;P&gt;VixHandle jobHandle = VIX_INVALID_HANDLE;&lt;/P&gt;&lt;P&gt;VixHandle vmHandle = VIX_INVALID_HANDLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jobHandle = VixHost_Connect(VIX_API_VERSION,&lt;/P&gt;&lt;P&gt;//VIX_SERVICEPROVIDER_DEFAULT,&lt;/P&gt;&lt;P&gt;VIX_SERVICEPROVIDER_VMWARE_VI_SERVER,&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;THE_VC_IP_ADDRESS&lt;/STRONG&gt;", // *hostName,&lt;/P&gt;&lt;P&gt;0, // hostPort,&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;THE_VC_USER_NAME&lt;/STRONG&gt;", // *userName,&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;THE_VC_PASSWORD&lt;/STRONG&gt;", // *password,&lt;/P&gt;&lt;P&gt;0, // options,&lt;/P&gt;&lt;P&gt;VIX_INVALID_HANDLE, // propertyListHandle,&lt;/P&gt;&lt;P&gt;NULL, // *callbackProc,&lt;/P&gt;&lt;P&gt;NULL); // *clientData);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;err = VixJob_Wait(jobHandle,&lt;/P&gt;&lt;P&gt;VIX_PROPERTY_JOB_RESULT_HANDLE,&lt;/P&gt;&lt;P&gt;&amp;amp;hostHandle,&lt;/P&gt;&lt;P&gt;VIX_PROPERTY_NONE);&lt;/P&gt;&lt;P&gt;if (VIX_FAILED(err)) {&lt;/P&gt;&lt;P&gt;std::cout &amp;lt;&amp;lt; "connection failed " &amp;lt;&amp;lt; err; &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont believe i need to install the VIX over my VC &lt;/P&gt;&lt;P&gt;am i missing somthing ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 14:05:17 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VIX-API-Discussions/Errors-22002-and-22003-with-VixHost-Connect/m-p/813291#M1042</guid>
      <dc:creator>assafk</dc:creator>
      <dc:date>2019-10-07T14:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: vshpare 6.7 install plugin</title>
      <link>https://communities.vmware.com/t5/vSphere-Upgrade-Install/vshpare-6-7-install-plugin/m-p/1377574#M15287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think my question wasn't clear enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;our company has created a plugin that is currently works with other vSphare versions&lt;/P&gt;&lt;P&gt;the installation of the plugin is done via the vmware api.&lt;/P&gt;&lt;P&gt;when trying to install the plugin on 6.7 versoin , the installation is done without any exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still although the vSphare logs shows that the plugin was successfully verified ,&amp;nbsp; plugin is not added&lt;/P&gt;&lt;P&gt;do you believe it is still related the BETA ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 07:12:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Upgrade-Install/vshpare-6-7-install-plugin/m-p/1377574#M15287</guid>
      <dc:creator>assafk</dc:creator>
      <dc:date>2018-04-17T07:12:35Z</dc:date>
    </item>
    <item>
      <title>vshpare 6.7 install plugin</title>
      <link>https://communities.vmware.com/t5/vSphere-Upgrade-Install/vshpare-6-7-install-plugin/m-p/1377572#M15285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope anyone could help on this one , we are trying to install a plugin on the vshpare 6.7 without any success&lt;/P&gt;&lt;P&gt;i could find this link which points that the flex and web client are going to be deprecated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.vmware.com/vsphere/2016/05/goodbye-vsphere-client-for-windows-c-hello-html5.html" title="https://blogs.vmware.com/vsphere/2016/05/goodbye-vsphere-client-for-windows-c-hello-html5.html"&gt;Goodbye vSphere Client for Windows (C#) – Hello HTML5 - VMware vSphere Blog&lt;/A&gt; &lt;/P&gt;&lt;P&gt;but they are still available on the UI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when trying to install the plugin with the api calling the RegisterExtension function ( available on the VimService)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i could find some related logs on the VC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[2018-02-26T10:10:21.229+02:00] [WARN ] session-init-pool-8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70000091 100006 200004 com.vmware.vise.extensionfw.impl.PackageManifestParser&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plugin version mismatch for com.MyPlugin.plugin between the plugin registration info (&lt;STRONG&gt;3.0&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;and the version specified in plugin-package.xml (&lt;STRONG&gt;4.1&lt;/STRONG&gt;). The registration version will be used but you should keep them in sync.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line 114806: [2018-02-26T10:10:21.265+02:00] [INFO ] plugin-validation1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.vmware.vise.extensionfw.impl.OsgiUsageValidationService&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Started validating com.MyPlugin.plugin:3.0 &lt;/P&gt;&lt;P&gt;Line 114829: [2018-02-26T10:10:21.266+02:00] [INFO ] plugin-validation1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.vmware.vise.extensionfw.impl.OsgiUsageValidationService&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Finished validating com.MyPlugin.plugin:3.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[2018-02-26T11:00:03.427+02:00] [WARN ] data-service-pool-794&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70000674 100003 200006 c.v.vsphere.client.vcextension.impl.ManagedByPropertyProvider&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManagedObjectReference: type = VirtualMachine, value = vm-82, serverGuid = 4f57e45b-f53c-4c2b-8b6a-b64d72af7c15 specifies a managedBy relation to an extension with the key com.MyPlugin.plugin but no such extension is registered &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone has experienced the same issue when trying to install plugins on 6.7 ?&lt;/P&gt;&lt;P&gt;anyone knows it installing plugins on 6.7 is available ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 16:07:25 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Upgrade-Install/vshpare-6-7-install-plugin/m-p/1377572#M15285</guid>
      <dc:creator>assafk</dc:creator>
      <dc:date>2018-04-09T16:07:25Z</dc:date>
    </item>
    <item>
      <title>fail to install plugin with error "cannot open locale file for writing"</title>
      <link>https://communities.vmware.com/t5/vSphere-Command-Line-Interface/fail-to-install-plugin-with-error-quot-cannot-open-locale-file/m-p/2735856#M1409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while trying to install plugin on VC environment&lt;/P&gt;&lt;P&gt;i'm getting this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-11-01T12:17:34.309+01:00 [00872 error 'vpxdvpxdMoExtensionManager' opID=5c89a933] [ExtensionManagerMo] Failed: &lt;STRONG&gt;cannot open locale file for writing: C:\Program Files\VMware\Infrastructure\VirtualCenter Server\extensions\MyPlugin\locale\en\extension.vmsg&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;2017-11-01T12:17:34.316+01:00 [00872 info 'commonvpxLro' opID=5c89a933] [VpxLRO] -- FINISH task-internal-4840 -- -- vim.ExtensionManager.registerExtension -- &lt;/P&gt;&lt;P&gt;2017-11-01T12:17:34.316+01:00 [00872 info 'Default' opID=5c89a933] [VpxLRO] -- ERROR task-internal-4840 -- -- vim.ExtensionManager.registerExtension: vmodl.fault.SystemError: &lt;/P&gt;&lt;P&gt;--&amp;gt; Result: &lt;/P&gt;&lt;P&gt;--&amp;gt; (vmodl.fault.SystemError) { &lt;/P&gt;&lt;P&gt;--&amp;gt; dynamicType = &amp;lt;unset&amp;gt;, &lt;/P&gt;&lt;P&gt;--&amp;gt; faultCause = (vmodl.MethodFault) null, &lt;/P&gt;&lt;P&gt;--&amp;gt; reason = "Cannot open locale file for writing.", &lt;/P&gt;&lt;P&gt;--&amp;gt; msg = "", &lt;/P&gt;&lt;P&gt;--&amp;gt; } &lt;/P&gt;&lt;P&gt;--&amp;gt; Args:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will try to give as much information as i can on the enviroment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. the VC is installed on with Dutch&amp;nbsp; settings&amp;nbsp; ( i am not sure the english is available vc )&lt;/P&gt;&lt;P&gt;2. the user running the install is an admin on the VC .&lt;/P&gt;&lt;P&gt;3. user login the the VC machine is a domain admin&lt;/P&gt;&lt;P&gt;4. the vcenter server service is running under local system account - not sure this one is related since i've managed to install different plugin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2017 09:14:27 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Command-Line-Interface/fail-to-install-plugin-with-error-quot-cannot-open-locale-file/m-p/2735856#M1409</guid>
      <dc:creator>assafk</dc:creator>
      <dc:date>2017-12-25T09:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: .sdd.sf folder after Storage vMotion</title>
      <link>https://communities.vmware.com/t5/ESXi-Discussions/sdd-sf-folder-after-Storage-vMotion/m-p/923325#M78432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for every new top level directory i create on the vsan, the total of these files consume over 700MB, not so small.&lt;/P&gt;&lt;P&gt;Has anyone received any response from VMWare about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="vsanfolder.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/60656iECA2B23E75319969/image-size/large?v=v2&amp;amp;px=999" role="button" title="vsanfolder.png" alt="vsanfolder.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2015 14:27:25 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ESXi-Discussions/sdd-sf-folder-after-Storage-vMotion/m-p/923325#M78432</guid>
      <dc:creator>assafk</dc:creator>
      <dc:date>2015-07-26T14:27:25Z</dc:date>
    </item>
  </channel>
</rss>

