Difference between revisions of "Retain Getting Started"
(→Typical "Gotcha" When Installing Retain for the First Time on Linux) |
|||
Line 23: | Line 23: | ||
==Typical "Gotcha" When Installing Retain for the First Time on Linux== | ==Typical "Gotcha" When Installing Retain for the First Time on Linux== | ||
− | If you do not go with the default storage paths that Retain defaults to (which is perfectly OK), then you'll need to assign ownership of the directory to "tomcat" after installing Retain but before you access the RetainServer web interface for the first time (to configure your Retain system). | + | If you do not go with the default storage paths that Retain defaults to (which is perfectly OK), then you'll need to assign ownership of the directory to "tomcat" after installing Retain but '''''before''''' you access the RetainServer web interface for the first time (to configure your Retain system). |
For example, if my Retain storage path were going to be "/data", I would first install Retain so that Tomcat gets installed. Tomcat would have to be installed and registered on the server before you could assign it as a directory owner. To assign "tomcat" as the owner of "/data", I would type this command: '''<span style=color:blue>chown tomcat<nowiki>:</nowiki>tomcat <nowiki>/</nowiki>data.</span>''' | For example, if my Retain storage path were going to be "/data", I would first install Retain so that Tomcat gets installed. Tomcat would have to be installed and registered on the server before you could assign it as a directory owner. To assign "tomcat" as the owner of "/data", I would type this command: '''<span style=color:blue>chown tomcat<nowiki>:</nowiki>tomcat <nowiki>/</nowiki>data.</span>''' | ||
If you miss this step, Retain will not be able to write files to your storage directory. | If you miss this step, Retain will not be able to write files to your storage directory. |
Revision as of 17:49, 27 May 2014
Contents |
Introduction
Retain is a robust archiving and eDiscovery solution. Archiving has traditionally been focused on corporate email systems, but Retain not only archives more email systems than your typical solution (GroupWise, Exchange, Google Apps) - it also can archive Android SMS, Blackberry, Facebook, and Twitter.
For a comprehensive list of supported operating systems, database systems, email systems, etc, see Retain System Requirements.
Organizing the content of the Retain training site proved to be problematic. It could not be organized strictly by the UI as was the GWAVA topic, so a hybrid approach was adopted. On the left-hand navigation pane, some of the major topics are listed; however, under the "Server" section, you'll notice that it follows the RetainServer web interface UI in case that makes it easier for a person to follow. This means that some of the topics under "Server" are actually duplicates of what is listed for that same topic listed in the navigation pane. For example, there is a "Storage" topic listed under the Retain navigation pane; however, when in the "Server" topic, "Storage" is listed there as well. Both links point to the exact same topic.
Installation
Retain can be downloaded from http://download.gwava.com/download.php?product=Retain&version=versions.
Before you install Retain, there are some other pieces required depending upon the operating system. The reason for this is Retain runs under the Tomcat environment and Tomcat requires Java.
Linux
- Install Apache2.2
- Install your DBMS.
- If using MySQL, Retain will install and configure a "retain" database for you; however, you must first download the MySQL 5.5 server and client RPMs. They must be accessible to the Retain installation program, so it is best if the RPMs are on a drive local to the installer.
- If using MS SQL or Oracle, your database adminstrator will need to create the "retain" database in advance. See the appendix of the Linux Install Guide for instructions.
Windows Server
- Install Apache2.2 or IIS
- Download Java from the GWAVA download website and install it.
- Install your DBMS and configure a "retain" database. See the appendix of the Windows Install Guide for instructions.
Typical "Gotcha" When Installing Retain for the First Time on Linux
If you do not go with the default storage paths that Retain defaults to (which is perfectly OK), then you'll need to assign ownership of the directory to "tomcat" after installing Retain but before you access the RetainServer web interface for the first time (to configure your Retain system).
For example, if my Retain storage path were going to be "/data", I would first install Retain so that Tomcat gets installed. Tomcat would have to be installed and registered on the server before you could assign it as a directory owner. To assign "tomcat" as the owner of "/data", I would type this command: chown tomcat:tomcat /data.
If you miss this step, Retain will not be able to write files to your storage directory.