Category: VMware

Categories


VMware guest unavailable via AnyDesk

admin
16. September 2020

Change the power management options of the VM according to the screenshot below: Using ssh, connect to the ESXi server and navigate to the directory which contains the virtual machine (typically /vmfs/volumes/datastore_name/virtual_machine_directory). Modify the .vmx file by adding the line suspend.disabled = “TRUE”

Read More

Set up backup for VMWare ESXi

admin
17. August 2020

This article will show how to setup virtual machine backups on VMWare ESXi 5.5, using GhettoVCB and Bacula. Download GhettoVCB Open the file ghettoVCB.sh and edit: Set VM_BACKUP_VOLUME to where you want the backups to be stored. Datastores are usually located at /vmfs/volumes/[datastore name] Set all the other variables to your liking Upload this file […]

Read More

Power on a virtual machine VMware ESXi-Server

admin
28. February 2020

Connect to the VMware server using ssh root@[ip] type vim-cmd vmsvc/getallvms choose the right machine and remember the Vmid get the status of the chosen machine by typing vim-cmd vmsvc/power.getstate [id] turn on the machine by typing vim-cmd vmsvc/power.on [id]

Read More