hi mike,

it seems you may be running out of management ip addresses but i'm not sure
of this error !

try these global settings ,

router.extra.public.nics = 5

router.version.check = false.

thanks.


On Mon, Apr 28, 2014 at 10:23 AM, Mike Tutkowski <
mike.tutkow...@solidfire.com> wrote:

> I didn't mention this, but I'm using a Basic Zone.
>
> The problem is in the VirtualRouterElement, but I'm having a little trouble
> with my debugger at the moment, so haven't traced it any deeper than
> VirtualRouterElement.deployVirtualRouterInGuestNetwork.
>
>
> On Sun, Apr 27, 2014 at 10:10 PM, Mike Tutkowski <
> mike.tutkow...@solidfire.com> wrote:
>
> > It is actually a networking problem (although the exception is vague):
> >
> > "Unable to create a deployment for VM[DomainRouter|r-10-VM]"
> >
> > Inside of NetworkOrchestrator.prepareNic, prepareElement fails for the
> > Virtual Router.
> >
> > Is there some network setting I might be missing for this patched version
> > of 6.2?
> >
> > Thanks!
> >
> >         List<Provider> providersToImplement =
> > getNetworkProviders(network.getId());
> >
> >         for (NetworkElement element : networkElements) {
> >
> >             if (providersToImplement.contains(element.getProvider())) {
> >
> >                 if (!_networkModel.isProviderEnabledInPhysicalNetwork(
> > _networkModel.getPhysicalNetworkId(network),
> > element.getProvider().getName())) {
> >
> >                     throw new CloudRuntimeException("Service provider " +
> > element.getProvider().getName() + " either doesn't exist or is not
> > enabled in physical network id: "
> >
> >                             + network.getPhysicalNetworkId());
> >
> >                 }
> >
> >                 if (s_logger.isDebugEnabled()) {
> >
> >                     s_logger.debug("Asking " + element.getName() + " to
> > prepare for " + nic);
> >
> >                 }
> >
> >                 if (!prepareElement(element, network, profile, vmProfile,
> > dest, context)) {
> >
> >                     throw new
> InsufficientAddressCapacityException("unable
> > to configure the dhcp service, due to insufficiant address capacity",
> > Network.class, network.getId());
> >
> >                 }
> >
> >             }
> >
> >         }
> >
> >
> > On Sun, Apr 27, 2014 at 9:44 PM, Mike Tutkowski <
> > mike.tutkow...@solidfire.com> wrote:
> >
> >> Hi,
> >>
> >> I recently installed 6.2 with XS62ESP1 and XS62ESP1004 (so that
> >> Xenserver625StorageProcessor would be utilized).
> >>
> >> When I create a cloud from scratch, my SSVM starts up fine, but CPVM
> ends
> >> up in the Paused state. I have to force a shutdown of that VM and then
> >> CloudStack restarts it and it works. This consistently happens. The
> system
> >> VMs are being deployed to the local storage of the one XS host I have
> in my
> >> one and only cluster.
> >>
> >> Any thoughts on that?
> >>
> >> Also, if I try to kick off a user VM to local storage, I get the
> >> general-purpose InsufficientCapacityException and the virtual router
> does
> >> not even start up.
> >>
> >> Can anyone create a similar cloud to what I've described here with XS
> >> 6.2, XS62ESP1, and XS62ESP1004? I re-ran this test using a XS 6.1 host
> and
> >> it works just fine.
> >>
> >> At the moment, this is blocking a test case I'm trying to execute to
> >> verify code I had to write in Xenserver625StorageProcessor.
> >>
> >> Thanks!
> >>
> >> --
> >> *Mike Tutkowski*
> >>  *Senior CloudStack Developer, SolidFire Inc.*
> >> e: mike.tutkow...@solidfire.com
> >> o: 303.746.7302
> >> Advancing the way the world uses the cloud<
> http://solidfire.com/solution/overview/?video=play>
> >> *(tm)*
> >>
> >
> >
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkow...@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the cloud<
> http://solidfire.com/solution/overview/?video=play>
> > *(tm)*
> >
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*
>



-- 
regards,

punith s
cloudbyte.com

Reply via email to