Quantcast
Channel: VMware Communities: Message List
Viewing all 232631 articles
Browse latest View live

Re: Networking between VM's which is running on workstaion which is installed on 2 desktop machine

$
0
0

Since you have two physical machines on the same subnet, the easiest thing to do would be to bridge the connections of each of your VMs so they land on the same segment. When that's the case, they should be easily reachable since they'll be on the same L2 and no routing or NATing is necessary.


Re: Unable to fetch or parse VC URL from VCenter ServiceInstance!

$
0
0

What are you trying to do here, exactly? Why did you change the proxy port?

Re: Run Script for monitor_control.enable_softResetClearTSC only for a Specific Set of VMs - Windows 2012

$
0
0

Create a text file vmlist.txt which contains the VM's names, and replace your script's first line with:

$vmlist = Get-Content -Path .\vmlist.txt

foreach ($vm in $vmlist) {

André

Re: Backup taking too much space

$
0
0

I agree with daphnissov that VMware Converter is not designed as a backup tool.

Anyway, in order to help finding an answer to your qustion, please provide some details about the settings - especially the target VM/disk format - that you are using for the conversion.

 

André

Can't load Drivers for WiFi or Ethernet

$
0
0

I have a Dell computer and I can't load drivers for WiFi or Ethernet on my VM. I loaded the drivers on my main computer Host with no problem.However, the same drivers fail to load on the VM

Re: Can't load Drivers for WiFi or Ethernet

$
0
0

The VM has its own wired virtual network adapter, so you need to install the appropriate driver for the used network adapter.

Unless the driver isn't included in the guest operating system's installation image, you can install it with VMware Tools.


André

NO Valid Deploy VMs Passed

$
0
0

I am getting the following message when I try running the STAX program on the PrimeClient

 

"No Valid DeployVMs passed". See attachment

 

I have done some basic troubleshooting but not sure what are the next steps in troubleshooting this ?  Any guidance would be appreciated !

Re: Run Script for monitor_control.enable_softResetClearTSC only for a Specific Set of VMs - Windows 2012

$
0
0

You can do something like this.
Move the static object outside of the loop, use Get-View and use a combined filter.

 

$vmx=New-ObjectVMware.Vim.VirtualMachineConfigSpec

$extra=New-ObjectVMware.Vim.OptionValue

$extra.key ="monitor_control.enable_softResetClearTSC"

$extra.value ="TRUE"

$vmx.ExtraConfig +=$extra

 

$vmFilter= @{

    Name = (Get-Content$ChangeMonitorcontrol ) -join'|'

    'Summary.Config.GuestID'='windows8.*Guest'

}

 

Get-View-ViewTypeVirtualMachine-Filter$vmFilter|%{

    $_.ReconfigVM_Task($vmx)

}

 

 


Adding IPs to Authentication Proxy on vCenter Appliance

$
0
0

Based on the DOCs for deploying a AP you need to manually add the IP addresses for ESXi hosts allowed to use the proxy:

Using vSphere Authentication Proxy

You can set up other hosts to use vSphere Authentication proxy if you want to make it possible for the host to join the domain without using Active Directory credentials. That means you do not need to transmit Active Directory credentials to the host, and you do not save Active Directory credentials in the host profile.

In that case, you add the host's IP address to the vSphere Authentication Proxy access control list, and vSphere Authentication Proxy authorizes the host based on its IP address by default. You can enable client authentication to have vSphere Authentication Proxy check the host's certificate.

However for the life of me I can't find out how do to that on the Appliance. I've checked the UI (Flash and HTML5), the shell and the service config but there's nothing with regards to adding these IPs. All this has been done as the SSO admin as well. Whatever info I can find pertains to vCenter running on Windows and therefore using IIS.

Re: Guest operation authentication failed for operation List Processes ----- What The ????

$
0
0

Hi sflanders:

 

I'm sorry to be getting this to you so late.  I've been busy with completing some tasks requiring my learning to use the "New-WebServiceProxy" more effectively.

 

Anyway, I've attached the files you spoke of.  The website doesn't allow for me to send anything larger than 50 MB.  If you need me to send it to you offline, just let me know.  I received a wonderful letter from VMware Support.  Their position is that since this is an eval version, they cannot provide support.  In fact, they suggested the community.  I don't know if I'm comfortable with that answer or not.  The fact of the matter is that we do have vRealize Log Insight as it was included when our company purchased NSX; plus we were looking at expanding Log Insight to our other domains and datacenters along with our other upcoming purchases for this fiscal year.  It seemed to me that Enterprise Plus customers should be treated a bit more friendly than a dismissive email stating why they CAN'T help us.

 

As a matter of practice, I don't interface with their support wing unless I really have to.  We have become quite involved in using vRLI; which was at my suggestion.  It has already begun to prove itself, but this problem puts all of that in jeopardy; including VMware's lack of support.

 

If you are able to glean anything from the log files I've attached, I would be most grateful.  I miss not using the product as it has become such a significant tool for our monitoring and troubleshooting.

 

Thanks again, respectively,

Miguel

Re: MS Visio Pro 2013 AppStack

$
0
0

The problem seems more like a delay between the kms and the activation of Visio because if I wait 2-3 minute after logging into the desktop to launch Visio I dont run through the configuration process. Its driving me nuts

Re: Mouse click not working Workstation Pro 14.1.1 build - 7528167

Re: Unable to Increase Thin Provisioned Disk Size

$
0
0

Consolidate discs was what I was needing.

Thanks.

Re: vmrun command no longer working

$
0
0

Thanks for the input - can you suggest any alternatives there may be? 

KRAEMS

Re:Launch a Workflow on event via vRA 7.2

$
0
0

If i understand what you are asking, you need to choose Machine Lifecycle for event topic.

Then under Conditions, you want to choose Data>Lifecycle state>Lifecycle state event.

There you can choose VMPSMasterWorkflow32.VMPSMasterWorkflow32.EVENT.ReconfigureVM.Successful

and that should trigger your workflow once the reconfigure is successfully completed.


Re: vmrun command no longer working

$
0
0

What exactly are you trying to automate?

DRS/anti-affinity rules Creation

$
0
0

Hello Everyone,

I hope you are doing well. I have quick question. We have 7 host in a cluster.one host in MM mode because of DIMM failure.so we are trying to fix and rest of the 6 hosts are a live on the Cluster and each host only one virtual machine is running which means (6 hosts on 6 VM’s).

 

In this case I’m going to put one of the host into Maintenance mode.so on this vm will goes to the different host (HA,DRS Already enabled on the cluster) but in my environment anti-affinity rules   they set all vm’s into single rule which is shown below.so can i create separate rule and adding vm into that rule.can i do that.

 

Thanks in advance.

Re: Migrate/upgrade or clean install of 6.5

$
0
0

I have been looking over the definition in the installer and it says:

 

Upgrade - upgrade an existing appliance

 

Migrate - Migrate from an existing vCenter for Windows to a vCenter server appliance)

 

Sounds like I should choose migrate, that describes exactly what I am doing

Re: Windows 10 1709 Calculator

$
0
0

Is there any reason why this method would not save changes to the default browser?  Works great for everything else.

Re: In sphere web client, as I click on host & cluster view and then I click on "Monitor" Tab it shows nothing. All the other tab works fine like manage, summary etc.

$
0
0

Please try first clear browser cache and restart web client service or reboot VC : VMware Knowledge Base

 

If above will not help maybe try different browser.

Viewing all 232631 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>