Greetings, I know many posts on this.. but I just need a bit of extra help on this please. Can anyone please confirm or provide any input as to if the following esxtop stats are bad and to ...
See more...
Greetings, I know many posts on this.. but I just need a bit of extra help on this please. Can anyone please confirm or provide any input as to if the following esxtop stats are bad and to what degree. I am finding big difference between information when I choose esxtop than When looking at a specific VM using "l" and "e": The following is when I run the commands l and e for a specfic VM. The VM is Windows 2008 R2 - 4vCPU 8 GB RAM and on a host with 2 SOCKET - 6 core. The %WAIT is showing 807.46 and %VMWAIT is showing .45 yet %CSTP is showing 0.00 Thank you soo much for anyone that can help
Within Design > XaaS > Custom Resources I've created a Custom Resource to track and manage VMs provisioned by XaaS blueprints aka.. vRO 7.1. I'd like to start fresh and remove this Custom...
See more...
Within Design > XaaS > Custom Resources I've created a Custom Resource to track and manage VMs provisioned by XaaS blueprints aka.. vRO 7.1. I'd like to start fresh and remove this Custom Resource but it does not allow me to delete: Error Cannot delete a custom resource that is in use. Referenced in: Resource. How does one remove this CR properly?
I'm seeing very similar issues and confusion. Would be great if VMware provided a document [ Best Practice ] on which "userID and/or Service Accounts" should be used during the various configu...
See more...
I'm seeing very similar issues and confusion. Would be great if VMware provided a document [ Best Practice ] on which "userID and/or Service Accounts" should be used during the various configurations when trying to link all components. Basically a Roles / Permissions and the flow of each account. I have a service account in vRA 7.1 and accounts that are used to configure vRO 7.1 and then vCenter Global Groups ( Domain Groups ).
We have been using vCenter 6.0 and vRO 7.1 for a few weeks now. I don't recall what it stated when the configuration was originally made but when I look at vCenter Server > General Tab it's showi...
See more...
We have been using vCenter 6.0 and vRO 7.1 for a few weeks now. I don't recall what it stated when the configuration was originally made but when I look at vCenter Server > General Tab it's showing 6.5.0 as the Version. Anyone else confirm their vCenter 6.0 with vRO 7.1 is showing 6.5 rather than 6.0 ? Thanks.
Greetings.. I know this was long while ago.. but any chance you can tell me which versions of vRO etc.. you used for this? I am trying to do the same now with vRO7 with vCenter 6 / ESXi 6..
Keep us informed Steve. I would be very interested in how you got it integrated and versions of each if at all possible. I'm trying to do the same with 7.1 but seems we may need to go with 7....
See more...
Keep us informed Steve. I would be very interested in how you got it integrated and versions of each if at all possible. I'm trying to do the same with 7.1 but seems we may need to go with 7.0 for the InfoxBlox integrations.
Task Automation Engines23 vRA 7.1.x shows only PowerShell 2.0 C C C C What does this exactly saying at none of the more recent / prevelant versions are listed. Does this mean all my VMs in wh...
See more...
Task Automation Engines23 vRA 7.1.x shows only PowerShell 2.0 C C C C What does this exactly saying at none of the more recent / prevelant versions are listed. Does this mean all my VMs in which I wish to perform tasks from vRA7 / Orchestrator 7 can only be at version 2.0 or my Powershell Host can only be on version 2.0 Powershell. ? Thanks.
We need to install Mcafee agent after deploying a server to the domain. Would anyone be able to assist on which Workflow or scriptable task I could run the following on a VM within vCenter ? ...
See more...
We need to install Mcafee agent after deploying a server to the domain. Would anyone be able to assist on which Workflow or scriptable task I could run the following on a VM within vCenter ? MA_4.8.0.1938\FramePkg.exe /install=agent or the installation from a .bat of this agent installation? This would be run either from a Powershell host or our server share.. Thank you in Adv
I am trying to run two scripts in the Set-AdvancedSetting -Value for alll hosts in a particular "Datacenter". How would I create one script that sets the Adv settings without me actually manu...
See more...
I am trying to run two scripts in the Set-AdvancedSetting -Value for alll hosts in a particular "Datacenter". How would I create one script that sets the Adv settings without me actually manually starting the second one? Please help if you can. #Set Hostd logging level to info (default is verbose) Get-VMHost xxhost01.sidley.com | Get-AdvancedSetting -Name Config.HostAgent.log.level | Set-AdvancedSetting -Value "info" -Confirm:$false #Set Vpxa logging level to info (default is verbose)(must be connected to VC) Get-VMHost xxhost01.sidley.com | Get-AdvancedSetting -Name Vpx.Vpxa.config.log.level | Set-AdvancedSetting -Value "info" -Confirm:$false There are multiple hosts all in the same Datacenter .. "Zed". How can I run both scripts on all the hosts? Thank you very much..
I've tried uploading the vAppl for this version numersous times. Installed vROPs 6.0.x Express Installation and configuring admin/password Connected via IP and LOCAL USER > admin > ( Mxxx...
See more...
I've tried uploading the vAppl for this version numersous times. Installed vROPs 6.0.x Express Installation and configuring admin/password Connected via IP and LOCAL USER > admin > ( Mxxxx01s@ ) as the password does NOT work. Is there an issue with particular non-alpha passwords? :smileyangry:
Is there any documentation and/or any experience with moving off an EMC Recovery Point appliance or RPA to vSphere SRM vAppliance? Any information and/or experience with this scenerio? SRM ...
See more...
Is there any documentation and/or any experience with moving off an EMC Recovery Point appliance or RPA to vSphere SRM vAppliance? Any information and/or experience with this scenerio? SRM 5.0 | vCenter 5.0 with EMC Recovery Point Appliance SRM 6.0 | vCenter 6.0 with vSphere Replication Appliance
Greetings Can anyone link me to the discussssion and / or provide any assistance with deploying multiple VMs using the following workflow within the vCO 5.52 library? Library > vCenter > V...
See more...
Greetings Can anyone link me to the discussssion and / or provide any assistance with deploying multiple VMs using the following workflow within the vCO 5.52 library? Library > vCenter > Virtual Machine management > Clone > Customization > Clone thin provisioned, Windows with single NIC and credential... I can utilize "forEach" but that only deploys max of 2. Any help or links to adding the loops would be great. The one listed below is via the old versions of vCO. https://networkingit.wordpress.com/2011/08/04/vcenter-orchestrator-using-workflow-loops-to-create-snapshots-on-multiple-vms/ Thank you
So, would run the workflow Run program in guest wflw from the library? I guess I'm confused where I would put that script or which wkflw I could use to enter it and then get a prompt for the serv...
See more...
So, would run the workflow Run program in guest wflw from the library? I guess I'm confused where I would put that script or which wkflw I could use to enter it and then get a prompt for the server name. :smileyconfused: