Re: What is the fastest way to move a server from a VCenter to another...
Hi, You can check here a previous discussion. moving VM across sites (another vcenter) But you can create an OVF file or replicate your VM. (My guess replicate your VM is the fastest way to move your...
View ArticleRe: VCP Certification Email Confirmation Not Received
Hi, I'm also waiting for the confirmation mail and my VCP certificate.I passed the exam on august 16. So it seems that we have to wait until they solved their technical issues. Best regards,Benjamin
View ArticleError beim stillegen der virtuellen Maschine
Hallo, ich habe aktuell ein Problem mit der Erstellung eines Snapshots im ESXi 5.1Darunter habe ich einen virtuellen SBS 2011 Server laufen. Backups möchte ich mit Acronis VM Protect 8 durchführen, ist...
View ArticleRe: Need advise : VMs "reconfigure virtual machine" approx 10 minutes
I do not have any Backups for any of these VMs (most are testing or UAT VMs). Only one VM (AD) was having Equallogic snapshot as backup. I disabled the snapshot manager from Dell EQL but the...
View ArticleRe: Add RDM using power shell
Hi LucD, I used the function Add-Delete-HD-vSphere-annotated.ps1 as mentioned here Adding VMDK's to VM's in new vSphere PowerCLI????<https://communities.vmware.com/thread/229937>???and it worked...
View ArticleCrash of vmware-vmrc on Debian 7
Hello, I try to start vmware-vmrc of the VMware VMRC SDK 5.1 on Debian 7 to connect to server. Server is in local network and reachable. The call is: /usr/lib/vmware-vmrc/5.1/vmware-vmrc -h...
View ArticleRe: Add RDM using power shell
Try changing this line$spec.deviceChange[0].device.backing.diskMode = "independent_persistent"into this$spec.deviceChange[0].device.backing.diskMode = "persistent"
View ArticleRe: Need advise : VMs "reconfigure virtual machine" approx 10 minutes
Hi, What are you reconfigured in your VM? can you attach the vmware.log file of an affected VM. (Can you specify the date and time of the reconfigure task). Regards, Julien
View ArticleRe: Need advise : VMs "reconfigure virtual machine" approx 10 minutes
I am not configuring anything nor did I configure anything (at least not directly on the VMs). Only changes made that I remember was to shrink the database and rebooting the vCenter. Where do I get the...
View ArticleRe: Workstation 9 only starts as root
If you have a vmware-workstation.desktop file in /usr/share/applications (the WS installer should create this) you might want to modify it by prefacing sudo in the Exec= line Exec= sudo...
View ArticleRe: Splitting up a nVidia GRID K2's GPUs?
You need a newer firmware on the cards, ask your OEM vendor (Dell, IBM, HP etc) for an updated firmware. // Linjo
View ArticleRe: PowerCLI Bug?
Might be a bug for that specific combination of versions.In the latest PowerCLI build, and with vSphere 5.*, both lines return valid task objects.
View ArticleRecovery vmdk с раздела VMFS!!! Help!!!
Помогите, горю! Нужно восстановить vmdk файл . (тонкий диск)Исчез с раздела VMFS .Какие есть софтины для сканирования\восстановки данных с VMFS?
View ArticleRe: Creating Templates, do I use sysprep.
Review this video: https://www.youtube.com/watch?v=Xg-MnpjQTzw&feature=youtube_gdata_player
View ArticleRe: Planning a new storage solution
I just post a suggestion ,so please take it easy.OK?Also please make the market regular , please post your own opinion without any personal abuse.
View ArticleRe: Capture the Existing ESXi Server as an Image for Auto Deploy
The image/ISO that you have used it for install on hardware, can be used it for Stateless deployment. If its ISO, you need to convert it to ZIP file format and upload to autodeploy server (this...
View ArticleRe: Create port groups from excel
Try something like this $dvSw=Get-VDSwitch-Name"Boston"Import-CsvdvPortgroups.csv-UseCulture|%{ New-VDPortgroup-Name$_.PgName-VlanId$_.VLanId-NumPorts$_.Ports-VDSwitch$dvSw}The CSV file is expected to...
View ArticleRe: Total Processor script
Try it like this Get-Cluster|selectname,@{n="NumVMHostCPU";e={Get-VMHost-Location$_|Measure-ObjectNumCpu-Sum|Select-ExpandPropertySum}}
View Article