Re: Datastore rimane Linkato
Aggiungo un dato:Se con il vsphere client mi loggo direttamente sull'Host vedo i datastore corretti, ma se mi loggo sul vcenter no
View ArticleRe: "Access denied" when attempting to start vmplayer image migrated from...
Hey WoodyZ, I'm not looking for support for parrellels. My questions are vmware specific. Alot of articles I've read about running vmware inside of a virtual requires special...
View ArticleRe: P2V of local machine - Error unable to obtain hardware information
vmware-converter-worker-30.log.gz
View ArticleRe: error 29114 cannot connect to db during VCenter 5.1 SSO install
The workaround mentioned in the KB didnt work for you? Also did your machine already have SQL server express installed or is it getting installed via the SSO installer? RegardsGirish
View ArticleRe: add vPCUs in the guest machine (started)
Welcome to the tech Preview Forums.With regards to the issue you are facing can be please elaborate on the exact steps taken and any screen shots on the failure?
View ArticleRe: 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 Article