Re: Consolidate VMdisk not working
On the VM there is a temporary Veeam snapshot hanging which I cannot delete.That's most likely the root cause of the issue. Please provide some details, like error messages, screen shots, ... to help...
View ArticleRe: Lost datastore after resetting storage[vSphere 4.1]
Re-creating the partition table will most likely not help in such a case, except it shows a wrong partition type, i.e. not "FB" (VMFS).Can you confirm the LUN is presented the same way to all of the...
View ArticleRe: Script to export virtual disk information in a specific format
To export to a .csv file with my script you can change the last line into: } | Export-Csv -Path VMdatastoreInfo.csv -NoTypeInformation -UseCulture
View ArticleAcessar a discos no esxi 5.1
Tenho um PC com dois discos rigidos, um deles eu formatei e instalei o ESXi 5.1, no outro eu tenho arquivos e não posso apagá-lo, eu estou querendo saber se, existe uma forma de mapear em meu datastore...
View ArticleRe: Acessar a discos no esxi 5.1
Tu pode fazer um RDM desde uma única VM ao disco, usa os passos neste blog: http://blog.davidwarburton.net/2010/10/25/rdm-mapping-of-local-sata-storage-for-esxi/ A partir dessa VM que mapear este...
View ArticleRe: Concurrent Jobs in vCenter Server
Power on operations, the maximum is 50 per vcenter on version 5.x. There are other maximuns for vMotion, svMotion, etc, bue each depends if you see from a datastore perspective, or ESX perspective, or...
View ArticleRe: vCloud Test Lab
Oh, that's a great point! Thanks for pointing that out, it's much easier to try it that way.
View ArticleTwo Different Sites vCenter and Single SSO in only one site
Is that possible that Two Different Sites vCenter's can share the Single SSO that is in only one site?
View ArticleRe: Install Oracle Database on vCenter Appliance VM
I *THINK* is possible (because is a Linux Machine) but is not supported by VMware. It should work anyway.
View ArticleRe: Suddenly getting email notifications for discussions I've never visited!
Same here, I get notifications for threads in the VMware Player board, in which I posted and have followed threads in the past.However the notifications are for newly created threads which I have...
View ArticleRe: Datastore rimane Linkato
Se hai modo prova e rimuove e aggiungere nuovamente la VM all'Inventory. --Rocco Siciliahttp://www.roccosicilia.it
View ArticleRe: P2V of local machine - Error unable to obtain hardware information
You have some strange hardware, I can't say which one, but definitely it breaks somehow worker service... it crashes without any clue. I have no idea...Can you try the conversion without your external...
View ArticleRe: Independent Persistent Use Case
An example could be a VM for which you want to backup only the OS drive using a image based backup application and need to backup the data drive with a special in-guest agent which performs required...
View ArticleRe: Script to export virtual disk information in a specific format
I will start by saying you guys rock That being said is there away to suppress the errors I get during script running for FileName.Split and the | to get-scsicontroller? When the script loops through...
View ArticleRe: Script to export virtual disk information in a specific format
It looks as if you are not using PowerShell v3.In that version the problem with a foreach loop over an empty array has been fixed.When there are no entries in the array, the code block will not be...
View ArticleRe: Vmware IT Technical или как стать узким специалистом
Не совсем понятно чего вы хотите. Совета что делать? Помощи? Лично моё мнение таково: начинать надо с интенсивного вводного курса. По времени примерно 1-2 дня минимум. По объему материала на уровне...
View ArticleRe: Script to export virtual disk information in a specific format
been updating it to match the columns we need... PSversion: PS G:\> $psversiontable.psversion Major Minor Build Revision----- ----- ----- --------3 0 -1 -1 Thanks! $report =...
View ArticleRe: Laggy windows with P20 / P25
Has anyone change the default settings on the Tera2 through Wyse Device Manager or through web console? That could impact it greatly. Make sure it’s firmware is updated to 4.1 released this...
View ArticleRe: Script to export virtual disk information in a specific format
Ok, I see what happened.The 2nd block is to create the empty properties in the object.There the Value should be $null, like this $report=@()foreach($vminGet-VM){...
View Article