Difference between revisions of "Retain Installation"
From GWAVA Technologies Training
(→Bug Watch List) |
(→Advanced Information) |
||
Line 13: | Line 13: | ||
# It then looks at C:\program files\apache software foundation\tomcat 7.0. | # It then looks at C:\program files\apache software foundation\tomcat 7.0. | ||
# If nothing found there, it asks the user if they have tomcat already installed (Yes/No). | # If nothing found there, it asks the user if they have tomcat already installed (Yes/No). | ||
+ | |||
+ | ====Ignore Memory Check==== | ||
+ | When installing Retain, to ignore the minimum memory settings (less than 12 GB): | ||
+ | |||
+ | During the install add the following switches: | ||
+ | |||
+ | =====SLES===== | ||
+ | ./RetainInstall.sh -IgnoreMemoryCheck | ||
+ | |||
+ | =====Windows===== | ||
+ | In windows you need to start it with the command prompt | ||
+ | .\RetainInstall.bat /IgnoreMemoryCheck | ||
==Bug Watch List== | ==Bug Watch List== | ||
*[http://bugzilla.gwava.com/show_bug.cgi?id=4373 Bug 4373 - Add support for installing multiple workers on Windows] '''Currently slated for Retain 4.1''' | *[http://bugzilla.gwava.com/show_bug.cgi?id=4373 Bug 4373 - Add support for installing multiple workers on Windows] '''Currently slated for Retain 4.1''' |
Revision as of 14:38, 23 June 2016
Contents |
PAGE OWNER: Steve Dorrough
New Installation
Clink on the "New Installation" link above if installing Retain for the first time and needing pointers outside the install guide.
Upgrade
Click the "Upgrade" link above if upgrading Retain from an existing installation.
Advanced Information
How the Windows installer determines the installation location of tomcat:
- The installer first checks the RETAIN_CATALINA_HOME environment variable for the tomcat location.
- It then looks at C:\program files\apache software foundation\tomcat 7.0.
- If nothing found there, it asks the user if they have tomcat already installed (Yes/No).
Ignore Memory Check
When installing Retain, to ignore the minimum memory settings (less than 12 GB):
During the install add the following switches:
SLES
./RetainInstall.sh -IgnoreMemoryCheck
Windows
In windows you need to start it with the command prompt .\RetainInstall.bat /IgnoreMemoryCheck
Bug Watch List
- Bug 4373 - Add support for installing multiple workers on Windows Currently slated for Retain 4.1