Re: Rename a virtual switch in ESXi 5.1
I agree that should be very useful to have an easy and supported way to do this.
View ArticleChange SID - Catalog
I have 2 VMs (Windows 2008 R2) that I need to add as catalogs... In the VMs, I check the "Enable Guest customization" and "Change SID" checkboxs. But when I'm adding them as catalogs, the "Change SID"...
View ArticleNexus 1000v online lab
Free Nexus1000v online lab 2 Nexus 1000v VSM VMware Esxi 5.1 servervCenter 5.1 applianceNexus1000v-1 is now a cluster of two Nexus1000v VSMAlso added the ESXi server as a module #3 (VEM) of the...
View ArticleRe: Unable to increase disk vCenter Server 5.0 build 455964
No, just .vmdk disks.I attached the last log.
View ArticleRe: Workstation 9.0.2 not seeing USB Hardlock Keys
I decided to try the brute force method and uninstalled and reinstalled Workstation. Workstation still sees no USB drives/hardlock key at all. It must be able to see usb devices of some sort because...
View ArticleRe: How to pass parameters in a variable in a loop FOREACH ?
Hello,Thank you very much for your help, happily that the VMWARE community is here !In fact, when I run my script via the command prompt, I give in parameter a number has the last decimal of ip...
View ArticleIs there a workflow which adds virtual adapter to the vSphere distributed...
Looking to add vMotion and Fault Tolerance to the network configuratino for a host. If no worklflows, are there actions?
View ArticleRe: PowerCLI script to import vcenter names, connect to them and pull...
Something like this should do that $Report=@()foreach($vcinImport-Csv./vCenterList.ini){ Connect-VIServer-Server$vc Get-VM| ForEach-Object {...
View ArticleRe: Is there a workflow which adds virtual adapter to the vSphere distributed...
Hi,there are no ready to use workflows/actions in the library. But you should be able to figure out the necessary JavaScript code using...
View ArticleClient boot to multiple monitors
Workstation 9 on Windows 8 host. I have 3 monitors Am I missing something or does workstation not support a simple task. When I boot my Windows 7 guest, I want it to go into full screen dual monitor...
View ArticleRe: Aumentar espacio en disco desactivado vCenter 5.0
Hola que tal, Verifica si los discos que no puedes expandir son del tipo IDE, lo cuales no pueden ser expandidos en caliente. Saludos,
View ArticleRe: Unable to increase disk vCenter Server 5.0 build 455964
According to the log file, the VM has 5 virtual disks (3x IDE and 2xSCSI). Unfortunately the vSphere Client GUI does not allow to increase IDE disks (no idea why) and you either need to do this from...
View ArticleRe: Life Cycle Through EVC
bump ... Is this the wrong forum for this type of question? Thanks.
View ArticleRe: get-vm where statement to find windows with particular network
Try something like this Get-VM|where {$_.guest.osfullname-like"*windows*"-and (Get-NetworkAdapter-VM$_).NetworkName-eq"QA Network"} |SelectName,Host,PowerState,OSName,...
View ArticleRe: How to pass parameters in a variable in a loop FOREACH ?
You're having a problem with the scope of the $Ip variable.You increment the number ($Ip) inside the function, that change will be gone when you exit the function.One solution is to make that a global...
View ArticleRe: Помогите определится...
ExiveR wrote: Хм-м... Эта...ESXi, как я понял, работает только на базе платформы Linux/RH?А версии под Windows нет?Какой-то у меня опасян сносить все и ставить пинДвинов. Хоть с точки зрения...
View ArticleRe: vCloud director VMs protected by Trend Deep Security
Thanks, I will probably keep the resource utilization on the cluster to a 80-90 % to account for the anti virus appliances, since they utilize a few resources that would suffice.
View ArticleRe: A linux desktop that works well with Fusion Unity - does it exist?
Xubuntu should work fine, as well as Kubuntu.
View ArticleRe: Permission To Perform this operation was denied as an admin
TheAbstract, There is no overriding permissions lower in the datacenter tree. We are pretty anal with setting up permissions for anyone in our vcenter. We have 10+ Datacenters with at least 3-5 hosts...
View ArticleRe: move the vm to a folder, In V-center
There is something fishy with that specific folder it seems.I can reproduce that error message about the Parent property, nor can I think of an explanation for that error. Do you get the same error for...
View Article