Re: Reducing the amount of cores per VM
If the usage is less you can reduce the vCPU, but I would recommend to keep the minimum Operating system recommendation to do their operation well.You may have to look for downtime as well, most of...
View ArticleRe: Reducing the amount of cores per VM
Welcome to the Community, not sure about Ubuntu, but for Windows 2008 and newer you should be able to reduce the vCPU count without issues, since the HAL is the same for Uniprocessor an Multiprocessor...
View ArticleRe: Everytime my host network access changes, Fusion restarts the NAT guest...
Imagine a typical home network setup like this: Laptop -- Wireless NAT Router -- Cable ModemNetworked Printer --^Based on your setup, when you at home, select Bridged mode for the VM, the VM...
View ArticleRe: PowerCLI script to change the MAC address
You can adjust Luc's code a bit so that it exports the original info along with the MAC address.It would be something like: ## save the imported info $colVMInfoFromCSV = Import-Csv $importfile ## add a...
View ArticleRe: Какой сетевой интерфейс используется при перемещении ВМ между хранилищами?
Ссылки на мануал нет. Я просто сразу попробовал сделать эти операции на своей системе, посмотрел через что трафик побежал.Моё представление о работе совпало с практикой, о чем я сразу и поведал во 2-м...
View ArticleRe: Virtual ESXi 5.1 - Nested VM's have no connectivity
Not sure, but since you are actually cascading switches and dVS will see different MAC addresses, you may want to check whether allowing MAC address changes and Forged transmits is necessary in...
View ArticleRe: view security server problems
billdossett wrote: hmm, well, firewall admin is travelling today, not much help, I'll have to pretty much start all over with someone else. Curious though.... I just ran wireshark on the desktop during...
View ArticleRe: Question with Clustering
Ah alright, perfect, well thanks for clearing that up makes a little more sense! This may be a little off topic, but are we able to move hosts between hosts with vcenter? or did we need another app...
View ArticleRe: Какой сетевой интерфейс используется при перемещении ВМ между хранилищами?
Думаю что одним куском в документации этого не найти.Почему бы вам просто не инициировать интересующий процесс (например холодная миграция) и не посмотреть на вкладке Performance на какой vmkX...
View ArticleRe: Fusion 4, Mac Lion & Windows7
I didn't hard about the conflicts. Could you please some one give me some information about this??Regards,Milton
View ArticleRe: Virtual ESXi 5.1 - Nested VM's have no connectivity
Brilliant. Just tried this, and specifically enabling 'Forged Transmits' fixed it. That step wasn't on any of the guides i was following. It seems that ESXi 5.0 had these policy settings set to...
View ArticleRe: Какой сетевой интерфейс используется при перемещении ВМ между хранилищами?
если даже просто логически рассуждать, то , в обоих случаях трафик гоняется между хостом и хранилкой (если нет вааи). операции на одном хосте происходят. Тут ни при чем мэнеджемент вмк и вмк с галочкой...
View ArticleRe: HP BIOS/iLO differs from ESXi hardware sensors
To debug this can you please download ipmitool (its a open source tool) and run it on the ESXi box and please post the output as shown below # ./ipmitool sdr -v Sensor ID : Memory...
View ArticleRe: I Need a script to get the details of Inventory + Ipaddress+Datastore...
I don't know weather you will get all of them together but you will get most of them individually.Regards,Milton
View ArticleRe: HA Heartbeat Network Change
PS: All other suggestions above with regards to setting advanced parameters, I wouldn't fiddle with them too much. No point in playing with time-outs if you don't know what they do!
View ArticleRe: Very slow guest file delete
10 VMs on local storage. Only 4 of them are actively used. The others are just used for occasionally testing applications. Shift+Delete or emptying the recycle bin is where the issue occurs.
View ArticleRe: Powershell script to see paths
Hi Just what I was looking for too, how could you export this to csv please?
View ArticleRe: How to register all vm in VC
[Registreer alle vmx in VC:] [create file registervm.sh] for i in ´find /vmfs/volumes/ -name "*.vmx" ´ do echo "Registering VM $i" vmware-cmd -s register $i done [save file...
View ArticleRe: Broadcast traffic from unknow mac address on ESX host
To trace the traffic where come from you have to use a third party tool. You can install wireshark then you can find out the traffic source and destination mac address and IP address. Try this may...
View Article