Re: dont access to vsphere manage
If I understand your question correctly, you are saying after reboot of ESXi host you are unable to access the user using AD groups or user credentials. If yes please check if the permission still...
View ArticleRe: VM Migration between different clusters and Vcenters
Fai solo attenzione a quello che scegli dei due comandi: a te serve usare "remove from inventory" che non fa altro che deregistrarla da vCenter. NON usare ovviamente "delete from disk". A parte questo...
View ArticleRe: Help required with the viproperty cmdlet
Wow - thanks LucD So how does one incorporate that into a new-viproperty cmdlet (as shown below) New-VIProperty -ObjectType Datastore -Name _DSDiskNames_ -ValueFromExtensionProperty...
View ArticleRe: Esxi 5.1 pci passthrough broken
It is not a performance issue. Atleast in 5.0u1 and earlier keyboard and mouse never show up in the list of usb devices you can passthrough that is why most jsut passthugh the controller to get around...
View ArticleRe: Help required with the viproperty cmdlet
You can do it like this: New-VIProperty-NameDiskName-ObjectTypeDatastore-Value { param($Datastore) [string]::Join(',',($Datastore.ExtensionData.Info.Vmfs.Extent |...
View ArticleRe: Presenting a datastore to a Host
Provide more details on what type of storage connection are you using for the first esxi host
View ArticleRe: ESX 4.1 Update Manager
thanks for that, one last question, what and if any risk does installation have to the vcenter vm farm that is live
View ArticleRe: DRS Novice: consigli
Oppure puoi metterlo addirittura in manual, e vedi a video cosa ti suggerisce di fare.Comunque, tempo due giorni ti ritroverai a metterlo fully automated, e se solo hai un pò di banda per la vmotion,...
View ArticleRe: Help required with the viproperty cmdlet
The Value parameter can be a code block.Something like this New-VIProperty-ObjectTypeDatastore-Name_DSDiskNames_-Value { param($ds) $disknames=$ds.ExtensionData.info.vmfs.extent|%{ $_.DiskName...
View ArticleRe: Migrazione da 4.1 u2 a 5.1
Grazie grazie a tutti!!! mi hanno appena informato però, che settimana prossima mi arriveranno dei gen8 nuovi nuovi.. e quindi i g5 li spengo e li dismetto, i g6 li terrò per dei test e i g8...
View ArticleRe: DRS Novice: consigli
grazie, farò come avete suggerito, partirò con parzialmente automatico poi vedrò quanto riesco a diventare aggressivo
View ArticleRe: ESX 4.1 Update Manager
There wont be any issue doing it online, In fact during update manage install vCenter service has to be running as you need to provide the vCenter details. Make sure you have created the database and...
View ArticleRe: Help required with the viproperty cmdlet
Thanks LucD Lifesaver yet again ! That link is awesome will help out alot Munster
View ArticleRe: Esxi 5.1 pci passthrough broken
It's not possible to Passthrough keyboard and mouse still on 5.1. HID devices aren't allowed to be passed through. Also if you go that route when you've already got a device passed through like a VGA...
View ArticleRe: VM Migration between different clusters and Vcenters
Grazie Luca, sto provvedendo allo spegnimento della prima VM.Per la fase di import nel nuovo Cluster come procedo? Lato network deve essere tutto identico, o vi possono essere sottili differenze? Fabio
View ArticleRe: Esxi 5.1 pci passthrough broken
Not defending, just trying to provide a way forward. I too am looking at KVM/Xen....
View ArticleRe: memory overcommitment
Totally you can over commit on the host is actually about 20% which is fine, more than that would be diffenetly hamper the VM performance.So for better performance, try and avoid it
View ArticleRe: VM Migration between different clusters and Vcenters
Prima di rimuoverla dall'inventario segnati su quale datastore era.Quando devi importare, vai nel datastore tramite il browse, entri nella directory che contiene la virtual machine, selezioni il file...
View ArticleBest practice Converting Cent OS V6.2 / V5.1 Postfix email server and 2003 AD_DS
Dear all vsphere convertor exports, I curently install vSphere 5.1 (esxi 5.1 hypervisor and vCenter Server Appliance 5.1) in my newly purchase Cisco UCS 460 M2 High Performance Rack Server. Now I want...
View Article