Hi,

When a VM gets stuck in PENDING, that means that the scheduler is not
deploying it for some reason.
The most common cause is that your Hosts are correctly monitored, and the
scheduler does not know the available capacity.

You should check the following:
- The scheduler process, mm_sched, is running, and /var/log/sched.log does
not show any errors
- You have hosts in the 'monitored' state, with enough free MEMORY and CPU.

Please note that you can always force a deployment with the 'onevm deploy'
command

Regards
--
Carlos Martín, MSc
Project Engineer
OpenNebula - The Open-source Solution for Data Center Virtualization
www.OpenNebula.org | [email protected] |
@OpenNebula<http://twitter.com/opennebula><[email protected]>



On Sat, May 26, 2012 at 1:50 PM, Roberto Giordani <[email protected]>wrote:

>  Hello,
> I'm looking for some documents about Xen template.
> I've installed Opennebula 3.4.1 on OpneSuse 12.1 using rpm from Opensuse
> repo
>
> Using different info found on Internet and OpenNebula documentation, I've
> create this XEN template
> *ID             : 2
> NAME           : ubuntu12xen
> USER           : clouduser
> GROUP          : users
> REGISTER TIME  : 05/26 10:09:24
>
> PERMISSIONS
>
> OWNER          : um-
> GROUP          : ---
> OTHER          : ---
>
> TEMPLATE
> CONTENTS
> CPU="1"
> DISK=[
>   BUS="ide",
>   IMAGE="ubuntu_12.04",
>   IMAGE_UNAME="clouduser" ]
> DISK=[
>   BUS="ide",
>   IMAGE="ubuntu_intalled",
>   IMAGE_UNAME="clouduser" ]
> GRAPHICS=[
>   KEYMAP="it",
>   TYPE="vnc" ]
> MEMORY="1024"
> NAME="ubuntu12xen"
> NIC=[
>   NETWORK="localnet",
>   NETWORK_UNAME="oneadmin" ]
> OS=[
>   INITRD="/boot/initrd-3.1.10-1.9-xen",
>   KERNEL="/boot/vmlinuz-3.1.10-1.9-xen",
>   KERNEL_CMD="ro xencons=tty console=tty1",
>   ROOT="xvda3" ]
> RAW=[
>   TYPE="xen" ]
> TEMPLATE_ID="2"
> VCPU="1"*
>
> If I try to instantiate it the VM remains on
>   State PENDING  LCM State LCM_INIT
> Any doc to help me to use XEN template?
>
> Regards,
> Roberto.
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to