Re: Best Practice to troubleshoot if facing problem with Single VM.
Do any of the other VMs you are running facing the same performance issues?
View ArticleRe: Powershell Jobs not finishing when using Move-VM
I'm having the same issue... did you ever find a solid solution or still using the work around?
View ArticleList custom DNS suffixes using PowerCLI
If I have 4 custom DNS suffixes configured on my ESXi hosts, how can I list them using powerCLI?
View ArticleRe: VMware Tools Status "Out of Date"
Check this compatibility blog before you upgrade your VMware toolsIs a VMware Tools Upgrade Required When Upgrading vSphere? | VMware vSphere Blog - VMware Blogs
View ArticleRe: Listing host information
seems to have same result as former - only seeing one of the custom dns suffixes, the other 2 don't show.
View ArticleRe: Cannot connect to VM after migration from vmware server 1.6
Do the CAG have IP addresses on the 172.10.x.x subnet or is it deifferent? Using the vSphere client and accessing the VM console are you able to ping the gateway used by CAG box?
View ArticleWhat is Best practice for expanding Hard disk for VM?
My client asked D drive expansion for 100 GB for VM is 2008. I have a few questions on that 1. Can I use same hard disk for disk expansion (Using same HDD and same Datastore1)? Ex: now D drive has...
View ArticleRe: Powershell Jobs not finishing when using Move-VM
I did not. The code above worked great for what we have needed it to do.
View ArticleHow to List networking information for an ESXi host using virtual distributed...
I would like to list the following informatoin for an individual ESXi host using virtual distributed switches with power cli. Here is what I'm wanting to see: 1. Name of distrubted virtual switch...
View ArticleRe: Need more information on High Avaiability
1- What is the load balancer it is being referred in document? Is it windows NLB or some third party Load Balancer? - External load balancer, F5, Cisco, etc. 2- Can current deployed vCAC server be...
View ArticleMailserver Abort: Loadgen Process Terminated Unexpectedly
I've been searching this forum and google for my problem and I'm now stuck. The VMmark Initialization, VMmark Setup, VMmark Wkld Setup phases all pass. The VMmark Run Tiles phase fails. I'm running a...
View ArticleRe: Conversion fails at 99%
if a VM fails at 98-99% it is the reconfiguration that as failed, chances are that the VM is fine, you can right click the VM within converter and reconfigure, this will run the process again. if it...
View ArticleRe: Powershell Jobs not finishing when using Move-VM
Thanks, I'm writing up something to monitor the task as well... sad that it won't work with just the move-vm command. Thanks for your quick reply.
View ArticleRe: Command line documentation and command line to give permission
Welcome to the Community - Does this help http://pubs.vmware.com/vsphere-51/topic/com.vmware.ICbase/PDF/vsphere-esxi-vcenter-server-51-command-line-interface-solutions-and-examples-guide.pdf I have...
View ArticleList ssh settings with PowerCLI
I am attempting to get the following informatoin with PowerCLI:-Whether ssh is enabled (I've got this part)-Whether it is set to start and stop with host I need to get both sets of info also for NTP...
View ArticleRe: VMware Tools Status "Out of Date"
Basically when you see VMware Tools out of date. it means that you have updated your vCenter and ESXi hosts to an newer version that has an updated version of the tools. there is no need to worry as...
View ArticleRe: VMWare HA will work with out DRS enabled in the cluster...?
Yes there is no issue, HA functions perfectly without DRS.
View ArticleDetermine host profile compliance using PowerCLI
I would like to list the following information using powercli (if possible) or esxcli (if not possible with powercli)-List the name of the host profile applied to the host (have this already)-List the...
View ArticleRe: List custom DNS suffixes using PowerCLI
Hi, Try this : Get-VMhost [ESX] | Get-VMHostNetwork or Get-VMhost [ESX] | Get-VMHostNetwork | Select SearchDomain Regards,Julien
View ArticleRe: Mailserver Abort: Loadgen Process Terminated Unexpectedly
Thank you for the quick response! #1: looks like I had a stale etc\hosts file from a previous config#2: doh! - I knew that. I'm moving it back to the appropriate host, and will reboot, re-sync time,...
View Article