[one-users] Initial configuration assistance

Fermín Manzanedo Guzmán fmanzanedo at jetmultimedia.es
Thu Jun 4 08:35:22 PDT 2009


Tim escribió:
> I've created a VM template to initiate new VMs with:
>
> ---------------------------------------------------------------------------
> NAME    = vm01
> CPU     = 0.5
> MEMORY  = 256
>
> OS = [ BOOT = hd ]
>
> DISK = [
>         source = "/var/lib/one/images/disk0.qcow2",
>         target = "hda",
>         readonly = "no" ]
>
> NIC = [ NETWORK="myLAN" ]
> ---------------------------------------------------------------------------
>
>   

Hi Tim

I have the same problem: When try to create a new VM opennebula doesn't
assign the VM IP by himself. To solve it you need to create the VM with
VNC support adding this line to your template:

GRAPHICS = [
        type="vnc",
        listen="0.0.0.0",
        port = "5901" ]

Where port = 5901 is the VNC port where you will connect with vncviewer
(something like vncviewer host:1).

Try this and tell us if it solve your problem with the access to the VM.

Regards.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20090604/3bf3791d/attachment.pgp>


More information about the Users mailing list