Disabling the serial console should be all that is needed, I think.
regards,
iustin
On 12.07.2011 07:13, Matt Gumbel wrote:
> Hello,
>
> I create an instance using ganeti-instance-image OS and start it up with
> my ISO of choice. Problem is there is no VNC console...only serial
> console. I can see the arguments passed to the kvm hypervisor do not
> include -vnc in the process listing.
>
> Is there something special I need to do to get a vnc console?
>
You may want to change the vnc_bind_address of your instance (and maybe
adjust it cluster wide).
You can do this with the following command:
gnt-instance modify -H vnc_bind_address=0.0.0.0 oag04
Replace 0.0.0.0 with your hostname if you do not want to access from
external.
The allocated network port is the VNC port you connect to, for your
instance ::11006
If you want to change the vnc_bind_address for all new instances you can
change it cluster-wide:
gnt-cluster modify -H kvm:vnc_bind_address=0.0.0.0
Cheers,
Meik
> [...]
--
Meik Sievertsen
------------------------------------------------------------------
new-data-services GmbH
Anton-Günther-Straße 26
26180 Rastede
------------------------------------------------------------------
email sieve...@new-data-services.de
web http://www.new-data-services.de
phone +49 4402 919110
fax +49 4402 919129
------------------------------------------------------------------
http://gallery2print.de/
http://www.strom-guenstiger.de/
http://www.gastarife-online.de/
------------------------------------------------------------------
Amtsgericht Oldenburg, HRB 121015
Geschäftsführer: Jens Kohlenberg, Meik Sievertsen
Ust-IdNr.: DE 207 624 889
Nope. As said in the other reply, you need to set the vnc_bind_address
to a valid ipv4 or ipv6 value.
regards,
iustin