Difference between revisions of "Template:OXRegister"

Line 11: Line 11:
  
 
  $ /opt/open-xchange/sbin/registerfilestore -A oxadminmaster -P admin_master_password \
 
  $ /opt/open-xchange/sbin/registerfilestore -A oxadminmaster -P admin_master_password \
  -t file:/var/opt/filestore
+
  -t file:/var/opt/filestore -s 1000000
 +
 
 +
'''Note:''' You might want to adapt the value provided with <tt>-s</tt>, the "The maximum size of the filestore in MB", see <tt>registerfilestore --help</tt>.
  
 
Finally register the groupware database, this is a separated database where all groupware specific data is stored:
 
Finally register the groupware database, this is a separated database where all groupware specific data is stored:

Revision as of 08:31, 26 August 2011

Next we have to register the local server at the Open-Xchange configdb database:

$ /opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P admin_master_password

Now we have to create a local directory that should be used as Open-Xchange filestore. This directory will contain all Infostore content and files attached to groupware objects. To maintain access by the Open-Xchange Groupware service, it is required to grant permissions to the open-xchange system user.

$ mkdir /var/opt/filestore
$ chown open-xchange:open-xchange /var/opt/filestore

Now register the directory as a filestore at the Open-Xchange server:

$ /opt/open-xchange/sbin/registerfilestore -A oxadminmaster -P admin_master_password \
-t file:/var/opt/filestore -s 1000000

Note: You might want to adapt the value provided with -s, the "The maximum size of the filestore in MB", see registerfilestore --help.

Finally register the groupware database, this is a separated database where all groupware specific data is stored:

$ /opt/open-xchange/sbin/registerdatabase -A oxadminmaster -P admin_master_password \
-n oxdatabase -p db_password -m true