Re: Script to export virtual disk information in a specific format
Hi Alec, I hope that the following PowerCLI script is what you want: Get-VM |ForEach-Object { $Report = "" | Select-Object -Property VM, 'Hard Disk 1 Name','Hard Disk 1 Datastore','Hard Disk 1 VMDK...
View ArticleRe: could not reach isolation address
My SolutionIn my case my default gateway is my firewall which has ping disabled by default. I created a firewall rule that allowed the ip adresses of my hosts to ping the firewall. Instant success.
View ArticleRe: P2V of local machine - Error unable to obtain hardware information
Seems that at least the vmware-converter-woker service crashed in unusual way. Could you change the log level of converter-server and converter-worker to 'verbose' one*, re-start the services and...
View ArticleRe: Virtualizing machine & MGMT NIC
For the longest time, I couldn't figure this out and then one day the answer just made sense. Not sure how else to explain it other than that I was definitely over thinking the issue. Thanks to...
View ArticleRe: "Access denied" when attempting to start vmplayer image migrated from...
Well from your subject line plus the first two sentences of your OP it certainly reads like you're trying to run a VM your created under VMware Player in Parallels on a Mac not necessarily as a netted...
View ArticleRe: Script to export virtual disk information in a specific format
Try something like this $report=@()foreach($vminGet-VM){ $row=New-ObjectPSObject-Property@{VMName=$vm.Name} $i=1 Get-HardDisk-VM$vm|%{...
View ArticleRe: Безопасность - Шифрование VMFS томов.
http://www.securitycode.ru/products/pak_sobol/Хотя оно и не сильно к СХД относится, но может где-то в ту сторону копать?
View ArticleRe: Moving VM from one local datastore to the other...
Easiest is to use the datastore browser to copy the directory housing the tme vm -
View ArticleRe: error 29114 cannot connect to db during VCenter 5.1 SSO install
No it didn't work because I never had SQL installed. The 'simple' installer also installed SQL express.
View ArticleRe: P2V of local machine - Error unable to obtain hardware information
I've changed the xml's restarted the services and run again.new files attached.
View Articlehelp with vco db connection on new install
Setting up a new vCenter server. Per the docs, it seems I should install vCO on a separate machine (but the DB will be on the same DB server as the vCenter DB) I'm following the instructions and I'm...
View ArticleRe: Changing ESXi Syslog from verbose
After making configuration changes, load the new configuration changes using the commnad:esxcli system syslog reload.
View ArticleRe: error 29114 cannot connect to db during VCenter 5.1 SSO install
If you have attempted the installation more than once, also un-install the Express MS SQL installation, thus removing all reference to SSO installation.
View ArticleVM with "Unknown" status
After an sudden power outage we were able to recover our vcloud director cell, but all VMs show the "unknown" status and all operations are disabled from the GUI. I'm able to poweron vms with the...
View ArticleRe: error 29114 cannot connect to db during VCenter 5.1 SSO install
Yes, I did that and I still get the above error when using the 'simple' installer to do it all for me.
View ArticleRe: Vcenter server installation
SSO is not expecting the local administrator credentials, but the credentials you created for the SSO admin@System-Domain. These credentials will be required to register any application that can be...
View ArticleRe: V center - linked mode or new datacenter
If you haven't reached the threshold for vm and host capacity, I see no reason to create additional vcenter servers unless you are doing SRM or vSphere Replication. Don't make it too complex.
View ArticleRe: Deploy OVF - Cannot choose disk size?
I agree with weinstein5. Allowing to resize the virtual disk would require the import function to also resize the guest OS partition(s), i.e. being fully aware of the guest's file system and rewrite...
View ArticleRe: help with vco db connection on new install
What you are describing, I think is mentioned here: http://pubs.vmware.com/vsphere-51/topic/com.vmware.ICbase/PDF/vcenter-orchestrator-51-install-config-guide.pdfpage 48 & 49 you establish a...
View Article