Difference between revisions of "Template:Oxinstaller"

Line 1: Line 1:
 
'''Important:''' You should have your Open-Xchange license code at hand. If you do not plan to license Open-Xchange, you can use the option ''--no-license'' instead. Please also check [[OXReportClient]] documentation for more information about configuring a supported and maintained Open-Xchange server.
 
'''Important:''' You should have your Open-Xchange license code at hand. If you do not plan to license Open-Xchange, you can use the option ''--no-license'' instead. Please also check [[OXReportClient]] documentation for more information about configuring a supported and maintained Open-Xchange server.
  
'''Important:''' the option "--servermemory 512" configures 512 MB Ram for the groupware process. This works for very small environments. Please refer to the {{DocLink|docpath=whitepaper/OX6-Sizing-Whitepaper.pdf|name=Sizing Whitepaper}} to learn how to set this value for your needs.
+
'''Important:''' For MAX_MEMORY_FOR_JAVAVM a rule of thumb for simple installations is half available system memory. For production environments please consult our {{DocLink|docpath=whitepaper/OX6-Sizing-Whitepaper.pdf|name=Sizing Whitepaper}}.
  
 
  $ /opt/open-xchange/sbin/oxinstaller --add-license=YOUR-OX-LICENSE-CODE \
 
  $ /opt/open-xchange/sbin/oxinstaller --add-license=YOUR-OX-LICENSE-CODE \
 
  --servername=oxserver --configdb-pass=db_password \
 
  --servername=oxserver --configdb-pass=db_password \
  --master-pass=admin_master_password --ajp-bind-port=localhost --servermemory 512
+
  --master-pass=admin_master_password --ajp-bind-port=localhost --servermemory MAX_MEMORY_FOR_JAVAVM
  
 
'''Note:''' In a clustered setup, <tt>--ajp-bind-port</tt> must be set to <tt>*</tt>
 
'''Note:''' In a clustered setup, <tt>--ajp-bind-port</tt> must be set to <tt>*</tt>

Revision as of 08:11, 26 June 2012

Important: You should have your Open-Xchange license code at hand. If you do not plan to license Open-Xchange, you can use the option --no-license instead. Please also check OXReportClient documentation for more information about configuring a supported and maintained Open-Xchange server.

Important: For MAX_MEMORY_FOR_JAVAVM a rule of thumb for simple installations is half available system memory. For production environments please consult our Sizing Whitepaper.

$ /opt/open-xchange/sbin/oxinstaller --add-license=YOUR-OX-LICENSE-CODE \
--servername=oxserver --configdb-pass=db_password \
--master-pass=admin_master_password --ajp-bind-port=localhost --servermemory MAX_MEMORY_FOR_JAVAVM

Note: In a clustered setup, --ajp-bind-port must be set to *