Retain Linux Install
From GWAVA Technologies Training
				
								
				
				
																
				
				
								
				Prerequisites for Retain 3.5:
-  Create disks for best practices
- OS
- ARCHIVE
- INDEX
- LOGS
- DATA
 
- Install http server (apache2) from YaST
- Set DNS to Exchange server, if applicable. YaST/Network Settings
- Create directories /software/retain and /software/mysql
- md /software/mysql directory and change to it
- download MySQL Community Server 5.5.42 [1] direct? [2] to that mysql directory
-  Extract the MySQL client and MySQL server or just untar the whole thing
-  tar -xf MySQL-5.5.42-1.sles11.x86_64.rpm-bundle.tar
 
-  
- 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:
-  ./RetainInstall.sh
-  install modules:
- Retain Server
- Reporting & Monitoring
- Worker
 
-  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
-  Stop tomcat rcretain-tomat7 stop
-  Change ownership on ARCHIVE, INDEX and LOGS to chown -R tomcat:tomcat /[volume]
-  Change permissions on ARCHIVE, INDEX and LOGS to chmod -R 774 /[volume]
-  Change ownership on DATA to chown -R mysql:mysql /[volume]
-  Change permissions on DATA to chmod -R 774 /[volume]
-  Start tomcat rcretain-tomat7 start
- go to the [retain server]/RetainServer to configure the server.
