Quantcast
Channel: VMware Communities : Discussion List - All Communities
Viewing all 178097 articles
Browse latest View live

How to find flows in VRNI that are or are not RFC1918?

$
0
0

I tried to make a query where Destination IP matched 10.* or did not match 10.*. This

failed as there was only an = or != following Destination IP. For a microsegmentation

project I'm trying narrow the number of flows that get exported by, for example,

excluding all flows from a particular Security Group to the Internet.I'm just interested

flows internal to the company. Is there a way that I could filter based on IP range?


Get virtual machines from vCACCAFE:BusinessGroup

$
0
0

Hi,

 

I'm new working with vRO and JS. I'm trying to get all VMs (VC:VirtualMachine) from a BusinessGroup (vCACCAFE:BusinessGroup). There is any way to relate this 2 object types??

 

Thanks in advance!

VMRC on MAC but no Copy & Paste?

$
0
0

Anyone managed to find a way to copy and paste from a mac host to VMRC session?

Apparently the options to make this happen are only available on Windows and not on MAC

as per:

VMware Knowledge Base

"This article provides the basic steps to enable the Copy/Paste between the VMRC client and Windows/Linux Virtual Machine.

The Copy/Paste between VMRC client and MacOS virtual machine is not supported currently."

 

There is no vSphere client for 6.7, web console also does not allow paste, so how on earth do we copy and paste?

 

Appreciate any workarounds from anyone.

 

Thanks

G

Auto start of encrypted VM

$
0
0

Hi,

I'm using Worstation 15 Pro (15.1.0) on Windows 10.

One of my VM's is encrypted, restricted and password protected. Can I start this VM automatically without manually entering encription password?

 

thank you!

revert esxi build

$
0
0

how can i revert a esxi build? Does shift+R work?

 

I need to rollback on patches on the same esxi version but different build

vROps 7.5 app remote collector agent install fails

$
0
0

Hi,

 

I am trying the new app remote collector in vROps 7.5. Installation and connection to vCenter is fine. Unable to install CentOs7 agent or Windows 2016 agent from the remote agent console. Both have VM Tools 10.2 installed (replaced open source version on CentOS). Since they both failed i thought it was the old vCenter issue with symbols in passwd, so I changed linux root user to other passwd. Still fails. I get:

 

com.vmware.adapter3.applicationdiscovery.AppOSAdapter.logAdapterActionResult - [2019-04-17 13:07:37.417000 UTC]Task with operation install failed at 1555506457417 with reason Failed to connect to vCenter. Please check the credentials. Unable to acquire token

[654] 2019-04-17 15:07:57,322 ERROR [pool-1-thread-8] (74) com.vmware.adapter3.applicationdiscovery.actions.dispatch.UCPActionExecutor.checkActionStatus - Could not fetch auth token from UCP API. Unable to fetch the status from doc link. Hence trying from file...

 

Any ideas ? Anyone tried this yet?

What Is The Difference Between Eager Zero And Lazy Zero Thick Provision Disks?

$
0
0

When we allocate disks in VMware, we have to specify thin provisioned,  thick provisioned eager zero or thick provisioned lazy zero, but what is  the difference?

vSAN hardware compatibility issues on HP P440AR Controller with ESX 6.7 U2

$
0
0

Hi everyone, I have a vSan Cluster with 4 HP G9 Server. two of them are updated to 6.7 U2. now on these two i get vSAN hardware compatibility issues alarm. i read many other topic about these issue which they refers that vMware will update the list of controllers which support this version of vSphere.

now my concern is that will this issue affect my data? or even vSan availability? I have important VMs on VSan datastore which is very critical to our company.

thanks


Java on Windows 10 and UEM 9.3 (Java 8 Update 191) not Saving Some Exceptions

$
0
0

Hi,

 

I have a Windows 10 with Java 8 Update 191 installed on it that when I accept a Java website it remembers the first exception, but not the second exception.

 

My UEM settings are:

 

[IncludeFolderTrees]

<AppData>\Sun\Java

<UserProfile>\AppData\LocalLow\Sun\Java\Deployment

<UserProfile>\AppData\LocalLow\Oracle

 

[IncludeFiles]

<UserProfile>\AppData\LocalLow\Sun\Java\Deployment\deployment.properties

<UserProfile>\AppData\Roaming\Sun\Java\Deployment\deployment.properties

 

This is UEM 9.3

 

Thanks.

Subscription Payload

$
0
0

Good day all,

 

I was taking a closer look at the payload properties that gets displayed in the logs when the subscription is called and noticed that my encrypted values are getting displayed in plain text in the logs.  Can anyone confirm if they are seeing that in their environment please?

 

Thanks

 

 

Steve

Getting task id from vSphere REST API

$
0
0

How can I get task id from vSphere REST API operations

 

For example, is there a way to synchronously issue a create VM request and get back a task id.

Later on, use some mechanism to check status of task using task id - API for this would be GET https://{server}/rest/cis/tasks/{task} which is added in vSphere REST API 6.7 U1

 

Currently we have this API url for create VM - POST https://{server}/rest/vcenter/vm

 

Note: This was possible using SOAP, so something similar would help

NFS mount point script

$
0
0

am trying below script to add nfs mount point to the esxi hosts which am mentioniong in ds.csv file

instead in csv am looking to ask on which host mount point to be added.

 

 

$Dspath=c:\temp\ds.csv

$Dsconf= Import-csv $Dspath

write-host "enter esxi host name"

foreach($ds in $Dsconf)

{

New-Datastore -Nfs -Name $ds.name -path $ds.path -nfshost $ds.nfshost

}

Remote Console 9.0 download

$
0
0

There is a known issue listed in the Remote Console V10.0.2 release notes that it crashes on certain versions of Linux.

 

The suggested workaround is to use version 9.0

 

Unfortunately the V9.0 download page says this version is no longer available.

 

Is there anywhere the V9.0 for Linux can be downloaded until a version of V10 is made available that works properly (i.e. at all!)

Invoke-VMScript An error occurred while sending the request

$
0
0

Hi,

 

We have a Vcenter(6.5) which includes afew Esxi 6.0 servers(all the servers configured same with 6.0 version, but the server locations are different), we need to send some commands to VM(windows or linux) through powercli and Invoke-VMScript  cmdlet,

actually it is working fine but just on some of these esxi servers and their VMs, but for other esxi servers' VMs the Invoke function is freezing(20-30sec) and then returns following error when we send a command:

 

Invoke-VMScript -ScriptText "pwd"  -VM $VMName -GuestCredential $DCLocalCredential

 

Invoke-VMScript : 7/9/2019 11:10:25 PM  Invoke-VMScript         An error occurred while sending the request.

At line:1 char:1

+ Invoke-VMScript -ScriptText $check  -VM $VMName -GuestCredential $DCL ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : NotSpecified: (:) [Invoke-VMScript], ViError

    + FullyQualifiedErrorId : Client20_VmGuestServiceImpl_DownloadFileFromGuest_DownloadError,VMware.VimAutomation.ViC

   ore.Cmdlets.Commands.InvokeVmScript

 

 

any solution?

Deploy plug-in failed on vCenter 6.7 Update 2 HTML 5 client - ClassNotFoundException

$
0
0

Hi. Our plugin stopped working in vCenter 6.7 Update 2 on the HTML 5 client only (the Flex client still works fine). When deploying the plug-in and logging in to the HTML 5 client, I am getting an error in the task pane that says "Deploy plug-in: Cannot complete the operation. See the event logs for details". I am looking at the logs at c:\ProgramData\VMware\vCenterServer\logs\vsphere-ui\logs\vsphere_client_virgo.log and see the following relevant lines:

[2019-07-02T14:18:54.726+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.PluginStatusTaskManager             DOWNLOADING: Downloading plugin package com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 from https://172.16.10.212:8081/vwc/vwc.zip ...  [2019-07-02T14:18:54.793+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.commons.vcservice.impl.VcServiceImpl          loginByToken successful on vc https://vcenter-ci14.lab.il.infinidat.com:443/sdk  [2019-07-02T14:18:54.793+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.commons.vcservice.impl.VcServiceImpl          logged in VC with id 3000005  [2019-07-02T14:18:54.793+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.commons.vcservice.impl.VcServiceImpl          Successfully logged into VC https://vcenter-ci14.lab.il.infinidat.com:443/sdk for session: 100019  [2019-07-02T14:18:54.949+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.util.VcExtensionUtil                No proxy server configured.  [2019-07-02T14:18:54.950+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.VcExtensionManager                  Downloading plugin package from https://172.16.10.212:8081/vwc/vwc.zip (no proxy defined)  [2019-07-02T14:18:55.099+03:00] [INFO ] taskExecutor-1               70000051 100019 200002 c.vmware.license.client.management.adapter.LicenseInventoryCache  Retrieved 2 licenses.  [2019-07-02T14:18:55.119+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.VcExtensionManager                  Done downloading plugin package from https://172.16.10.212:8081/vwc/vwc.zip  [2019-07-02T14:18:55.120+03:00] [WARN ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.VcExtensionManager                  Detected an invalid signature for plugin: com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 - com.vmware.vise.extensionfw.signing.PluginSignatureException: No META-INF/MANIFEST.MF entry found in the plugin zip file.  [2019-07-02T14:18:55.318+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.VcExtensionManager                  Done expanding plugin package to C:\ProgramData\VMware\vCenterServer\cfg\vsphere-ui\vc-packages\vsphere-client-serenity\com.infinidat.powertools.develop.arnons.mbp-5.0.0.5  [2019-07-02T14:18:55.319+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.PluginStatusTaskManager             DOWNLOADED: Downloaded plugin package com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 from https://172.16.10.212:8081/vwc/vwc.zip successfully.  [2019-07-02T14:18:55.332+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.PluginStatusTaskManager             DEPLOYING: Deploying plugin package com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 ...  [2019-07-02T14:18:56.037+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.PackagesDeployer                 Deploying plugin package 'com.infinidat.powertools.develop.arnons.mbp:5.0.0.5'.  [2019-07-02T14:18:56.037+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.DeploymentEventLoggerImpl        Event=PACKAGE_DEPLOY_BEGIN; Params=com.infinidat.powertools.develop.arnons.mbp, 5.0.0.5  [2019-07-02T14:18:56.065+03:00] [WARN ] -0:0:0:0:0:0:0:1-5090-exec-3 70000058 100019 200002 com.vmware.vise.mvc.tree.TreeNodeStateManagerImpl                 Failed to load user preferences.  [2019-07-02T14:18:56.310+03:00] [INFO ] plugin-deploy10               c.v.v.client.iconslabels.IconsLabelsPropertyProviderAdapter       got plugin event, icons update version: 8  [2019-07-02T14:18:56.310+03:00] [INFO ] plugin-deploy10               c.v.v.client.iconslabels.IconsLabelsPropertyProviderAdapter       Actually running update with version: 8  [2019-07-02T14:18:56.327+03:00] [INFO ] plugin-deploy10               c.v.v.client.iconslabels.IconsLabelsPropertyProviderAdapter       Creating Type Info for properties: inventoryservice:InventoryServiceCategory, ClusterComputeResource, DistributedVirtualSwitch, com.vmware.content.library.Item, VmwareDistributedVirtualSwitch, inventoryservice:InventoryServiceTag, PbmRequirementStorageProfile, ResourcePool, Folder, DistributedVirtualPortgroup, VirtualApp, StoragePod, Datastore, HostProfile, PbmDataServiceStorageProfile, Network, com.vmware.content.Library, Datacenter, HostSystem, VcExtension, OpaqueNetwork, VirtualMachine,   [2019-07-02T14:18:56.327+03:00] [INFO ] plugin-deploy10               c.v.v.client.iconslabels.IconsLabelsPropertyProviderAdapter       Completed update with version: 8  [2019-07-02T14:18:56.328+03:00] [INFO ] plugin-deploy10               com.vmware.vise.vim.extension.PluginStatusTaskManager             BUNDLE_DEPLOYED: Deployed plugin bundle com.infinidat.powertools.develop.arnons.mbp:1.0.0 successfully.  [2019-07-02T14:18:56.330+03:00] [WARN ] plugin-deploy10               com.vmware.vise.mvc.relateditems.RelatedItemsManagerImpl          Skipping processing of ObjectRelationSetSpec for type vsphere:vSphereClientInstance, since relationsViewId is null  [2019-07-02T14:18:56.330+03:00] [WARN ] plugin-deploy10               com.vmware.vise.mvc.relateditems.RelatedItemsManagerImpl          Skipping processing of ObjectRelationSetSpec for type Folder, since relationsViewId is null  [2019-07-02T14:18:56.337+03:00] [WARN ] blueprint-postprocessor-39    com.vmware.o6jia.context.web.WebXmlParser                         error-page exception-type is still not supported, skipping!  [2019-07-02T14:18:56.386+03:00] [INFO ] 0:0:0:0:0:0:0:1-5090-exec-10  com.vmware.vise.util.session.SessionUtil                          Generated hashed session id: 100020  [2019-07-02T14:18:56.386+03:00] [INFO ] 0:0:0:0:0:0:0:1-5090-exec-10 70000065 100020 200002 com.vmware.vise.util.session.SessionUtil                          Mapping: /websocket: sessionid to -> 100020 with clientId: 200002  [2019-07-02T14:18:56.539+03:00] [INFO ] data-service-pool-88          com.vmware.vise.util.session.SessionUtil                          Generated hashed session id: 100021  [2019-07-02T14:18:56.540+03:00] [INFO ] data-service-pool-88          com.vmware.vise.util.session.SessionUtil                          Mapping: /websocket: sessionid to -> 100021 with clientId: 200002  [2019-07-02T14:18:56.593+03:00] [ERROR] plugin-deploy10               com.vmware.vise.extensionfw.impl.PackagesDeployer                 Error deploying one of more bundles for the plugin package C:\ProgramData\VMware\vCenterServer\cfg\vsphere-ui\vc-packages\vsphere-client-serenity\com.infinidat.powertools.develop.arnons.mbp-5.0.0.5 java.lang.Exception: java.lang.ClassNotFoundException: com.infinidat.proxyServlet.ProxyServlet cannot be found by com.infinidat.powertools.develop.arnons.mbp_1.0.0  at com.vmware.vise.extensionfw.impl.BundleLifeCycleListenerImpl.onStartFailed(BundleLifeCycleListenerImpl.java:92)  at com.vmware.o6jia.context.web.BlueprintActivator.notifyBundleLifecycleListenersForExceptions(BlueprintActivator.java:303)  at com.vmware.o6jia.context.web.BlueprintActivator.initializeContextFor(BlueprintActivator.java:217)  at com.vmware.o6jia.context.web.BlueprintActivator.lambda$postProcessBundle$1(BlueprintActivator.java:203)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.ClassNotFoundException: com.infinidat.proxyServlet.ProxyServlet cannot be found by com.infinidat.powertools.develop.arnons.mbp_1.0.0  at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:461)  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:372)  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:364)  at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)  at java.lang.ClassLoader.loadClass(ClassLoader.java:357)  at java.lang.Class.forName0(Native Method)  at java.lang.Class.forName(Class.java:348)  at com.vmware.o6jia.context.web.HttpServiceHelper.extractServletClass(HttpServiceHelper.java:489)  at com.vmware.o6jia.context.web.HttpServiceHelper.prepareServletInstance(HttpServiceHelper.java:458)  at com.vmware.o6jia.context.web.HttpServiceHelper.register(HttpServiceHelper.java:168)  at com.vmware.o6jia.context.web.BlueprintActivator.doCreateContextFor(BlueprintActivator.java:262)  at com.vmware.o6jia.context.web.BlueprintActivator.initializeContextFor(BlueprintActivator.java:214)  ... 6 common frames omitted  [2019-07-02T14:18:56.657+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.plugin.PluginExtensionManager    Plugin data for com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 was not removed fromthe cache as it was not found.  [2019-07-02T14:18:56.657+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.plugin.PluginExtensionManager    Extensions for plugin com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 were not removed from the cache as they were not found.  [2019-07-02T14:18:56.657+03:00] [WARN ] plugin-deploy10               com.vmware.vise.extensionfw.impl.plugin.PluginStyleManagerImpl    Plugin com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 is not registered!  [2019-07-02T14:18:56.658+03:00] [WARN ] plugin-deploy10               c.v.vise.extensionfw.impl.plugin.PluginLocalizationManagerImpl    Plugin 'com.infinidat.powertools.develop.arnons.mbp:5.0.0.5' has been previously removed.  [2019-07-02T14:18:56.804+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.OsgiBundleDeployer               Waiting for FrameworkWiring refresh...  [2019-07-02T14:18:56.840+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.OsgiBundleDeployer               FrameworkWiring refreshed successfully.  [2019-07-02T14:18:56.840+03:00] [ERROR] plugin-deploy10               com.vmware.vise.extensionfw.impl.DeploymentEventLoggerImpl        Event=PACKAGE_DEPLOY_FAIL; Params=com.infinidat.powertools.develop.arnons.mbp, 5.0.0.5  [2019-07-02T14:18:56.854+03:00] [ERROR] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.PluginStatusTaskManager             DEPLOYMENT_FAILED: Error deploying plugin package com.infinidat.powertools.develop.arnons.mbp:5.0.0.5. Reason: Deployment error.  [2019-07-02T14:18:56.891+03:00] [INFO ] plugin-validation1            com.vmware.vise.extensionfw.impl.OsgiUsageValidationService       Started validation of OSGi bad practices.  [2019-07-02T14:18:56.891+03:00] [INFO ] plugin-validation1            com.vmware.vise.extensionfw.impl.OsgiUsageValidationService       OSGi validation skipped for plugin package com.infinidat.powertools.develop.arnons.mbp:5.0.0.5. It is not deployed.  [2019-07-02T14:18:56.891+03:00] [INFO ] plugin-validation1            com.vmware.vise.extensionfw.impl.OsgiUsageValidationService       Finished validation of OSGi bad practices. 
 
 
I can see that it says: "java.lang.ClassNotFoundException: com.infinidat.proxyServlet.ProxyServlet cannot be found by com.infinidat.powertools.develop.arnons.mbp_1.0.0" but the class file is there.
Our MANIFEST.MF file contains the property: "Bundle-ClassPath: .,WEB-INF/classes" and under "WEB-INF/classes/com/infinidat/proxyServlet" we have the file ProxyServlet.class that defines com.infinidat.proxyServlet.ProxyServlet (we are using class files and not jar files on purpose). This works in both older versions of vCenter, including 6.7 and 6.7 U2, and it also works in vCenter 6.7 U 2 in the Flex client, but something changed with the HTML 5 client and it is now broken. Any help is appreciated.
Thanks!
[2019-07-02T14:18:54.726+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.PluginStatusTaskManager             DOWNLOADING: Downloading plugin package com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 from https://172.16.10.212:8081/vwc/vwc.zip ... 
[2019-07-02T14:18:54.793+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.commons.vcservice.impl.VcServiceImpl          loginByToken successful on vc https://vcenter-ci14.lab.il.infinidat.com:443/sdk 
[2019-07-02T14:18:54.793+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.commons.vcservice.impl.VcServiceImpl          logged in VC with id 3000005 
[2019-07-02T14:18:54.793+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.commons.vcservice.impl.VcServiceImpl          Successfully logged into VC https://vcenter-ci14.lab.il.infinidat.com:443/sdk for session: 100019 
[2019-07-02T14:18:54.949+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.util.VcExtensionUtil                No proxy server configured. 
[2019-07-02T14:18:54.950+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.VcExtensionManager                  Downloading plugin package from https://172.16.10.212:8081/vwc/vwc.zip (no proxy defined) 
[2019-07-02T14:18:55.099+03:00] [INFO ] taskExecutor-1               70000051 100019 200002 c.vmware.license.client.management.adapter.LicenseInventoryCache  Retrieved 2 licenses. 
[2019-07-02T14:18:55.119+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.VcExtensionManager                  Done downloading plugin package from https://172.16.10.212:8081/vwc/vwc.zip 
[2019-07-02T14:18:55.120+03:00] [WARN ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.VcExtensionManager                  Detected an invalid signature for plugin: com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 - com.vmware.vise.extensionfw.signing.PluginSignatureException: No META-INF/MANIFEST.MF entry found in the plugin zip file. 
[2019-07-02T14:18:55.318+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.VcExtensionManager                  Done expanding plugin package to C:\ProgramData\VMware\vCenterServer\cfg\vsphere-ui\vc-packages\vsphere-client-serenity\com.infinidat.powertools.develop.arnons.mbp-5.0.0.5 
[2019-07-02T14:18:55.319+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.PluginStatusTaskManager             DOWNLOADED: Downloaded plugin package com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 from https://172.16.10.212:8081/vwc/vwc.zip successfully. 
[2019-07-02T14:18:55.332+03:00] [INFO ] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.PluginStatusTaskManager             DEPLOYING: Deploying plugin package com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 ... 
[2019-07-02T14:18:56.037+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.PackagesDeployer                 Deploying plugin package 'com.infinidat.powertools.develop.arnons.mbp:5.0.0.5'. 
[2019-07-02T14:18:56.037+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.DeploymentEventLoggerImpl        Event=PACKAGE_DEPLOY_BEGIN; Params=com.infinidat.powertools.develop.arnons.mbp, 5.0.0.5 
[2019-07-02T14:18:56.065+03:00] [WARN ] -0:0:0:0:0:0:0:1-5090-exec-3 70000058 100019 200002 com.vmware.vise.mvc.tree.TreeNodeStateManagerImpl                 Failed to load user preferences. 
[2019-07-02T14:18:56.310+03:00] [INFO ] plugin-deploy10               c.v.v.client.iconslabels.IconsLabelsPropertyProviderAdapter       got plugin event, icons update version: 8 
[2019-07-02T14:18:56.310+03:00] [INFO ] plugin-deploy10               c.v.v.client.iconslabels.IconsLabelsPropertyProviderAdapter       Actually running update with version: 8 
[2019-07-02T14:18:56.327+03:00] [INFO ] plugin-deploy10               c.v.v.client.iconslabels.IconsLabelsPropertyProviderAdapter       Creating Type Info for properties: inventoryservice:InventoryServiceCategory, ClusterComputeResource, DistributedVirtualSwitch, com.vmware.content.library.Item, VmwareDistributedVirtualSwitch, inventoryservice:InventoryServiceTag, PbmRequirementStorageProfile, ResourcePool, Folder, DistributedVirtualPortgroup, VirtualApp, StoragePod, Datastore, HostProfile, PbmDataServiceStorageProfile, Network, com.vmware.content.Library, Datacenter, HostSystem, VcExtension, OpaqueNetwork, VirtualMachine,  
[2019-07-02T14:18:56.327+03:00] [INFO ] plugin-deploy10               c.v.v.client.iconslabels.IconsLabelsPropertyProviderAdapter       Completed update with version: 8 
[2019-07-02T14:18:56.328+03:00] [INFO ] plugin-deploy10               com.vmware.vise.vim.extension.PluginStatusTaskManager             BUNDLE_DEPLOYED: Deployed plugin bundle com.infinidat.powertools.develop.arnons.mbp:1.0.0 successfully. 
[2019-07-02T14:18:56.330+03:00] [WARN ] plugin-deploy10               com.vmware.vise.mvc.relateditems.RelatedItemsManagerImpl          Skipping processing of ObjectRelationSetSpec for type vsphere:vSphereClientInstance, since relationsViewId is null 
[2019-07-02T14:18:56.330+03:00] [WARN ] plugin-deploy10               com.vmware.vise.mvc.relateditems.RelatedItemsManagerImpl          Skipping processing of ObjectRelationSetSpec for type Folder, since relationsViewId is null 
[2019-07-02T14:18:56.337+03:00] [WARN ] blueprint-postprocessor-39    com.vmware.o6jia.context.web.WebXmlParser                         error-page exception-type is still not supported, skipping! 
[2019-07-02T14:18:56.386+03:00] [INFO ] 0:0:0:0:0:0:0:1-5090-exec-10  com.vmware.vise.util.session.SessionUtil                          Generated hashed session id: 100020 
[2019-07-02T14:18:56.386+03:00] [INFO ] 0:0:0:0:0:0:0:1-5090-exec-10 70000065 100020 200002 com.vmware.vise.util.session.SessionUtil                          Mapping: /websocket: sessionid to -> 100020 with clientId: 200002 
[2019-07-02T14:18:56.539+03:00] [INFO ] data-service-pool-88          com.vmware.vise.util.session.SessionUtil                          Generated hashed session id: 100021 
[2019-07-02T14:18:56.540+03:00] [INFO ] data-service-pool-88          com.vmware.vise.util.session.SessionUtil                          Mapping: /websocket: sessionid to -> 100021 with clientId: 200002 
[2019-07-02T14:18:56.593+03:00] [ERROR] plugin-deploy10               com.vmware.vise.extensionfw.impl.PackagesDeployer                 Error deploying one of more bundles for the plugin package C:\ProgramData\VMware\vCenterServer\cfg\vsphere-ui\vc-packages\vsphere-client-serenity\com.infinidat.powertools.develop.arnons.mbp-5.0.0.5 java.lang.Exception: java.lang.ClassNotFoundException: com.infinidat.proxyServlet.ProxyServlet cannot be found by com.infinidat.powertools.develop.arnons.mbp_1.0.0
at com.vmware.vise.extensionfw.impl.BundleLifeCycleListenerImpl.onStartFailed(BundleLifeCycleListenerImpl.java:92)
at com.vmware.o6jia.context.web.BlueprintActivator.notifyBundleLifecycleListenersForExceptions(BlueprintActivator.java:303)
at com.vmware.o6jia.context.web.BlueprintActivator.initializeContextFor(BlueprintActivator.java:217)
at com.vmware.o6jia.context.web.BlueprintActivator.lambda$postProcessBundle$1(BlueprintActivator.java:203)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: com.infinidat.proxyServlet.ProxyServlet cannot be found by com.infinidat.powertools.develop.arnons.mbp_1.0.0
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:461)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:372)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:364)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at com.vmware.o6jia.context.web.HttpServiceHelper.extractServletClass(HttpServiceHelper.java:489)
at com.vmware.o6jia.context.web.HttpServiceHelper.prepareServletInstance(HttpServiceHelper.java:458)
at com.vmware.o6jia.context.web.HttpServiceHelper.register(HttpServiceHelper.java:168)
at com.vmware.o6jia.context.web.BlueprintActivator.doCreateContextFor(BlueprintActivator.java:262)
at com.vmware.o6jia.context.web.BlueprintActivator.initializeContextFor(BlueprintActivator.java:214)
... 6 common frames omitted
 
[2019-07-02T14:18:56.657+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.plugin.PluginExtensionManager    Plugin data for com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 was not removed fromthe cache as it was not found. 
[2019-07-02T14:18:56.657+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.plugin.PluginExtensionManager    Extensions for plugin com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 were not removed from the cache as they were not found. 
[2019-07-02T14:18:56.657+03:00] [WARN ] plugin-deploy10               com.vmware.vise.extensionfw.impl.plugin.PluginStyleManagerImpl    Plugin com.infinidat.powertools.develop.arnons.mbp:5.0.0.5 is not registered! 
[2019-07-02T14:18:56.658+03:00] [WARN ] plugin-deploy10               c.v.vise.extensionfw.impl.plugin.PluginLocalizationManagerImpl    Plugin 'com.infinidat.powertools.develop.arnons.mbp:5.0.0.5' has been previously removed. 
[2019-07-02T14:18:56.804+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.OsgiBundleDeployer               Waiting for FrameworkWiring refresh... 
[2019-07-02T14:18:56.840+03:00] [INFO ] plugin-deploy10               com.vmware.vise.extensionfw.impl.OsgiBundleDeployer               FrameworkWiring refreshed successfully. 
[2019-07-02T14:18:56.840+03:00] [ERROR] plugin-deploy10               com.vmware.vise.extensionfw.impl.DeploymentEventLoggerImpl        Event=PACKAGE_DEPLOY_FAIL; Params=com.infinidat.powertools.develop.arnons.mbp, 5.0.0.5 
[2019-07-02T14:18:56.854+03:00] [ERROR] vc-extensionmanager-pool-181 70000051 100019 200002 com.vmware.vise.vim.extension.PluginStatusTaskManager             DEPLOYMENT_FAILED: Error deploying plugin package com.infinidat.powertools.develop.arnons.mbp:5.0.0.5. Reason: Deployment error. 
[2019-07-02T14:18:56.891+03:00] [INFO ] plugin-validation1            com.vmware.vise.extensionfw.impl.OsgiUsageValidationService       Started validation of OSGi bad practices. 
[2019-07-02T14:18:56.891+03:00] [INFO ] plugin-validation1            com.vmware.vise.extensionfw.impl.OsgiUsageValidationService       OSGi validation skipped for plugin package com.infinidat.powertools.develop.arnons.mbp:5.0.0.5. It is not deployed. 
[2019-07-02T14:18:56.891+03:00] [INFO ] plugin-validation1            com.vmware.vise.extensionfw.impl.OsgiUsageValidationService       Finished validation of OSGi bad practices. 

Problems with connecting a network card in VM sr-iov mode

$
0
0

Good day!

I have a server with a PCI network optical card installed. One cable connects the server to the storage system, another cable to the switch.

There was one virtual machine on the server with this connection, I added another virtual machine to which I also planned to give the network connection via the optical channel to the switch (two VMs use the same network optical connection).

The network card is configured in sr -iov mode.

When I tried to configure the network of the second VM, I received a message that it was impossible to start VM with this type of license. I use the free version of the hypervisor.

Question: Is it possible in sr - iov mode with a free license to use a PCI network card for only one VM?

Logitech mouse extra buttons (Setpoint ,M705) + WMWare windows 10

$
0
0

I'm considering the VMWare workstation pro.

OS: Windows 10. Mouse: Logitech M705 + Logitech Setpoint software.

I need the extra buttons with the Logitech Setpoint software config.

It worked just after the guest windows installation but stopped working.

I tried everything (VM extended mouse support, Setpoint on both etc).

Any help?

How to prevent Esc from exiting full screen mode in VMware Horizon Client

$
0
0

Hello,

we ale using - ThinPro (Linux) with VMware Horizon Client (4.4.0.) to connect to remote desktop station (XP)

There if we use Esc on this remote station - that cause change "Full screen – This monitor" to "Windowed", and cant make maximalized it again. Just disconnect and connect again to Full screen again helps...we cant work like that

 

before Esc

20190710_140644.jpg

 

after Esc

20190710_140708.jpg

automatically provision virtual servers

$
0
0

Hello,

I do not know if I chose a good forum

I have a small virtualization system, VMware vSphere for about 7 hosts. I need to make VPS available to my clients first, but not to share my Vcenter Serwer Appliance.

Does anyone know any solution for managing virtual servers?

Are there any such solutions to be used for free?

Thank you in advance for hints, greetings

Workstation Pro 15.0.2 on Windows 10 (1809) host, HIGH disk utilization

$
0
0

I'm hoping there is a workaround/fix for this...

 

New system, HP EliteDesk G4, 32G RAM, 1TB boot disk, 4GB data disk, included exclusively for Workstation guests.

Workstation Pro 15.0.2 - which was installed from the 15.0 distro: VMware-workstation-full-15.0.0-10134415.exe, then upgraded to latest after completed initial installation.

When using Workstation with vCenter to get to vSphere guests, there are no issues.  If I start one local guest, not involving vCenter at all, the disk utilization where the guest lives (the 4G disk) goes to 99-100% utilization. That "calms down" after a couple minutes, then when a second guest is started, utilization pegs again and can appear to hang. If left alone for 1-2 minutes, the logon screen will pop up and the disk starts to calm down again.

 

Looking through this forum, I found reference to turning off Device Guard and Credential Guard and Hyper-V.

 

After working a while any one of the guest, such as logging on, the disk utilization will spike, but in general calms down. If I'm testing MS Updates, this gets to being a bit trying. I have heard that this was a problem introduced by Microsoft from coworkers, but as they explain, the go into Windows 10 (1809) as a guest of an ESX host. This is not the case here, where I have various guests in Workstation Pro 15, primarily to test updates or new software before rolling it out to production.

 

As I was setting up my new system, Workstation Pro was one of the later products installed.

 

Any thoughts/suggestions/workarounds?

 

Alan Weitzsacker

Viewing all 178097 articles
Browse latest View live