Hi Asmita,

Is your Vcenter VM is configured with DHCP IP? .  It is recommended to have 
static IP for Vcenter. 

Can you check the IPaddress configuration with Vcenter ?

Thanks,
Sailaja.M


-----Original Message-----
From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com] 
Sent: Wednesday, January 16, 2013 12:38 PM
To: 'cloudstack-users@incubator.apache.org'
Subject: RE: System VM Startup issue

Hi Sailaja,

You are right, I found the same error too.

2013-01-16 02:05:43,072 DEBUG [cloud.storage.StorageManagerImpl] 
(secstorage-1:null) Unable to create volume Vol[95|vm=95|ROOT]
2013-01-16 02:05:43,077 INFO  [cloud.vm.VirtualMachineManagerImpl] 
(secstorage-1:null) Unable to contact resource.
com.cloud.exception.StorageUnavailableException: Resource [StoragePool:200] is 
unreachable: Unable to create Vol[95|vm=95|ROOT]
        at 
com.cloud.storage.StorageManagerImpl.prepare(StorageManagerImpl.java:3361)
        at 
com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineManagerImpl.java:754)
        at 
com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:472)

What must have gone wrong in configuration, I will check the Vcentre too as per 
your directions.


Thanks and Regards.

Asmita Patil Vagyani. 

-----Original Message-----
From: Sailaja Mada [mailto:sailaja.m...@citrix.com]
Sent: 16 January 2013 PM 12:05
To: cloudstack-users@incubator.apache.org
Subject: RE: System VM Startup issue

Hi,

Can you check your log for below error too:

2012-08-17 16:25:14,934 INFO [cloud.vm.VirtualMachineManagerImpl] 
(secstorage-1:null) Unable to contact resource.
com.cloud.exception.StorageUnavailableException: Resource [StoragePool:200] is 
unreachable: Unable to create Vol[4|vm=4|ROOT]
        at 
com.cloud.storage.StorageManagerImpl.prepare(StorageManagerImpl.java:3312)

I have observed the issue reported by you when Vcenter was not reachable. Can 
you check your vcenter & Host status.  

Thanks,
Sailaja.M

-----Original Message-----
From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com]
Sent: Wednesday, January 16, 2013 11:12 AM
To: 'cloudstack-users@incubator.apache.org'
Subject: System VM Startup issue

Hi all,

I am using Cloudstack4 with Vmware hypervisor.
There are 2 System MVs - Console Proxy VM and Secondary Storage VM under 
infrastructure.
I can see that the console Proxy VM is getting started successfully.
But, there are problems with the Secondary Storage VM, it just infinitely keeps 
on trying to startup but fails everytime.

I am able to see two exception stacks traces in logs plz have a look at logs 
below:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2013-01-15 11:59:47,164 INFO  [vmware.mo.DatastoreMO] 
(DirectAgent-186:torvms03lx.sigmasys.net) Folder ROOT-41 does not exist on 
datastore
2013-01-15 11:59:47,164 INFO  [vmware.resource.VmwareResource] 
(DirectAgent-186:torvms03lx.sigmasys.net) create linked clone from template
2013-01-15 11:59:51,506 ERROR [vmware.mo.VirtualMachineMO] 
(DirectAgent-186:torvms03lx.sigmasys.net) VMware cloneVM_Task failed due to The 
operation is not supported on the object. com.vmware.vim25.NotSupported
2013-01-15 11:59:51,506 ERROR [vmware.resource.VmwareResource] 
(DirectAgent-186:torvms03lx.sigmasys.net) Unable to clone from the template
2013-01-15 11:59:51,507 ERROR [vmware.resource.VmwareResource] 
(DirectAgent-186:torvms03lx.sigmasys.net) CreateCommand failed due to 
Exception: java.lang.Exception
Message: Unable to clone from the template
java.lang.Exception: Unable to clone from the template
        at 
com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:3767)
        at 
com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(VmwareResource.java:335)
        at 
com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:191)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

2013-01-15 11:59:53,275 DEBUG [cloud.capacity.CapacityManagerImpl] 
(secstorage-1:null) VM state transitted from :Starting to Stopped with event: 
OperationFailedvm's original host id: null new host id: null host id before 
state transition: 2
2013-01-15 11:59:53,279 DEBUG [cloud.capacity.CapacityManagerImpl] 
(secstorage-1:null) Hosts's actual total CPU: 48000 and CPU after applying 
overprovisioning: 48000
2013-01-15 11:59:53,279 DEBUG [cloud.capacity.CapacityManagerImpl] 
(secstorage-1:null) release cpu from host: 2, old used: 1000,reserved: 0, 
actual total: 48000, total with overprovisioning: 48000; new used: 
500,reserved:0; movedfromreserved: false,moveToReserveredfalse
2013-01-15 11:59:53,279 DEBUG [cloud.capacity.CapacityManagerImpl] 
(secstorage-1:null) release mem from host: 2, old used: 1342177280,reserved: 0, 
total: 34357202944; new used: 1073741824,reserved:0; movedfromreserved: 
false,moveToReserveredfalse
2013-01-15 11:59:53,284 WARN  [storage.secondary.SecondaryStorageManagerImpl] 
(secstorage-1:null) Exception while trying to start secondary storage vm
com.cloud.exception.InsufficientServerCapacityException: Unable to create a 
deployment for VM[SecondaryStorageVm|s-41-VM]Scope=interface 
com.cloud.dc.DataCenter; id=1
        at 
com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineManagerImpl.java:734)
        at 
com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:472)
        at 
com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:465)
        at 
com.cloud.storage.secondary.SecondaryStorageManagerImpl.startSecStorageVm(SecondaryStorageManagerImpl.java:257)
        at 
com.cloud.storage.secondary.SecondaryStorageManagerImpl.allocCapacity(SecondaryStorageManagerImpl.java:684)
        at 
com.cloud.storage.secondary.SecondaryStorageManagerImpl.expandPool(SecondaryStorageManagerImpl.java:1310)
        at 
com.cloud.secstorage.PremiumSecondaryStorageManagerImpl.scanPool(PremiumSecondaryStorageManagerImpl.java:119)
        at 
com.cloud.secstorage.PremiumSecondaryStorageManagerImpl.scanPool(PremiumSecondaryStorageManagerImpl.java:50)
        at 
com.cloud.vm.SystemVmLoadScanner.loadScan(SystemVmLoadScanner.java:106)
        at 
com.cloud.vm.SystemVmLoadScanner.access$100(SystemVmLoadScanner.java:34)
        at 
com.cloud.vm.SystemVmLoadScanner$1.reallyRun(SystemVmLoadScanner.java:83)
        at com.cloud.vm.SystemVmLoadScanner$1.run(SystemVmLoadScanner.java:73)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at 
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
2013-01-15 11:59:53,285 INFO  [storage.secondary.SecondaryStorageManagerImpl] 
(secstorage-1:null) Unable to start secondary storage vm for standby capacity, 
secStorageVm vm Id : 41, will recycle it and start a new one
2013-01-15 11:59:53,285 INFO  [cloud.secstorage.Pre
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------



Thanks and Regards.

Asmita Patil Vagyani.



Reply via email to