3

I am using the latest XenCenter 6.0.2, On a Xenserver version 6.0.0 when doing a right click on the VM I get a menu that has options for a Shut down and Reboot.

ON a server with XenServer 6.0.2 the same VM does not show the Shut Down / Reboot option.

Any idea of how to enable the Shutdown/Reboot options ?

the VM are running FreeBSD 9 amd 64, could it be something related to hardware compatibility, the server that does not show the Shutdown/Reboot is a Dell poweredge 2900 III.

voretaq7
  • 79,345
  • 17
  • 128
  • 213
nbari
  • 548
  • 1
  • 8
  • 25

2 Answers2

1

Try to shutdown the VM from your xenServer's CLI with any of the following commands to ensure it's not a GUI bug:

  • xe vm-shutdown name-label=nameOfYourVM
  • xe vm-reboot name-label=nameOfYourVM

You can get the label running xe vm-list is-control-domain=false | grep label| awk '{print $4}'

Also try using openXenManager


Did you installed XenServer tools on that VM? from XenServer Documentation:

Without the tools installed, you will not be able to do any the following: Cleanly shut down, reboot or suspend a VM.

altmas5
  • 292
  • 1
  • 4
  • 12
1

You can "fake" installation of Xen Tools if you like. You can take a look at http://mperedim.wordpress.com/2013/03/31/xenserver-fake-xen-tools-for-solaris-10-guests/ for how I did this for my Solaris guests.

Needless to say this is totally unsupported.

mperedim
  • 11
  • 1