You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Kausal Malladi <mk...@gmail.com> on 2013/03/19 14:25:09 UTC

Regarding CloudStack installation

Hi,
I am finding problems with CloudStack installation and setup.
Templates are not getting loaded into the interface which is why I am
not able to create an instance on host.

Below are the steps that I followed. Please correct me if I am going
wrong somewhere.
1) Management Server is on my local Ubuntu machine.
2) I am using DevCloud for Xen Server.
3) NFS is installed on DevCloud.
4) Am I following the procedure correctly till now?

Please let me know if I can run management server separately like this
on my machine and DevCloud separately for Hypervisor and NFS.

Thanks and Regards,

Kausal Malladi
www.kausalmalladi.tk

Re: Regarding CloudStack installation

Posted by Kausal Malladi <mk...@gmail.com>.
Hi Isaac,
Thanks for the info. I will try and update you.

Regards,
Kausal Malladi
www.kausalmalladi.tk


On Tue, Mar 19, 2013 at 8:40 PM, Isaac Chiang <is...@gmail.com> wrote:
> Hi Kausal:
>          I have a env exactIy the same with you. I'm using my laptop
> for running management server (outside the devcloud) and it manages a
> devcloud only for XenServer and nfs storages. The following steps work
> for me and fyi.
>
> 1. mvn clean install -P developer,systemvm
> 2. mvn -pl developer,tools/devcloud -Ddeploydb -P developer
> 3. mvn -pl client jetty:run
> 4. Deploy a basic zone with local storage enabled
> 5. If the ssvms starts up successfully, you will see the tiny linux template
>
> There is a great article about DevCloud2 written by Rohit, fyi
>
> _http://rohityadav.in/logs/devcloud/
>
> Regards
>
>
> On Tue, Mar 19, 2013 at 10:43 PM, Kausal Malladi <mk...@gmail.com> wrote:
>> We are having management server on our machine itself and not on DevCloud.
>> We are using DevCloud only for XenServer and NFS.
>> Should we run these commands even then?
>> Kausal Malladi
>> www.kausalmalladi.tk
>>
>>
>> On Tue, Mar 19, 2013 at 7:48 PM, Isaac Chiang <is...@gmail.com> wrote:
>>> Hi Kausal:
>>>
>>>           Did you use following commands for DevCloud deployment?
>>>
>>> 1. mvn clean install -P developer,systemvm
>>> 2. mvn -pl developer,tools/devcloud -Ddeploydb -P developer
>>> 3. mvn -pl client jetty:run
>>>
>>> Regards
>>>
>>>
>>>
>>> On Tue, Mar 19, 2013 at 9:54 PM, Kausal Malladi <mk...@gmail.com> wrote:
>>>> Tiny Template is itself not showing up and Management Server is not in
>>>> DevCloud. We are just using DevCloud for XenServer and NFS.
>>>> Is there any workaround to get things working using DevCloud?
>>>>
>>>> Thanks.
>>>> Kausal Malladi
>>>> www.kausalmalladi.tk
>>>>
>>>>
>>>> On Tue, Mar 19, 2013 at 7:08 PM, Marcus Sorensen <sh...@gmail.com> wrote:
>>>>> With devcloud you can usually only use the preloaded 'tiny' template.
>>>>> It uses host-only networking, and thus can't get to the internet to
>>>>> download templates, it can only communicate with your host.
>>>>>
>>>>> On Tue, Mar 19, 2013 at 7:25 AM, Kausal Malladi <mk...@gmail.com> wrote:
>>>>>> Hi,
>>>>>> I am finding problems with CloudStack installation and setup.
>>>>>> Templates are not getting loaded into the interface which is why I am
>>>>>> not able to create an instance on host.
>>>>>>
>>>>>> Below are the steps that I followed. Please correct me if I am going
>>>>>> wrong somewhere.
>>>>>> 1) Management Server is on my local Ubuntu machine.
>>>>>> 2) I am using DevCloud for Xen Server.
>>>>>> 3) NFS is installed on DevCloud.
>>>>>> 4) Am I following the procedure correctly till now?
>>>>>>
>>>>>> Please let me know if I can run management server separately like this
>>>>>> on my machine and DevCloud separately for Hypervisor and NFS.
>>>>>>
>>>>>> Thanks and Regards,
>>>>>>
>>>>>> Kausal Malladi
>>>>>> www.kausalmalladi.tk

Re: Regarding CloudStack installation

Posted by Isaac Chiang <is...@gmail.com>.
Hi Kausal:
         I have a env exactIy the same with you. I'm using my laptop
for running management server (outside the devcloud) and it manages a
devcloud only for XenServer and nfs storages. The following steps work
for me and fyi.

1. mvn clean install -P developer,systemvm
2. mvn -pl developer,tools/devcloud -Ddeploydb -P developer
3. mvn -pl client jetty:run
4. Deploy a basic zone with local storage enabled
5. If the ssvms starts up successfully, you will see the tiny linux template

There is a great article about DevCloud2 written by Rohit, fyi

_http://rohityadav.in/logs/devcloud/

Regards


On Tue, Mar 19, 2013 at 10:43 PM, Kausal Malladi <mk...@gmail.com> wrote:
> We are having management server on our machine itself and not on DevCloud.
> We are using DevCloud only for XenServer and NFS.
> Should we run these commands even then?
> Kausal Malladi
> www.kausalmalladi.tk
>
>
> On Tue, Mar 19, 2013 at 7:48 PM, Isaac Chiang <is...@gmail.com> wrote:
>> Hi Kausal:
>>
>>           Did you use following commands for DevCloud deployment?
>>
>> 1. mvn clean install -P developer,systemvm
>> 2. mvn -pl developer,tools/devcloud -Ddeploydb -P developer
>> 3. mvn -pl client jetty:run
>>
>> Regards
>>
>>
>>
>> On Tue, Mar 19, 2013 at 9:54 PM, Kausal Malladi <mk...@gmail.com> wrote:
>>> Tiny Template is itself not showing up and Management Server is not in
>>> DevCloud. We are just using DevCloud for XenServer and NFS.
>>> Is there any workaround to get things working using DevCloud?
>>>
>>> Thanks.
>>> Kausal Malladi
>>> www.kausalmalladi.tk
>>>
>>>
>>> On Tue, Mar 19, 2013 at 7:08 PM, Marcus Sorensen <sh...@gmail.com> wrote:
>>>> With devcloud you can usually only use the preloaded 'tiny' template.
>>>> It uses host-only networking, and thus can't get to the internet to
>>>> download templates, it can only communicate with your host.
>>>>
>>>> On Tue, Mar 19, 2013 at 7:25 AM, Kausal Malladi <mk...@gmail.com> wrote:
>>>>> Hi,
>>>>> I am finding problems with CloudStack installation and setup.
>>>>> Templates are not getting loaded into the interface which is why I am
>>>>> not able to create an instance on host.
>>>>>
>>>>> Below are the steps that I followed. Please correct me if I am going
>>>>> wrong somewhere.
>>>>> 1) Management Server is on my local Ubuntu machine.
>>>>> 2) I am using DevCloud for Xen Server.
>>>>> 3) NFS is installed on DevCloud.
>>>>> 4) Am I following the procedure correctly till now?
>>>>>
>>>>> Please let me know if I can run management server separately like this
>>>>> on my machine and DevCloud separately for Hypervisor and NFS.
>>>>>
>>>>> Thanks and Regards,
>>>>>
>>>>> Kausal Malladi
>>>>> www.kausalmalladi.tk

Re: Regarding CloudStack installation

Posted by Kausal Malladi <mk...@gmail.com>.
We are having management server on our machine itself and not on DevCloud.
We are using DevCloud only for XenServer and NFS.
Should we run these commands even then?
Kausal Malladi
www.kausalmalladi.tk


On Tue, Mar 19, 2013 at 7:48 PM, Isaac Chiang <is...@gmail.com> wrote:
> Hi Kausal:
>
>           Did you use following commands for DevCloud deployment?
>
> 1. mvn clean install -P developer,systemvm
> 2. mvn -pl developer,tools/devcloud -Ddeploydb -P developer
> 3. mvn -pl client jetty:run
>
> Regards
>
>
>
> On Tue, Mar 19, 2013 at 9:54 PM, Kausal Malladi <mk...@gmail.com> wrote:
>> Tiny Template is itself not showing up and Management Server is not in
>> DevCloud. We are just using DevCloud for XenServer and NFS.
>> Is there any workaround to get things working using DevCloud?
>>
>> Thanks.
>> Kausal Malladi
>> www.kausalmalladi.tk
>>
>>
>> On Tue, Mar 19, 2013 at 7:08 PM, Marcus Sorensen <sh...@gmail.com> wrote:
>>> With devcloud you can usually only use the preloaded 'tiny' template.
>>> It uses host-only networking, and thus can't get to the internet to
>>> download templates, it can only communicate with your host.
>>>
>>> On Tue, Mar 19, 2013 at 7:25 AM, Kausal Malladi <mk...@gmail.com> wrote:
>>>> Hi,
>>>> I am finding problems with CloudStack installation and setup.
>>>> Templates are not getting loaded into the interface which is why I am
>>>> not able to create an instance on host.
>>>>
>>>> Below are the steps that I followed. Please correct me if I am going
>>>> wrong somewhere.
>>>> 1) Management Server is on my local Ubuntu machine.
>>>> 2) I am using DevCloud for Xen Server.
>>>> 3) NFS is installed on DevCloud.
>>>> 4) Am I following the procedure correctly till now?
>>>>
>>>> Please let me know if I can run management server separately like this
>>>> on my machine and DevCloud separately for Hypervisor and NFS.
>>>>
>>>> Thanks and Regards,
>>>>
>>>> Kausal Malladi
>>>> www.kausalmalladi.tk

Re: Regarding CloudStack installation

Posted by Isaac Chiang <is...@gmail.com>.
Hi Kausal:

          Did you use following commands for DevCloud deployment?

1. mvn clean install -P developer,systemvm
2. mvn -pl developer,tools/devcloud -Ddeploydb -P developer
3. mvn -pl client jetty:run

Regards



On Tue, Mar 19, 2013 at 9:54 PM, Kausal Malladi <mk...@gmail.com> wrote:
> Tiny Template is itself not showing up and Management Server is not in
> DevCloud. We are just using DevCloud for XenServer and NFS.
> Is there any workaround to get things working using DevCloud?
>
> Thanks.
> Kausal Malladi
> www.kausalmalladi.tk
>
>
> On Tue, Mar 19, 2013 at 7:08 PM, Marcus Sorensen <sh...@gmail.com> wrote:
>> With devcloud you can usually only use the preloaded 'tiny' template.
>> It uses host-only networking, and thus can't get to the internet to
>> download templates, it can only communicate with your host.
>>
>> On Tue, Mar 19, 2013 at 7:25 AM, Kausal Malladi <mk...@gmail.com> wrote:
>>> Hi,
>>> I am finding problems with CloudStack installation and setup.
>>> Templates are not getting loaded into the interface which is why I am
>>> not able to create an instance on host.
>>>
>>> Below are the steps that I followed. Please correct me if I am going
>>> wrong somewhere.
>>> 1) Management Server is on my local Ubuntu machine.
>>> 2) I am using DevCloud for Xen Server.
>>> 3) NFS is installed on DevCloud.
>>> 4) Am I following the procedure correctly till now?
>>>
>>> Please let me know if I can run management server separately like this
>>> on my machine and DevCloud separately for Hypervisor and NFS.
>>>
>>> Thanks and Regards,
>>>
>>> Kausal Malladi
>>> www.kausalmalladi.tk

Re: Regarding CloudStack installation

Posted by Kausal Malladi <mk...@gmail.com>.
Tiny Template is itself not showing up and Management Server is not in
DevCloud. We are just using DevCloud for XenServer and NFS.
Is there any workaround to get things working using DevCloud?

Thanks.
Kausal Malladi
www.kausalmalladi.tk


On Tue, Mar 19, 2013 at 7:08 PM, Marcus Sorensen <sh...@gmail.com> wrote:
> With devcloud you can usually only use the preloaded 'tiny' template.
> It uses host-only networking, and thus can't get to the internet to
> download templates, it can only communicate with your host.
>
> On Tue, Mar 19, 2013 at 7:25 AM, Kausal Malladi <mk...@gmail.com> wrote:
>> Hi,
>> I am finding problems with CloudStack installation and setup.
>> Templates are not getting loaded into the interface which is why I am
>> not able to create an instance on host.
>>
>> Below are the steps that I followed. Please correct me if I am going
>> wrong somewhere.
>> 1) Management Server is on my local Ubuntu machine.
>> 2) I am using DevCloud for Xen Server.
>> 3) NFS is installed on DevCloud.
>> 4) Am I following the procedure correctly till now?
>>
>> Please let me know if I can run management server separately like this
>> on my machine and DevCloud separately for Hypervisor and NFS.
>>
>> Thanks and Regards,
>>
>> Kausal Malladi
>> www.kausalmalladi.tk

Re: Regarding CloudStack installation

Posted by Marcus Sorensen <sh...@gmail.com>.
With devcloud you can usually only use the preloaded 'tiny' template.
It uses host-only networking, and thus can't get to the internet to
download templates, it can only communicate with your host.

On Tue, Mar 19, 2013 at 7:25 AM, Kausal Malladi <mk...@gmail.com> wrote:
> Hi,
> I am finding problems with CloudStack installation and setup.
> Templates are not getting loaded into the interface which is why I am
> not able to create an instance on host.
>
> Below are the steps that I followed. Please correct me if I am going
> wrong somewhere.
> 1) Management Server is on my local Ubuntu machine.
> 2) I am using DevCloud for Xen Server.
> 3) NFS is installed on DevCloud.
> 4) Am I following the procedure correctly till now?
>
> Please let me know if I can run management server separately like this
> on my machine and DevCloud separately for Hypervisor and NFS.
>
> Thanks and Regards,
>
> Kausal Malladi
> www.kausalmalladi.tk