Difference between revisions of "Retain Linux Install"
From GWAVA Technologies Training
| Line 1: | Line 1: | ||
| − | == | + | ==Prerequisites == |
| − | === | + | |
| + | ===Disks=== | ||
| + | ====Additional Disks==== | ||
| + | # Create additional disks for Retain best practices | ||
| + | #* Create the disks in the VM software | ||
| + | #* Format the disks in the VM itself using YaST/Partitioner | ||
| + | ##* ARCHIVE | ||
| + | ##* INDEX | ||
| + | ##* LOGS | ||
| + | ##* DATABASE (if local) | ||
| + | |||
| + | ===Retain 3.5=== | ||
====Additional Disks==== | ====Additional Disks==== | ||
# Create additional disks for Retain best practices | # Create additional disks for Retain best practices | ||
| Line 23: | Line 34: | ||
##* <code>tar -xf MySQL-5.5.42-1.sles11.x86_64.rpm-bundle.tar</code> | ##* <code>tar -xf MySQL-5.5.42-1.sles11.x86_64.rpm-bundle.tar</code> | ||
| − | ==== | + | ===Retain 4.0=== |
| + | ====Install HTTP Server==== | ||
| + | # Install http server (apache2) from YaST | ||
| + | # If connecting to Exchange: | ||
| + | ## Set DNS to Exchange server, in YaST/Network Settings | ||
| + | |||
| + | The Retain installer will download Java and MySQL if you wish. | ||
| + | |||
| + | ==Install== | ||
| + | ===Download Retain=== | ||
# Create Retain download directory | # Create Retain download directory | ||
##* md /software/retain[version] directory and change to it | ##* md /software/retain[version] directory and change to it | ||
| Line 32: | Line 52: | ||
##* <code>chmod +x *.sh</code> | ##* <code>chmod +x *.sh</code> | ||
| − | ===Install=== | + | ===Install Retain=== |
| − | + | # <code>./RetainInstall.sh</code> Retain 4 requires extensive resources the lab doesn't have, see your mentor about provisioning. | |
| − | # <code>./RetainInstall.sh</code> | + | |
# install modules: | # install modules: | ||
#* Retain Server | #* Retain Server | ||
| Line 56: | Line 75: | ||
### Start tomcat <code>rcretain-tomat7 start</code> | ### Start tomcat <code>rcretain-tomat7 start</code> | ||
# Otherwise, configure the server. | # Otherwise, configure the server. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 19:18, 26 April 2016
Contents |
Prerequisites
Disks
Additional Disks
- Create additional disks for Retain best practices
- Create the disks in the VM software
- Format the disks in the VM itself using YaST/Partitioner
- ARCHIVE
- INDEX
- LOGS
- DATABASE (if local)
Retain 3.5
Additional Disks
- Create additional disks for Retain best practices
- Create the disks in the VM software
- Format the disks in the VM itself using YaST/Partitioner
- ARCHIVE
- INDEX
- LOGS
- DATABASE (if local)
Install HTTP Server
- Install http server (apache2) from YaST
- If connecting to Exchange:
- Set DNS to Exchange server, in YaST/Network Settings
Install MySQL
Retain 4.0
Install HTTP Server
- Install http server (apache2) from YaST
- If connecting to Exchange:
- Set DNS to Exchange server, in YaST/Network Settings
The Retain installer will download Java and MySQL if you wish.
Install
Download Retain
- Create Retain download directory
- md /software/retain[version] directory and change to it
- download the current version of Retain [3] or the beta.
- Unzip Retain
-
chmod +x *.sh
-
Install Retain
-
./RetainInstall.shRetain 4 requires extensive resources the lab doesn't have, see your mentor about provisioning. - install modules:
- Retain Server
- Reporting & Monitoring
- Worker
- Skip Stubbing as very few customers use that functionality
- Skip the Router as that should be installed on its own server in the network DMZ
- setup database, using MySQL
- give it the path from above
- give mysql root user a password (remember this)
- create a database, username and password
- take the defaults
- If using multiple disks:
- Stop tomcat
rcretain-tomat7 stop - Change ownership on INDEX and LOGS to
chown -R tomcat:tomcat /[volume] - Change permissions on INDEX and LOGS to
chmod -R 774 /[volume] - Change ownership on DATABASE to
chown -R mysql:mysql /DATABASE - Change permissions on DATABASE to
chmod -R 774 /DATABASE - Change ownership on ARCHIVE to
chown -R tomcat:tomcat /ARCHIVE - Change permissions on ARCHIVE to
chmod -R 777 /ARCHIVE- Start tomcat
rcretain-tomat7 start
- Start tomcat
- Stop tomcat
- Otherwise, configure the server.