All Posts

‌Apparently, one workaround is to upgrade to Workstation Pro 12 as it doesn't suffer from the same issue. Other than that they say they're working on a fix and it'll be available in a later up... See more...
‌Apparently, one workaround is to upgrade to Workstation Pro 12 as it doesn't suffer from the same issue. Other than that they say they're working on a fix and it'll be available in a later update.
I too am unable to run the "nogui" option. Did you ever get a resolution to this problem?
*sigh* Well that was a waste of money.  It seems that even after ponying up for and applying the "commercial" license, it *still* fails to start the VM with "nogui" and *still* shows the same li... See more...
*sigh* Well that was a waste of money.  It seems that even after ponying up for and applying the "commercial" license, it *still* fails to start the VM with "nogui" and *still* shows the same license error in the log file. Well, at least I have complimentary support.....
Hi, I've been using "vmrun" for some time now to launch my VM non-interactively using VMware Player under the non-commercial license.  I normally launch my VM with: vmrun start my-vm.vmx nogui... See more...
Hi, I've been using "vmrun" for some time now to launch my VM non-interactively using VMware Player under the non-commercial license.  I normally launch my VM with: vmrun start my-vm.vmx nogui I recently upgraded to VMware Workstation Player 12.0.1 and VIX 1.15.1.  Now when I try to start it using VIX 1.15.1, I get the following error output: Error: The operation was cancelled. When I look in the VMware log, I see the following text: 2015-11-05T17:39:45.687Z| vmx| I125: [msg.License.no_valid_license_see_website] Cannot find a license key to unlock this version of VMware Workstation. 2015-11-05T17:39:45.687Z| vmx| I125+ Go to our web site at "http://vmware.com/info?id=27&build=3160714" to obtain a valid license key. 2015-11-05T17:39:45.687Z| vmx| I125: ---------------------------------------- 2015-11-05T17:39:45.696Z| vmx| I125: LICENSE no valid one found 2015-11-05T17:39:45.696Z| vmx| I125: Module 'License' power on failed. However, I have already completed the license dialog box shown when VMware Player was first launched, and provided my email address.  Launching VMware Player no longer how the license dialog and the application operates fine. If I execute the "vmrun" command with the "gui" argument instead, it starts VMware Player propertly and my VM runs fine.   However, I don't *want* the VMware Player interface to appear - the VM is a server VM. Is this change intentional or a bug? TIA, James Bray
Hi All, VMrun returns "specified version not found" against ESX 5.5 Running from Linux Redhat with VIX 15.0 Are there any solutions , tried to edit file /usr/lib/vmware-vix/viwrapper-config.... See more...
Hi All, VMrun returns "specified version not found" against ESX 5.5 Running from Linux Redhat with VIX 15.0 Are there any solutions , tried to edit file /usr/lib/vmware-vix/viwrapper-config.txt I have able to figure out what is the format for ESX server. Thanks In Advanced
I tried to use vmrunprograminguest command to change the ip address of a virtual machine.and I write a shell to perform it, as followed sed -i "s/IPADDR.*/IPADDR=123.123.234.1/g" /etc/sysconfig/... See more...
I tried to use vmrunprograminguest command to change the ip address of a virtual machine.and I write a shell to perform it, as followed sed -i "s/IPADDR.*/IPADDR=123.123.234.1/g" /etc/sysconfig/network-scripts/ifcfg-eth0 sed -i "s/PREFIX.*//g" /etc/sysconfig/network-scripts/ifcfg-eth0 sed -i "s/NETMASK.*/NETMASK=255.255.0.0 /g" /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/init.d/network restart and i also tried vmrun,like  vmrun -gu root -gp 123456 runProgramInGuest "E:\\redhat\\Red Hat Enterprise Linux 6.vmx" /bin/bash /root/ipchange.sh the problem is that the first four line is executed perfectly well, but the network cannot restart. and no error code is returned. similar problem occured when i try to run other command like start arpd as a background service. looking forward to your help.
Can anyone help me to solve this?
Hi All, Can anyone help on, How to skip CPU & RAM while capturing Snapshot? I only want to capture the disk(s) snapshot. So that when i revert to Thanks
Hello I am using visual studio 2013, Vmware workstation 11.1.2 build-2780323 and SDK VIX 113 i have added both header files. vix.h and basic types header file. copied all dll's to the source co... See more...
Hello I am using visual studio 2013, Vmware workstation 11.1.2 build-2780323 and SDK VIX 113 i have added both header files. vix.h and basic types header file. copied all dll's to the source code folder. I am getting following error. any suggestions  Error    1    error LNK2019: unresolved external symbol _VixHost_Connect referenced in function _main    
Hi everyone. I'm goroing to write monitoring application for vSphere. I create triggers for alarms and set SNMP trap action to receive real time notification. Currently I'm on alysys phase. ... See more...
Hi everyone. I'm goroing to write monitoring application for vSphere. I create triggers for alarms and set SNMP trap action to receive real time notification. Currently I'm on alysys phase. so it's important for me to understand SNMP trap body. Can I receive alarm definition name by SNMP trap which was triggered? Or can you please attach real example of SNMP trap? Thanks in advice.
Hi All, I'm using below soap call to create VM. I'm looking a solution on how to place a VM on DatastoreCluster instead of Datastore directly. How do i pass DatastoreCluster id to the below soap... See more...
Hi All, I'm using below soap call to create VM. I'm looking a solution on how to place a VM on DatastoreCluster instead of Datastore directly. How do i pass DatastoreCluster id to the below soap call.   <soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">   <soap:Header>     <operationID>9F5D7810-000000D9</operationID>   </soap:Header>   <soap:Body>     <CloneVM_Task xmlns="urn:internalvim25">       <_this xsi:type="ManagedObjectReference" type="VirtualMachine" serverGuid="336D9B47-253F-4025-B90F-22808DD3F1CA">vm-43</_this>       <folder type="Folder" serverGuid="336D9B47-253F-4025-B90F-22808DD3F1CA">group-v22</folder>       <name>tempWin27</name>       <spec>         <location>           <datastore type="Datastore" serverGuid="336D9B47-253F-4025-B90F-22808DD3F1CA">datastore-30</datastore>           <pool type="ResourcePool" serverGuid="336D9B47-253F-4025-B90F-22808DD3F1CA">resgroup-27</pool>           <disk>             <diskId>2000</diskId>             <datastore type="Datastore" serverGuid="336D9B47-253F-4025-B90F-22808DD3F1CA">datastore-30</datastore>             <diskBackingInfo xsi:type="VirtualDiskFlatVer2BackingInfo">               <fileName></fileName>               <diskMode></diskMode>               <thinProvisioned>true</thinProvisioned>             </diskBackingInfo>           </disk>         </location>         <template>false</template>         <customization>           <options xsi:type="CustomizationWinOptions">             <changeSID>true</changeSID>             <deleteAccounts>false</deleteAccounts>           </options>           <identity xsi:type="CustomizationSysprep">             <guiUnattended>               <password>                 <value>/E41SYPa0zwCILBAkEAsvnHBzyqMdUNDYt92OSGDAAC2us6hyWmYwikRENI4XgdXV7zrwMxJVLK1jKX0D8YebHsrCJENlHKxAN/VhnCLGTzgJLbDlYcjy4k5Nw0ievv9dYpVNolZ595x7LumfOWpTy7/60MKKF662WdjT2FEeoLk7DwFM7wswZ/hZ+UaQIISFvxCirsaKCXoqOa3eZQ3bmuvEFu/43uEkOoskOmRc7ItNPwkpWa0C7H4cnXPz1YRQYRW7+anT5eV7AMdQ7GOfqyC4/wsbwzI0HlzDrAvJvpCAewmarS6w1ZaieBxEZMhSDMtbkjWZK3zbedn2ahFZA==</value>                 <plainText>false</plainText>               </password>               <timeZone>190</timeZone>               <autoLogon>false</autoLogon>               <autoLogonCount>0</autoLogonCount>             </guiUnattended>             <userData>               <fullName>test</fullName>               <orgName>testorg</orgName>               <computerName xsi:type="CustomizationFixedName">                 <name>testVM</name>               </computerName>               <productId></productId>             </userData>             <identification>               <joinWorkgroup>WORKGROUP</joinWorkgroup>             </identification>           </identity>           <globalIPSettings />           <nicSettingMap>             <adapter>               <ip xsi:type="CustomizationFixedIp">                 <ipAddress>172.16.1.2</ipAddress>               </ip>               <subnetMask>255.255.255.0</subnetMask>               <gateway>172.16.1.1</gateway>               <gateway></gateway>               <dnsServerList>202.144.66.6</dnsServerList>               <dnsServerList>202.144.10.50</dnsServerList>               <primaryWINS></primaryWINS>               <secondaryWINS></secondaryWINS>             </adapter>           </nicSettingMap>           </customization>         </spec>  </soap:Body>  </soap:Envelope>
Hi, I have a floating desktop pool with about 25 machines which students use to log into via there AD accounts. My parent image has a bunch of software that works fine under the user that I in... See more...
Hi, I have a floating desktop pool with about 25 machines which students use to log into via there AD accounts. My parent image has a bunch of software that works fine under the user that I installed it under,which is an admin user but I noticed that some software that gets installed takes a long time to load(when a new user logs in) because it creates a bunch of data directories or temp directories under the user the logs onto the non-persistent floating desktop. I was just curious how others are handling situations like this where they are using View as a virtual lab environment. I was looking at possibly using pgina but just wanted to see what others are using out there to simulate a physical lab.?  spss and eclipse take a long time to load because it has to rebuild what ever files it needs under the student that just logged onto the virtual desktop.
Thanks. Is there away to bypass vsphere-client? and directly launch the console using vmrc plugin? I want to show in my customized web page. I'm retrieving ticket using below code. But i'm ... See more...
Thanks. Is there away to bypass vsphere-client? and directly launch the console using vmrc plugin? I want to show in my customized web page. I'm retrieving ticket using below code. But i'm not sure how to pass this to vmrc plugin on the web page. VirtualMachineTicket vmtic; vmtic=vm.acquireTicket("mks"); vmtic.getTicket(); Note: I'm not using vCloud.
Could anyone reply & give me solution?
Hi All, I'm cloning a VM from template(CentOS) which has only one network adapter and while cloning i'm adding one more additional network adapter and assigning PortGroup & IP address for both... See more...
Hi All, I'm cloning a VM from template(CentOS) which has only one network adapter and while cloning i'm adding one more additional network adapter and assigning PortGroup & IP address for both the NIC's. But when i do ifconfig after VM creation, i see that "Network adapter 1" is assigned as eth1 and "Network adapter 2" is assigned as eth0. Coz of which i'm not getting reachability to outside world. I'm creating VM from XML. Kindly help. Thanks
Check if helps: http://www.virtuallyghetto.com/2013/09/how-to-generate-pre-authenticated-html5.html
Hi All, I want to show VM console to users, can yo u let me know how can i generate token and pass the token & show the VM Console? Also,could you share any sample web page if available to sho... See more...
Hi All, I want to show VM console to users, can yo u let me know how can i generate token and pass the token & show the VM Console? Also,could you share any sample web page if available to show the console. Thanks
Hi All, When i deploy a VM from Linux (CentOS 6.5) template, GATEWAY is not getting added to ifcfg-ethx file instead it is getting added to route-ethx file. Due to which i'm not able to reach ... See more...
Hi All, When i deploy a VM from Linux (CentOS 6.5) template, GATEWAY is not getting added to ifcfg-ethx file instead it is getting added to route-ethx file. Due to which i'm not able to reach the gateway from the VM. Kindly suggest, if there any fix for this. I'm making soap call using java. Thanks in advance.
'datacenter-245' is an internal (unique) identifier.  There may be easier ways, but I'd use the Managed Object Browser to learn more. vSphere Documentation Center describes how to use it. I ... See more...
'datacenter-245' is an internal (unique) identifier.  There may be easier ways, but I'd use the Managed Object Browser to learn more. vSphere Documentation Center describes how to use it. I think you could simply use: https://<VC IP>/mob/?moid=datacenter-245 Or you can browse around. You'll be able to see the datacenter's  'name' there amongst other properties.
Thanks for the feedback Lemke, the extra logging has helped a bit, but more importantly that SDK advice was really great. We're busy looking at migrating to the recommended VWC SDK instead, whic... See more...
Thanks for the feedback Lemke, the extra logging has helped a bit, but more importantly that SDK advice was really great. We're busy looking at migrating to the recommended VWC SDK instead, which suits us a lot more. In the meantime, here's what the extra logging has showed: 2015-05-28T09:59:23.140+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:1995]: VixVIMFindDatacenters: started datastore search 2015-05-28T09:59:23.190+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4501]: VixVIMFindItemsOnRetrieveDatacenter: looking through 3 datacenters 2015-05-28T09:59:23.190+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4592]: VixVIMFindItemsOnRetrieveDatacenter: looking for VMs in datacenter 'datacenter-245' 2015-05-28T09:59:23.190+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4592]: VixVIMFindItemsOnRetrieveDatacenter: looking for VMs in datacenter 'datacenter-822' 2015-05-28T09:59:23.190+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4592]: VixVIMFindItemsOnRetrieveDatacenter: looking for VMs in datacenter 'datacenter-235' 2015-05-28T09:59:23.210+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4147]: VixVIMVmOnFindVMItemsFinished: datacenter 'datacenter-245' 2015-05-28T09:59:23.210+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:7968]: VixTranslateVimException: fault (null) has no reason 2015-05-28T09:59:23.210+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:8140]: VixTranslateVimException: Received an invalid response fault. 2015-05-28T09:59:23.210+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:8157]: VixTranslateVimException: basicHttp/libcurl error code is 48, translated to VixError VIX_E_NET_HTTP_TRANSFER (30200). 2015-05-28T09:59:23.210+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:8173]: VixTranslateVimException: response message is "". 2015-05-28T09:59:23.210+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:8190]: VixTranslateVimException: fault is (null), reason '(none given)', translated to 30200 2015-05-28T09:59:23.210+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4378]: VixVIMVmOnFindVMItemsFinished: processed 1 of 3 datacenters 2015-05-28T09:59:23.280+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4147]: VixVIMVmOnFindVMItemsFinished: datacenter 'datacenter-822' 2015-05-28T09:59:23.280+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4155]: VixVIMVmOnFindVMItemsFinished: earlier datacenter had an error; skipping 2015-05-28T09:59:23.280+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4378]: VixVIMVmOnFindVMItemsFinished: processed 2 of 3 datacenters 2015-05-28T09:59:23.510+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4147]: VixVIMVmOnFindVMItemsFinished: datacenter 'datacenter-235' 2015-05-28T09:59:23.510+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4155]: VixVIMVmOnFindVMItemsFinished: earlier datacenter had an error; skipping 2015-05-28T09:59:23.510+10:00| vthread-4| I120: Vix: [2552 vixVIMProxy.c:4378]: VixVIMVmOnFindVMItemsFinished: processed 3 of 3 datacenters 2015-05-28T09:59:23.510+10:00| vthread-4| I120: Vix: [2552 foundryAsyncOps.c:1840]: FoundryAsyncOp_FinishAsyncOp for VIX_COMMAND_FIND_VM (20 cookie 39). Err = 30200 (VIX_E_NET_HTTP_TRANSFER) 2015-05-28T09:59:23.510+10:00| vthread-4| I120: Vix: [2552 foundryCallback.c:2173]: VixJob_StartAsynchOpResultsFromOneVM. jobHandle = 34603057, resultErr = 30200 2015-05-28T09:59:23.510+10:00| vthread-4| I120: Vix: [2552 foundryCallback.c:2348]: VixJob_FinishAsynchOpResultsFromOneVM. jobHandle = 34603057 2015-05-28T09:59:23.510+10:00| vthread-4| I120: Vix: [2552 foundryCallback.c:2067]: FoundryJobReportCompletion. jobHandle = 34603057, numCallbacksReceived = 1 2015-05-28T09:59:23.510+10:00| vthread-4| I120: Vix: [2552 foundryHandles.c:2823]: VMXI_ReportEvent. Send event 3 to handle 34603057. Eventually it completes all datacenter VM queries, but unfortunately I can't tell what datacenter-235 relates to. It's one of the 3 Data centers in vcenter (obviously?), but how do I tell which Datacenter 245 is? Thanks