You are on page 1of 35

Content Server Installation and Configuration

1) create user csqcs & csqcsc

create home directory for users in /home/

mkdir csqcs

mkdir csqcsc

2) create group sapsys:

groupadd sapsys

3) Assign owrnership and group to files with 775 permission

chmod -R 775 csqcs

chmod -R 775 csqcsc

chown csqcs:sapsys csqcs

chown csqcsc:sapsys csqcsc

4) copy downloaded files to both home directory and extract there

cp source destination

tar -xvf httpd.tar.gz


5) Run the following command from csqcs and csqcsc

./configure --prefix=/home/csqcs/ --enable-mods-shared=most --with-mpm=prefork --with-


expat=builtin
7) run following commands

make

make install
8) run the command

./build/binbuild.sh

9) run ./install-bindist.sh /home/csqcs/


10) Go to httpd.conf file and change below parameter

Listen: 1090 ( for csqcs)

Listen : 1095 (for csqcsc)


Serveradmin : 10.1.0.41 (for csqcs and csqcsc)
11) change derectory to /csqcs/bin/ or csqcsc/bin

./apachectl start /stop/restart


12) Start Content Server Installation
After Restarting Server Start and Stop MaxDB and Content Server

Start MaxDB Database

Switch to user “sdb”  go to path “/ContentServer/SDB/db/bin”  Check for Database State “./dbmcli
-d SDB -u CONTROL,kenya123 db_state” 

If It Is OFFLINE please use below command to start it

./dbmcli -d SDB -u CONTROL,kenya123 db_online

Do it for both Databases SDB and CDB

Check status for database SDB

./dbmcli -d SDB -u CONTROL,kenya123 db_state

Check status for database SDB

./dbmcli -d CDB -u CONTROL,kenya123 db_state


Start & Check APACHE Server

Check Apache server status

If It is not Working

chnage derectory to /sapcs/bin/  Login with user sapcs

Use Below Command to start Apache server

./apachectl start

Check Apache Status

You might also like