[vbox-dev] Issues in starting a VM

Nikolay Igotti Nikolay.Igotti at Sun.COM
Fri Apr 16 11:58:28 GMT 2010


  Hi Balachandar,


To start VM of different type - use different session type, such as 
"headless" for VM w/o rendering at all, or "vrdp" for rendering using 
RDP server (one need to use RDP client, such as rdesktop to connect to 
such a VM).

Nikolay.


AMARNATH, Balachandar wrote:
>
> Hi
>
>
> Pls ignore my previous mail :(
>
> I have code as follows to start a virtual machine
>
> uuid = machine.getId();
> sessionType = "gui";
> env = "DISPLAY=:0.0";
> progress =
> vbox.openRemoteSession(session,
> uuid,
> sessionType,
> env);
> log.info("Session for VM " + uuid + " is opening...");
> progress.waitForCompletion(10000);
> long rc = progress.getResultCode();
>
> Bu tthis code snippet starts a virtual machine with gui. I don’t want 
> gui in my client machine. How do I modify the code ? In first place, 
> is it right to modify the code or do I need to do something with my 
> virtual box Installation ?
>
>
> Regards
> Bala
>
> The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
> If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
> Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
> All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> vbox-dev mailing list
> vbox-dev at virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>   





More information about the vbox-dev mailing list