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

VmWare Workstation Pro 15 - Problemi Audio e USB 3.0

$
0
0

Salve, qualcuno può aiutarmi?

Quando provo ad abilitare la scheda audio oppure le USB 3.0, mi viene restituito il seguente errore:

 

Cannot assign available PCI slot to 'sound'. There are no more PCI slots available in the virtual machine. Please remove some devices from the virtual machine.

 

No PCIe slot available for usb_xhci.  Remove usb_xhci and try again.

 

Qualcuno potrebbe aiutarmi? Grazie


Re: Changing IP address + Moving source in ESXI 5.0.0 to EXSI 5.5

$
0
0

Hi,

 

its not the full EXSI i want to keep few VM there itself and move few to the new location.

Do you have 2 virtual infrastructures, each on every site? And are you trying moving VMs from site A to site B?

Ans: Yes we have 2 virtual Infrrastructure each on every site, Yes we are trying to move VMs from Site A to Site B.

 

Headset microphome not working in Windows 10 guest

$
0
0

Hello,

the microphone of my headset in my Windows 10 guest

doesn't work. The headphones are working (host and guest) and the microphone is working.

correctly in the host.

 

Tried USB 2.0 and USB 3.0 compatibility. No success.

As the speakers of headset working you can see that the headset is connected in client.

When i go in setup for microphone, i get the error that setup can't be started because no microphone.

(Again: The same setup works in host)

 

What could be the cause ?

Thanks

 

 

Re: Headset microphome not working in Windows 10 guest

$
0
0

Forgot some information:

My host is Windows 10 1709

My guest in Windows 10 1803

The vritualizer is VMWare Workstation 12 Pro

Re: vcenter vcpu calculator

$
0
0

can you say now about my vmware . bad or good and ? i add pictures and if I did it right

Re: Questions about VCP6-DCV

$
0
0

1. The current version is VCP6.5-DCV, based on vSphere 6.5. The next exam release is due in January, for VCP-DCV 2019, it should be based on vSphere 6.7

 

2. You don’t HAVE to attend in a classroom, but you MUST complete authorised training. What I mean is you can take live online training, or on-demand training. If you are self-funding, you could look for a VMware IT Academy (VITA) - these are academic institutions that offer authorised training.

 

3. No, so long as you re-certify - which means passing an exam, either to achieve a new VCP (in another technology or a new version of the same technology) or to achieve a higher-level certification such as a VCAP.

Re: High Sierra and Fusion "stuck" keys

$
0
0

10.1.3 still give me this issue. I have upgraded MacOS to Mojave which did not resolve either.

 

I am using a Macbook Pro (15" 2017) and I get this when using external display as well as without.

 

Very frustrating.

Re: vSphere VM Encryption on vSAN standard edition. Possible/Supported?

$
0
0

I upgraded the VCSA & 3 ESXi hosts in my test setup from 6.5 U1 through 6.5 U2 and then up to 6.7 U1 - all still works as expected.

 

Best of luck tracking your issue down.

 

M


Re: ESXI 6.5 HTTPs/TLs settings need changing - cant view Web UI

$
0
0

Next step

 

I used WIN SCP to download the rui.cert to my local machine and install it. i still get this error (please note the updated date of the self signed cert). As you can see, it has all the required properties, or am i missing something?

 

Still not liking it. Is my only option to set up a CA and go that way?

 

esxi 6.5 certs refresh install cert.PNG

=================================================

esxi 6.5 new-Certificate.png

vRA 7.4 custom forms, how to retrieve user's username

$
0
0

For vRA 7.4 custom forms, how can the to retrieve user's username?

 

Thanks in advance!

 

chris

Re: vSAN vCenter Migration

$
0
0

Hello dbray925,

 

 

"...click through and it warns about MM. This is on the latest 6.7 update 1 install."

 

Very interesting - not updated lab yet and not had the chance the play with vC 6.7 U1 yet.

It is likely an intentional guardrail change but if this is the case then it presents a problem for a) clusters without Enterprise Plus vSphere and cross-vCenter vMotion that require everything to remain up during vCenter switch and b) clusters that are functional but for whatever reason don't have a functional vCenter and need to be attached to a new one/backup. Let me look into it on my side as this needs more clarity and whether we need to update documentation and/or alternative solutions here (bear with me as likely won't be able to look at this until after VMworld).

 

 

Bob

Re: vRA 7.4 custom forms, how to retrieve user's username

$
0
0

Can you explain what you're trying to do?

Re: vcenter vcpu calculator

$
0
0

can you say now about my vmware...

No. Sorry. For the reasons I've already given.

Re: Changing IP address + Moving source in ESXI 5.0.0 to EXSI 5.5

$
0
0

Then you can do it the way I described. Either use the VMware Converter and perform a v2v migration. Or use a replication software, for example Veeam Backup & Replication. Or you can manually move the VMs from site A to site B. I've already mentioned the steps for this.

XPath (AND) condition query

$
0
0

Hi

 

I am trying to retrieve Virtual Machines object while using 2 conditions and I would like to implement (AND) condition.

 

it's XPATH expression

 

and this is the list of XPath expression that I already tried to use (without success):

 

<code>

 

var XPath_query = "xpath:child::config/child::template[ . = true() ] and child::sdkConnection/child::about/child::instanceUuid[ . = '52980cec-f342-41cd-df32-a8f7d7a232d30' ]";

var XPath_query = "xpath:child::config/child::template[ . = true() ] and child::sdkConnection/child::about/child::instanceUuid[contains(.,'52980cec-f342-41cd-df32-a8f7d7a232d30')]";

var XPath_query = "xpath:config/template[ . = true() ] and sdkConnection/about/instanceUuid[ contains(.,'52980cec-f342-41cd-df32-a8f7d7a232d30') ]";

var XPath_query = "xpath:config/template[ . = true() ] and sdkConnection/about/instanceUuid[ contains(string(.),'52980cec-f342-41cd-df32-a8f7d7a232d30') ]";

var XPath_query = "xpath://[ config/template = true() and contains(string(sdkConnection/about/instanceUuid),'52980cec-f342-41cd-df32-a8f7d7a232d30') ]";

var XPath_query = "xpath://[ config/template = true() and contains(sdkConnection/about/instanceUuid,'52980cec-f342-41cd-df32-a8f7d7a232d30') ]";

var XPath_query = "xpath:[ config/template/. = true() and contains(sdkConnection/about/instanceUuid/.,'52980cec-f342-41cd-df32-a8f7d7a232d30') ]";

var XPath_query = "xpath://[ config/template/. = true() and contains(sdkConnection/about/instanceUuid/.,'52980cec-f342-41cd-df32-a8f7d7a232d30') ]";

 

System.log(XPath_query);

var VcVirtualMachine_Array = Server.findAllForType("VC:VirtualMachine",XPath_query);

System.log("Array Length: " + VcVirtualMachine_Array.length);

 

</code>

 

basically what I am trying to achieve is the following:

 

config/template should be true value

and

sdkConnection/about/instanceUuid should be equal to value of 52980cec-f342-41cd-df32-a8f7d7a232d30

 

 

thanks in advanced for the assistance


Re: ESXI 6.5 HTTPs/TLs settings need changing - cant view Web UI

Re: Late 2016 MBP 15" scaling and resolution in 8.5.2

$
0
0

Thanks, this helped me out a lot!

 

I use Scaled > More space in my host Mac Display settings which it says looks like 1920 x 1200 (although my actual resolution is 2880 x 1800).

 

In my Windows 10 guest VMware settings I keep on the 'Use full resolution for Retina Displays' option to give a sharper render and also set Full Screen to 'Stretch the virtual machine in the screen'. The resolution is now set by the guest > Display Settings where I select the displays native 2880 x 1800 resolution with 100% scaling.

 

The only issue is the display doesn't auto adjust when moving to external displays but I can live with that.

help

$
0
0

"CiscoASAvASAv9.7.1.R-2" requires 2048MB of RAM to run but there is only 1722MB - 13.9% of RAM left on "gns3vm"

 

 

i need help!!!!

Re: Fusion 11 on Mojave -- getting "Too many virtual machines"

$
0
0

Is there an update coming? Fusion is unusable for me at this point. Quitting Docker works about 40% of the time. Restarting fusion/MacOS does not ever work.

Cert expiring retake exam question

$
0
0

I did not pass my 2V0-622D exam and will need to wait 7 days to retake the test. However, this is exactly the date my current certification expires 11/10. If I retake the delta exam and pass, will it still to count for VCP Cert renewal? Thanks!

Viewing all 207266 articles
Browse latest View live


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