domingo, abril 13, 2014

Vmware vCenter

Ao acessar um host ESXi recebia a seguinte mensagem:

"This host is currently being managed by the vCenter Server with IP address "My IP". Changes made to this host during this session may not be reflected in vSphere Client sessions currently viewing the vCenter Server."

Quando tentava adicionar este host a outro servidor vCenter não era possível, então para resolver esse problema bastou acessar o host ESXi (através do vSphere Client ) e efetuar a "desassociação", conforme imagem abaixo:

Após este procedimento foi possível adicionar o respectivo host ao servidor vCenter.

sexta-feira, abril 04, 2014

Backup Exec Debug Monitor

SGmon, is a great tool for troubleshooting problems in Backup Exec, the tool can be find in \Program Files\Symantec\Backup Exec\ - Run SGMon.exe


Read more in:
http://www.symantec.com/business/support/index?page=content&id=HOWTO11932


quarta-feira, abril 02, 2014

Vim-cmd command line

Some command line for management  virtual machines:

#vim-cmd vmsvc/getallvms - list all VMs registered on the host
#vim-cmd vmsvc/power.getstate "vmid"  state of a VM
#vim-cmd vmsvc/power.shutdown  "vmid" shutdown a VM
#vim-cmd vmsvc/power.reset  "vmid"  reset a VM
#vim-cmd vmsvc/power.off "vmid" power off a VM
#vim-cmd vmsvc/power.on "vmid" power on a VM
#vim-cmd vmsvc/power.reboot "vmid" reboot a VM
#vim-cmd vmsvc/get.summary "vmid" get information for a VM
#vim-cmd vmsvc/unregister "vmid" unregister a VM from a host