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

Re: Licencia VCenter

$
0
0

Jacob si se muere un nodo, simplemente agrega uno nuevo con la misma licencia del vCenter no necesitas conprar mas y puedes tener uno o mas servidores de respaldo apagado o prendido no necesitas poner la licencia, solo usa las licencias ala hora de agregar el nodo, sin usar las licencias del vCenter. La licencia solo aplica cuando tu agregas un servidor atraves del vCenter.

 

Licencias de Vmware vSphere: Diferencias

LINK: https://virtualizadesdezero.com/licencias-de-vmware-vsphere/

 

Raul.

VMware VDI Administrator

http://ITCloudStream.com/


Re: vROPS vCenter issues

Re: User Profile is not updating in UEM

$
0
0

Hi Sravan_k,

 

Did you check the FlexEngine log for the user (if enabled)? Otherwise, I would recommend to enable logging in verbose mode and check the log file.

Re: VMware Fusion black screen on boot

$
0
0

Perfect, this worked for me.

 

Using an external monitor and/or just using the retina screen now all behave the same with this setting on the Linux VMs.  I no longer need to have a Win10 VM running, just to prevent black screens on my Linux VMs.

Re: Under vCenter Server 6.5C, NSX 6.3.1,I can not finish Host installation.

$
0
0

Yes. The same thing happened to me two weeks ago at a customer site. Basically, if you check and don’t see any VIB’s loaded on the host, chances are that you may have a bad image loaded initially.

 

The following command should provide you a print out: “esxcli software profile get”. Execute this command on the host having problems getting prepared. Compare and do the same command on the other hosts within the cluster. If you don’t get a print out reload esxi.

 

Kelvin Santiago


Senior Consultant – Federal | NSX Delivery

ksantiago@vmware.com<mailto:ksantiago@vmware.com>

3401 Hillview Avenue, Palo Alto, CA 94304

951.240.1387 Mobile

1-877-869-2730 VMware Federal Support

 

cid:image001.png@01D2BDC6.B20EBBD0<http://www.vmware.com/>

Re: VMware Fusion 8.5.6 using too much CPU

$
0
0

Hi,

 

How many vCPU's did you assign to the guest OS?

If more as 2 vCPU's then drop to 2.

If that doesn't help, please attach a vmware.log file to your reply here.

 

--

Wil

Re: UEM Registry Import Dissapearing

$
0
0

Hi freeser,

 

Is below link something u can use for solving this issue?

 

App Volumes Documentation Center

 

For instance you can use allvolattached.bat to refresh the environment or to refresh the action that adds your registry key.

Re: Effective Permissions

$
0
0

LucD,

 

So this is great except that when I try to modify it to report out, like you showed in the reference ticket, I get an error,

 

The script failed due to call depth overflow.

 

Which makes me think that we have some seriously nested group issues.  What I added was the following.


Re: UEM Registry Import Dissapearing

$
0
0

Upon further testing I got the registry keys to import on one of my older pools so I am rebuilding the most recent gold image snapshot and working more granular with the updates to isolate the issue.  Thank you for the resources, I will post findings with further developments.

Re: How to stop all VM quickly ?

$
0
0

You can write functions like this:

 

function Start-SR4 {

    start-vm -VM PRIM-SERVER,SEC-SERVER -RunAsync

    start-sleep -Seconds 30

    start-vm -VM CLIENT1,CLIENT2,CLIENT3,CLIENT4 -RunAsync

}                                                                                   

 

function Stop-SR4 {

    Stop-VMGuest -Confirm:$false -VM CLIENT1,CLIENT2,CLIENT3,CLIENT4

    start-sleep -Seconds 30

    Stop-VMGuest -Confirm:$false -VM PRIM-SERVER,SEC-SERVER

}

 

This leverages the previous reply with the command line info.

 

The delay is in case you need time for the clients to disconnect from the servers.

 

Does anyone know why the -Confirm switch requires the colon as in -Confirm:$false, instead of -Confirm $false?

This gave me some trouble.

Re: UEM Registry Import Dissapearing

$
0
0

Ok. Good to hear. Thanks for the update.

Re: Percentage of Entitled Resources Delivered Very Low

$
0
0

I had a similar issue on a Dell Chassis.

 

I found if you turned off the power management/profile in the BIOS (set it to performance as opposed to performance/watt) I no longer had this problem.

 

Not sure you actually need to do this...some research on the bios/server power management (in the optimize for perf per watt mode it was in) say that it should not effect performance significantly as it should feed power to the CPU as it needs it.  But it does seem to lag enough that the VMware chart is effected.

 

Found the answer here:

DRS - entitled resources delivered at 59%

Re: Win10, workstation 12.5.5, after install no keyboard function

$
0
0

If I understand correctly, the usb keyboard is not responsive after installing workstation but usb mouse is still functional? If you have plans to install workstation again, can you please try below steps (after workstation installation) and let me know the results?

 

1) stop service "VMware USB Arbitration Service"

2) stop hcmon by running "net stop hcmon" in command prompt

3) unplug and plug back the usb keyboard: check if the usb keyboard is functional

Memory Allocation

$
0
0

Hi All,

 

Is it okay if I allocate all 4gb Ram for 1vm? I have ibm server with xeon and 4gb ram running on esxi.

Re: After Windows 10 Creators update removable USB devices not visible anymore

$
0
0

My guess is usbarbitrator somehow got stopped after update.

 

You can try going to Windows service manager and see if VMWare Usbarbitrator is up

 

Right click on "This PC" -> Manage -> Services and Applications -> Services -> VMWare USB Arbitration Service


Re: VMware workstation 12.5.4 doesn't show USB anymore in removable devices menu

$
0
0

My guess is usbarbitrator somehow got stopped after update.

 

You can try going to Windows service manager and see if VMWare Usbarbitrator is up

 

Right click on "This PC" -> Manage -> Services and Applications -> Services -> VMWare USB Arbitration Service

Re: How to stop all VM quickly ?

$
0
0

Easy and Effective solution in PowerCLIto Shutdown VMs with one click:

 

First LOGON into the vCenter from locally/remotely PowerCLI

 

Connect-VIServer -server YouvCenterServerName

 

PASTE,

get-content c:\cli\vm.txt | foreach-object { shutdown-vmguest $_ }

 

Press ENTER> DONE!

 

EXAMPLE:

C: Is your local C:\ Drive

CLI: You need to create a folder in the C: Drive & name it "cli" or anything you want

VM.TXT: then create a txt file & input all the VM names in it. EX:

 

VM1

VM2

VM3

 

Your can also Kill the VMs  from  the ESXi host

You better post your quest about PowerCLI @ VMTN Forum > Automation Tools > VMware PowerCLI for better answers!!!

 

Raul.

VMware VDI Administrator

http://ITCloudStream.com/

SAML 2.0 Federation - What is the point?

$
0
0

I'm trying to set up an Active Directory Federation with vRealize Automation 2.0, but it seams that it is still needed to have the Directory data collection. So, what is the point of this integration?

 

It is possible to Federate vRealize Automation with Google Apps?

 

Thanks,

D.

vmware-tools.service failed because the control process exited with error code + poweron script failed message

$
0
0

Hi,

 

I did a physical to virtual of my Linux Ubuntu 17.04 and have come across a couple of stumbling blocks

which I hope you very bright people out there can help problem solve.  I'm using workstation 12 player latest.

 

First off was the Vmware tools wouldn't install properly and gave a message - "  systemctl status vmware tools service and journalctl -xe unable to start services vmware-tools.service failed because the control process exited with error code"

 

I tried to - sudo apt-get install open-vm-tools-desktop -y

 

Which seems to install but on reboot the desktop window only scales a tiny bit in a 4:3 ratio, and now I also get a error message  "poweron script failed"

 

Kinda new to Vmware,  did some googling but info is a bit scant when it come to my situation.. Don't know what to do really?

 

Please help kind people if you can.

 

Many thanks!

Re: When are storage policy applied

$
0
0

Hello Dave,

 

"At when time/moment are the storage policy's applied."

When you create a VM the creation of the Objects (Namespace, .vmdk(s) and .vswp) is started immediately and based on the chosen Storage Policy (SP).

Thus if you created a VM with an FTT=1, SW=1 SP applied it will start creating 2 data components and a witness component for each Object.

 

"I don't want the situation that when I deploy a VM, after 5 minutes its removed because something failed but in the meantime VSAN is synchronizing the disk so its complianed with its SP."

If the VM is deleted, vSAN will not continue trying to resync this data - this is pretty similar to how it would work in VMFS-land if you deleted a VM as it was still creating it on datastore.

 

"Do I need a step created in between that have FTT=0 and after everything is finished, the right SP will be set OR does VSAN/VMWare applie a SP after a few minutes after deployment. If that's so can I change that time-window ?"

Not necessary, but if you want to set VM/Objects being created as FTT=0 then sure you can change the default SP applied or create new SPs that your script use on creation of VMs.

The SP is applied during Object creation as mentioned above.

 

Bob

 

-o- If you found this comment useful please click the 'Helpful' button and/or select as 'Answer' if you consider it so, please ask follow-up questions if you have any -o-

Viewing all 168190 articles
Browse latest View live


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