Показаны сообщения с ярлыком vmware. Показать все сообщения
Показаны сообщения с ярлыком vmware. Показать все сообщения

среда, 18 октября 2017 г.

esx show memory installed

cim-diagnostic.sh | grep -i capacity
dmidecode|less
smbiosDump

пятница, 10 апреля 2015 г.

Запуск windows 10 (8.1) на VMWare 4.1

В конфигурацию машины, XYZ.vmx, добавить строки:

bios440.filename = "/full_path_to/bios.440.rom"
mce.enable = "TRUE"
cpuid.hypervisor.v0 = "FALSE"
vmGenCounter.enable = "FALSE
"

bios.440.rom

PS
В результате возникают проблемы с хот кеями, нужно заранее в bios выставить правильный порядок загрузки.

PSS

Официально unsupported, минимальная версия 5.0 + патчи под 8-ку.

PSSS
Работает не шибко стабильно.

 PSSSS
"совсем охуельи блядьи" (с)


понедельник, 1 декабря 2014 г.

esx 4.x Unable to resolve UUID


дефект update2

Workarounds
There are 2 recommended workarounds. Both workarounds involve the modification of the /etc/fstab file. You can either:

    Generate a new UUID for the affected file system(s) and update /etc/fstab to match the new value(s).
    Update /etc/fstab to incorporate the correct UUID from the file system.

Applying a new UUID
Apply a new UUID to the EXT-3 file systems which fail to resolve and update the /etc/fstab file.

    Run tune2fs against each Linux partition on the suspected disk device. For example:

    # tune2fs -l /dev/sdr2 | grep UUID
    Filesystem UUID: 34d192db-17eb-442e-9613-c5c24c6fa9fa

    # tune2fs -U random /dev/sdr2
    tune2fs 1.39 (29-May-2006)

    # tune2fs -l /dev/sdr2 | grep UUID
    Filesystem UUID: 25a18c70-ffcb-4b15-9d2d-1cfab1754d86

    Update /etc/fstab with the updated UUID. From earlier steps, /dev/sdr2 partition was determined to be the /var/log mount point:

        Remount the root partition in read-write mode:

        # mount / -o remount,rw

        Open the /etc/fstab file in a text editor. For more information, see Editing configuration files in VMware ESXi and ESX (1017022).
        Search for, and change, the original UUID to the newly-generated UUID from earlier steps, above.
        Save the file and remount the root partition in read-only mode:

        # mount / -o remount,ro

        Reboot the server:

        # shutdown -r now

https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1017162

среда, 23 января 2013 г.

HA initiated a failover action in cluster warning


1. Перезапустить management agent на ESX серверах кластера: service vmware-vpxa restart

2. Раз п 1 не помог в свойствах кластера снять крыж "Turn on VMware HA", после окончания расконфигурирования HA вернуть крыж в зад, отпустит.