Re: secondary storage, zone creation

2013-04-29 Thread Isaac Chiang
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, 2

Re: secondary storage, zone creation

2013-04-29 Thread Seif Eddine Jemli
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 > 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 hos

Re: secondary storage, zone creation

2013-04-29 Thread Carlos Reátegui
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

secondary storage, zone creation

2013-04-29 Thread Seif Eddine Jemli
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?