Author : pgilday URL : http:////docs.vmware.com/en/vRealize-Automation/7.5/com.vmware.vra.prepare.use.doc/GUID-FEE5F31B-737E-4E5F-9300-55199A785802.html Topic Name : Integrating Third-Party Se...
See more...
Author : pgilday URL : http:////docs.vmware.com/en/vRealize-Automation/7.5/com.vmware.vra.prepare.use.doc/GUID-FEE5F31B-737E-4E5F-9300-55199A785802.html Topic Name : Integrating Third-Party Server Automation Tools Publication Name : Preparing and Using Service Blueprints in vRealize Automation Product/Version : vRealize Automation/7.5 Question : azure
Author : pgilday URL : http:////docs.vmware.com/en/vRealize-Automation/7.4/com.vmware.vra.install.upgrade.doc/GUID-E9C73169-93F2-4C1D-BFA3-D83D81D863A8.html Topic Name : Set vRealize Automatio...
See more...
Author : pgilday URL : http:////docs.vmware.com/en/vRealize-Automation/7.4/com.vmware.vra.install.upgrade.doc/GUID-E9C73169-93F2-4C1D-BFA3-D83D81D863A8.html Topic Name : Set vRealize Automation appliance Session Timeout Publication Name : Installing and Upgrading vRealize Automation Product/Version : vRealize Automation/7.4 Question : How do I change the sessions timeout for vrealize automation 7.5
I would like to create an alert for Virtual Machine Guest File Systems to alert when specific drive letters reach 95% utilization. My use case is: We have a number of SQL servers, we place the T...
See more...
I would like to create an alert for Virtual Machine Guest File Systems to alert when specific drive letters reach 95% utilization. My use case is: We have a number of SQL servers, we place the Temp DB and Windows Paging File on separate drives. Since these are static drive with no new data creation we create the drive to be only 1G larger than the amount of data. If Temp DB is going to be 20G we create a 21 GB drive. This causes vROPS to alert that a drive is Critical at 95% utilization. We want vROPS to alert when other drive such as C, D and M reach 95% but not the Temp DB and Windows Paging file. How can I do this, any help would be greatly appreciated. Thanks in advance
A couple questions and things to check. Can you login the PSC or VCSA using https://FQDN:5480? Is this an embedded PSC or external? Can you login using administrator@vsphere.local? Are you ru...
See more...
A couple questions and things to check. Can you login the PSC or VCSA using https://FQDN:5480? Is this an embedded PSC or external? Can you login using administrator@vsphere.local? Are you running in enhanced link mode? Is time synced with NTP and set the same as AD, vCenter, PSC and host Is the root password set to never expire on the PSC
I too have this problem. Using the vSphere Client direct connect to teh host I can see the memory reservation. Using the client connected to vCenter you can apply a memory reservation wait a cou...
See more...
I too have this problem. Using the vSphere Client direct connect to teh host I can see the memory reservation. Using the client connected to vCenter you can apply a memory reservation wait a couple minutes and then delete the memory reservation. I also restarted the ESXi agents using services.sh restart Give it a try,
Michael, have been able to get any information on this. As far as I can tell vc:virtualmachine is passed to a resource action but I can not seem to get that to work. My code is below I have trie...
See more...
Michael, have been able to get any information on this. As far as I can tell vc:virtualmachine is passed to a resource action but I can not seem to get that to work. My code is below I have tried many things from google searches and am a a lose. vCACVm is passed as an input to the workflow as (VC:VirtualMachine)vCACVm var OSType = vCACVm.guest.guestFamily; // I get an error on this ine that vCACVm is null System.log( OSType );
Did you add the customization spec name to the vRA7 blueprint? Copy and paste the name in the box. It is required to specify the customization spec on the blue print.
I am having the same issue, my vra/vro6 workflows that use VC:VirtualMachine no longer work. I am going to have to rewrite a number of workflows to run in vra/vro7. Workflows like WaitToolsStarte...
See more...
I am having the same issue, my vra/vro6 workflows that use VC:VirtualMachine no longer work. I am going to have to rewrite a number of workflows to run in vra/vro7. Workflows like WaitToolsStarted and upgradeVMTools no longer work because they use VC:VirtualMachine. Have you been able to work this out? Is there a solution?
I am having the same problem. Have you been able to get this worked out. I have a number of workflows I wil have to rewrite to port them from vra/vro6 to vra/vro7
I am using vRealize Orchestrator with vRealize Automation. I have added the externalWFstub.postprovisioning to a blueprint and am calling a powershell script on my powershell host. The script get...
See more...
I am using vRealize Orchestrator with vRealize Automation. I have added the externalWFstub.postprovisioning to a blueprint and am calling a powershell script on my powershell host. The script gets executed and errors because it is not finding the parameter passed to the script. My script command line is: scriptname.ps1 -computer computername Computername needs to be the NetBIOS computername the VM was provisioned with. The computername is derived from a Machine Prefix. How do I pass the blueprint MachinePrefix derived name to the blueprint property. I have tried scriptname.ps1 -computer {VC:MachineName} scriptname.ps1 -computer {Computername} scriptname.ps1 -computer {Hostname} Thanks in advance for an assistance
In speaking with VMware support the configuration of an embedded PSC linked to an External PSC is deprecated and not supported. Even though there is documentation that it can be done. I followe...
See more...
In speaking with VMware support the configuration of an embedded PSC linked to an External PSC is deprecated and not supported. Even though there is documentation that it can be done. I followed the procedure outlined in KB 2127992. I deployed a new SSO Repointed my old vCenter 5 to the new SSO Upgraded the SSO to a PSC Upgraded my vCenter to VC6 Add a new vCenter using the PSC I can not vMotion between two vCenters Now that this is working I am performing the following Exporting my dVS Recreating my Resource Pools - I only have a few so this is easy Recreating my folder structure Vmotion my VMs in a rolling manner and moving hosts in a rolling manner to the new VC
By contacting Zerto support they may assist you in setting up syslog on each ZRA. They will not give you the root password for the ZRA so if you add or Upgrade a ZRA you would need to contact Zer...
See more...
By contacting Zerto support they may assist you in setting up syslog on each ZRA. They will not give you the root password for the ZRA so if you add or Upgrade a ZRA you would need to contact Zerto support to have it configured again. You can however view the Zerto events without vCenter using the ZVM and opening a browser window to your ZVM using https://ZVM_IP:9669/zvm
Zerto events are registered in vCenter and show in loginsight search loginsight for your VPG names, or keywords like 'journal' or 'VPG' You will find the same events as in vCenter.