Re: [one-users] hypervisor:/var/lib/one

2012-08-17 Thread Gary S. Cuozzo
Hi, On my FE, I only share out (via NFS) the DS's which are shared. So, I create the DS as shared, get the ID, then NFS export /var/lib/one/datastores/. I think if all your DS's were going to be shared, then you can do the whole datastores directory and it would not matter. I was doing them on

[one-users] hypervisor:/var/lib/one

2012-08-17 Thread christopher barry
What directories from fe:/var/lib/one need to be exposed in hypervisor:/var/lib/one for shared DS? I thought just ./datastores, but not sure. Regards, -C ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-

Re: [one-users] How to set environment variable?

2012-08-17 Thread Tuan Le Doan
Hi, Thank you for your help, i have fixed it with unset command :) Thank you, Hector. 2012/8/17 Hector Sanjuan > Hello, if you have a system-wide install (as you mentioned in the other > thread), ONE_LOCATION should NOT be set. You can unset it with: > > oneadmin $> unset ONE_LOCATION > > Make

Re: [one-users] iSCSI recipe

2012-08-17 Thread Gary S. Cuozzo
Excellent, thanks. - Original Message - From: "Ruben S. Montero" To: "Gary S. Cuozzo" Cc: users@lists.opennebula.org Sent: Thursday, August 16, 2012 7:19:23 PM Subject: Re: [one-users] iSCSI recipe Ok Know I see the point. We are doing something similar for attaching/detaching

Re: [one-users] How to set environment variable?

2012-08-17 Thread Hector Sanjuan
Hello, if you have a system-wide install (as you mentioned in the other thread), ONE_LOCATION should NOT be set. You can unset it with: oneadmin $> unset ONE_LOCATION Make sure is not set in .basrc or you would have to re-unset everytime. Also, unless your not using the defaults, there shoul

Re: [one-users] How to set environment variable?

2012-08-17 Thread Shrey Mehrotra
Try this Create a file[~/.bash_profile] to set ENVIRONMENT VARIABLES to start and use services rendered by "one" and "sunstone" nano ~/.bash_profile export ONE_LOCATION=/var/lib/one export ONE_AUTH=$ONE_LOCATION/.one/one_auth export ONE_XMLRPC=http://localhost:2633/RPC2 export PATH=$ONE_LOCATION/