Hello,
I have the folowing problem when i try to install open xchange on my Ubuntu 10.04 LTS.
Installation is .. acording to: http://oxpedia.org/wiki/index.php?ti..._configuration.
Problem i have is when i try to register filestore using
Also ... if i look at
Looks fine to me.
Why can`t registration is not working ? Anyone able to help me ?
I have the folowing problem when i try to install open xchange on my Ubuntu 10.04 LTS.
Installation is .. acording to: http://oxpedia.org/wiki/index.php?ti..._configuration.
Problem i have is when i try to register filestore using
Code:
root@ubuntu:/var/opt#/opt/open-xchange/sbin/registerfilestore -A oxadminmaster -P *** \ -t file:/var/opt/filestore -s 100000
Error: Option(s) "storepath" missing
Usage: registerfilestore
-h,--help Prints a help text
--environment Show info about commandline environment
--nonl Remove all newlines (\n) from output
-A,--adminuser <adminuser> ? Admin username
-P,--adminpass <adminpass> ? Admin password
-t,--storepath <storepath> * Path to store filestore contents in URI format e.g. file:/tmp/filestore
-s,--storesize <storesize> The maximum size of the filestore in MB. Default: 1000
-x,--maxcontexts <maxcontexts> The maximum number of contexts. Default: 5000
Entries marked with an asterisk (*) are mandatory.
Entries marked with an question mark (?) are mandatory depending on your
configuration.
Entries marked with a pipe (|) are mandatory for one another which means that
at least one of them must be set.
Code:
root@ubuntu:/var/opt# ls filestore root@ubuntu:/var/opt# ls -l total 4 drwxr-xr-x 2 open-xchange open-xchange 4096 2012-07-31 00:58 filestore
Why can`t registration is not working ? Anyone able to help me ?
Comment