You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Seif Eddine Jemli <se...@gmail.com> on 2013/04/29 16:24:08 UTC

secondary storage, zone creation

Hi,

i am trying to create a basic zone for simple trial, i am using the most
basic configuration (database , nfs server and management server on the
same machine,  and one host on which i installed xenserver)

my question is:

which path should i give (during the zone creation) to primary storage? is
it /mnt/primary or the /export/primary   ?  (same question for the
secondary storage)


thanks

Re: secondary storage, zone creation

Posted by Isaac Chiang <is...@gmail.com>.
Hi:
      You can use following command to find out the exports path of your
nfs server:

showmount -e "nfs server ip"

The output will like following:
Exports list on "nfs server ip":
/exports/primary                      *
/exports/secondary                 *

Regards

Isaac




On Mon, Apr 29, 2013 at 10:30 PM, Carlos Reátegui <cr...@gmail.com>wrote:

> You need to provide the path by which your hosts will be able to connect
> to them.  for example if you where to mount it from the host with the
> following command:
>
> mount -t nfs  192.168.1.1:/export/primary /mnt/tmp
>
> then your server would be: 192.168.1.1
> and your path would be: /export/primary
>
>
>
>
> On Apr 29, 2013, at 7:24 AM, Seif Eddine Jemli <se...@gmail.com>
> wrote:
>
> > Hi,
> >
> > i am trying to create a basic zone for simple trial, i am using the most
> > basic configuration (database , nfs server and management server on the
> > same machine,  and one host on which i installed xenserver)
> >
> > my question is:
> >
> > which path should i give (during the zone creation) to primary storage?
> is
> > it /mnt/primary or the /export/primary   ?  (same question for the
> > secondary storage)
> >
> >
> > thanks
>
>

Re: secondary storage, zone creation

Posted by Seif Eddine Jemli <se...@gmail.com>.
thanks.

i have another problem,  when i launched the zone it was stuck in creating
a pod. it kept loading. what can be the problem?


2013/4/29 Carlos Reátegui <cr...@gmail.com>

> You need to provide the path by which your hosts will be able to connect
> to them.  for example if you where to mount it from the host with the
> following command:
>
> mount -t nfs  192.168.1.1:/export/primary /mnt/tmp
>
> then your server would be: 192.168.1.1
> and your path would be: /export/primary
>
>
>
>
> On Apr 29, 2013, at 7:24 AM, Seif Eddine Jemli <se...@gmail.com>
> wrote:
>
> > Hi,
> >
> > i am trying to create a basic zone for simple trial, i am using the most
> > basic configuration (database , nfs server and management server on the
> > same machine,  and one host on which i installed xenserver)
> >
> > my question is:
> >
> > which path should i give (during the zone creation) to primary storage?
> is
> > it /mnt/primary or the /export/primary   ?  (same question for the
> > secondary storage)
> >
> >
> > thanks
>
>

Re: secondary storage, zone creation

Posted by Carlos Reátegui <cr...@gmail.com>.
You need to provide the path by which your hosts will be able to connect to them.  for example if you where to mount it from the host with the following command:

mount -t nfs  192.168.1.1:/export/primary /mnt/tmp

then your server would be: 192.168.1.1
and your path would be: /export/primary




On Apr 29, 2013, at 7:24 AM, Seif Eddine Jemli <se...@gmail.com> wrote:

> Hi,
> 
> i am trying to create a basic zone for simple trial, i am using the most
> basic configuration (database , nfs server and management server on the
> same machine,  and one host on which i installed xenserver)
> 
> my question is:
> 
> which path should i give (during the zone creation) to primary storage? is
> it /mnt/primary or the /export/primary   ?  (same question for the
> secondary storage)
> 
> 
> thanks