How to reset Vmware vSphere ESXi Password For any version- Two simple and Quick Solution

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • Forgetting passwords is something that unfortunately happens to everyone. Here is two solutions for Exsi password reset,
    Commands used in the second solution :
    sudo su
    mkdir /boot /temp
    mount /dev/sda5 /boot
    cd /boot
    cp state.tgz /temp
    cd /temp
    tar -xf state.tgz
    tar -xf local.tgz
    rm *.tgz
    cd etc
    vi shadow
    "delete key"
    cd ..
    tar -cf local.tgz etc/
    tar -cf state.tgz local.tgz
    mv state.tgz /boot
    umount /boot
    reboot

Комментарии • 81