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

Re: Edit Host Profile to add a VM Port Group and LUN as datastore

$
0
0

Is that a portgroup on a VSS or VDS?


Urgent Help! - On Connection Server "Waiting for Agent"

$
0
0

Hi All,

I am unable to resolve the issue where a freshly created Windows Server 2012 R2 cannot connect to View and it says "Waiting for Agent"...

 

Some things I have checked:

 

1. Same version of Connection Server and agent: Both are v7.0.3

2. Firewall status - tried on and off.

3. I can successfully add Windows 7 VM's and\or physical machines with the same agent installation.

 

Any help is appreciated.

 

Thanks,    

Re: Restrict pools based on end-point client criteria

Re: Properly load PowerCLI SnapIn or Module

$
0
0

This VMware load modules script works for me.

 

if ( !(Get-Module -Name VMware.VimAutomation.Core -ErrorAction SilentlyContinue) ) {
    if (Test-Path -Path 'Registry::HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\VMware, Inc.\VMware vSphere PowerCLI' ) {
        $Regkey = 'Registry::HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\VMware, Inc.\VMware vSphere PowerCLI'
      
    } else {
        $Regkey = 'Registry::HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware vSphere PowerCLI'
    }
    . (join-path -path (Get-ItemProperty  $Regkey).InstallPath -childpath 'Scripts\Initialize-PowerCLIEnvironment.ps1')
}
if ( !(Get-Module -Name VMware.VimAutomation.Core -ErrorAction SilentlyContinue) ) {
    Write-Host "VMware modules not loaded/unable to load"
    Exit 99
}


Re: Linked vcenter support for webclient plug-ins

$
0
0

Please provide more details, including the code you're using to retrieve the VM data and the objectId.

vSphere objectIds are unique because they include the vCenter server guid, for instance urn:vmomi:VirtualMachine:vm-7947:6f965cf2-80cc-49da-8a39-a64265a57c14

(the vCenter guid is the blue string)

Re: *Horizon View* location specific desktop restriction

$
0
0

Thanks Raul,

 

I think there should be an easier way then using separate connections servers for each instance.

I may need to do this for 50 + locations. Is there a way to filer MAC or IP range?

Re: Adding vco 7.2 registration to vcenter breaks WebClient (after a certain time)

Re: Installing VMware Tools on macOS 10.12.3 Error

$
0
0

You may want to try updating to 8.5.5, to fix a CVE vulnerability, and I believe some tools issues.


Re: Uninstsall vCSA from ESXi host

$
0
0

Open a browser and browse to your ESXi host host client through browser https://esxi-ipaddress

Login as root

On the left menu, choose Virtual Machines, Power Off/Shutdown your vCSA, then Delete (Actions > Delete)

VDPA recommendations

$
0
0

Hello all,

I currently have a VMware 6.0 U2 environment with 250 VMs and would like to set up VDPA. I know there should be 100 VMs per VDPA appliance.  Now after I setup my first VDPA appliance, I begin to setup my backup job but when it come to choosing what to backup, I only see individual VMs, I cannot choose VMware folders which I've organized per application and function.  Seems like a bad design and hopefully that will change in future releases.

 

Has anyone configured multiple VDPA appliances and how/what solution did you come up with backing up 100+ VMs.

 

Thanks.

Re: VRO 7.2 breaks WebClient 6.5 after some time (maybe after reboot )

$
0
0

We expect the plug-in bundled with earlier released vRO versions to has the same issue with Web Client 6.5 as the plug-in bundled with vRO 7.2.

 

So you'll need a fixed plug-in binary, either as part of vRO 7.3 (due to Q2/2017) or as a patch. I'll send you in a private message the plug-in binary included in the current nightly builds of vRO 7.3 plus brief instructions how to patch your environment.

Re: Ubuntu 16.04 screent limit to 800x600

$
0
0

Having a similar issue with 14.04 where I am using a partition running 14.04 in a VM.  When the OS is run natively from boot, I get the full screen resolution; however when it is run as a VM I am limited to 800x600 regardless of the VM settings I place

How can I stop the announcement of the number of active connections in vsphere 5.5

$
0
0

How can I stop the announcement of the number of active connections in vsphere 5.5

RM

Re: vRealize Automation CSS

$
0
0

I plan to write blogpost, but for now lets write at least few notes.

 

As I recently upgraded to vRA7, I needed to hide Save button again as users use it instead of Submit button.

 

So the CSS code is:

.gwt-Button#save {  visibility: hidden;
}

 

This needs to be changed in four files. Make sure you backup them first. Also make sure you have correct permissions if you fiddle with files. Should be chmod 644.

 

Catalog item:

/usr/lib/vcac/server/webapps/catalog-service/resources/selfservice/theme/Standard.css

/usr/lib/vcac/server/webapps/catalog-service/resources/selfservice/theme/Standard[somenumber].css

 

Item (deployment/machine):

/usr/lib/vcac/server/webapps/catalog-service/resources/item/theme/Standard.css

/usr/lib/vcac/server/webapps/catalog-service/resources/item/theme/Standard[somenumber].css

 

Users also hate to login every time they open web, so lets change session timeout in tomcat from default 30 minutes to at least 600 minutes.

Find /usr/lib/vcac/server/webapps/vcac/WEB-INF/web.xml and edit line that contains <session-timeout>30</session-timeout>

You need to restart tomcat, so

service vcac-server restart

 

Do not forget that the start of all services takes like forever (10 minutes?)

 

Make sure you have backup/snapshot. It is very easy to break something...

Re: Uninstsall vCSA from ESXi host


Re: Error when connecting to the ESXi Web interface

$
0
0

I am also having the same issue with Chrome 57, ESXi 6.5a:

 

Cause: Error: [$rootScope:inprog] http://errors.angularjs.org/1.3.2/$rootScope/inprog?p0=%24digest

Version: 1.8.0

Build: 4516221

ESXi: 6.5.0

Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36

 

Exception stack:

 

Error: [$rootScope:inprog] http://errors.angularjs.org/1.3.2/$rootScope/inprog?p0=%24digest

  at https://192.168.1.110/ui/scripts/main.js:263:20611

  at l (https://192.168.1.110/ui/scripts/main.js:265:12567)

  at k.$apply (https://192.168.1.110/ui/scripts/main.js:265:16690)

  at HTMLInputElement.<anonymous> (https://192.168.1.110/ui/scripts/main.js:267:828)

  at HTMLInputElement.dispatch (https://192.168.1.110/ui/scripts/main.js:262:14464)

  at HTMLInputElement.r.handle (https://192.168.1.110/ui/scripts/main.js:262:11251)

  at prop (https://192.168.1.110/ui/scripts/main.js:263:3018)

  at n.access (https://192.168.1.110/ui/scripts/main.js:262:6702)

  at n.fn.init.prop (https://192.168.1.110/ui/scripts/main.js:263:2642)

  at V.$set (https://192.168.1.110/ui/scripts/main.js:264:21408)

Re: Fusion 8.5.4 (5115894) VMware Tools Error

$
0
0

I can confirm I had the same issue with my USB devices with 8.5.5

Although I never got any error messages whatsoever.

 

I then uninstalled VMware tools, rebooted.

Reinstalled VMware tools, and it seems to be working now.

 

These botched releases are scary.

Me apresentando

$
0
0

Olá pessoal!

Meu nome é Valdecir Carvalho e sou editor do Blog sobre virtualização Homelaber Brasil (http://homelaber.com.br).

Sou 2X vExpert e lider do VMUG SP (http://vmugsp.com.br).

Vocês podem me encontar no twitter como @homelaber

Sou de SP!

Gostaria de agradecer o rcporto pelo convite e parabenizá-lo pela iniciativa!

Espero poder contribuir bastante aqui.

 

Aproveito para convidar a todos a visitarem o meu blog Homelaber Brasil http://homelaber.com.br

 

Um abraço a todos.

-VC

Re: Edit Host Profile to add a VM Port Group and LUN as datastore

In a older previous version....

$
0
0

Good day all,

 

Back in the day of vcac when we were using the lifecycle workflows stubs for the different phases we used to get a few different object types sent over and usually something like the below code received the data.  Ok so here is the question, now that the subscriptions are sending the "payload" to the workflows can you still get VCAC:VM and the VC:VM directly from the payload without searching through the plugin objects?  I was hoping that info might be in there somewhere but I am not seeing it.  I know we get the "ExternalReference: vm-119810" which is the vm-id but is searching the only option?

 

System.log("Workflow started from workflow stub " + externalWFStub + " on vCAC host " + vCACHost.displayName);

System.log("Got vCAC virtual machine " + vCACVm.virtualMachineName);

System.log("Matching virtual machine entity " + virtualMachineEntity.keyString);

System.log("Got vCAC virtual machine ID " + vCACVm.virtualMachineID);

var machineId = vCACVm.virtualMachineID

 

 

if (vCenterVm != null) {

  System.log("Got vCloud VM " + vCenterVm.name);

 

}

 

Thanks and Cheers!

Viewing all 226498 articles
Browse latest View live




Latest Images