content server installation in linux

9
Content server installation in Linux This guide contains step by step screenshots of SAP Content server installation in SUSE Linux for beginners. CS installation involves in the below steps: 1. User creation 2. Apache installation 3. Content server installation 4. Post installation activities 5. Content Repository creation in SAP server User Creation: Create the New user sapcs and group sapsys in the linux host.

Upload: gauravpanwar8

Post on 16-Nov-2015

17 views

Category:

Documents


6 download

DESCRIPTION

content server

TRANSCRIPT

Content server installation in LinuxThis guide contains step by step screenshots of SAP Content server installation in SUSE Linux for beginners.CS installation involves in the below steps:1. User creation2. Apache installation3. Content server installation4. Post installation activities5. Content Repository creation in SAP server

User Creation:

Create the New user sapcs and group sapsys in the linux host.

create the new user with home directory /usr/users/sapcs

if you want install only content server login sapcs is enough, if you want to install cache server along with content server, we need to another login as same as sapcs with name of sapcscApache server Installation:

There is inbuilt apache server available in Linux servers. But that is not suitable for sap content server installation. So download the apache binary file for Linux from the below link.http://httpd.apache.org/download.cgi

Copy the zip file to server in dump location. Login as sapcs user and Unzip the a folder. Goto the folder and execute the following commandsconfigure --prefix=/usr/users/sapcs/ --enable-mods-shared=most --with-mpm=prefork --with-expat=builtinTo create the make fileOS> makeOS> make installCheck the below SAP note for apache server configuration664384 - Generation info for Apache Web server for SAP Content ServerNote: as per sap recommendation, we need to install the apache server in the sapcs login home directoryInstallation:Start the installation from swpm.

select Install database instance also. select Cache server if you want to install. in this document i explained only the installation of Content server alone.

provide the web server root as sapcs login home directory we created above.

use the default values here.

provide the required password.

provide the password here for login control and superdba. use the same password what we provide earlier.

select File system. create the required file system before start the installation (/sapdb//SDB/log, /sapdb/SDB/sapdata) etc.

provide the sapdata file systems details

Check the summary and proceed to install.

during installation it will restart the content server.

installation is completed.

To check content server whether working or not, use the below URL, and it give output as server details, start time and versions etc.http://:1090/ContentServer/ContentServer.dll?serverInfoPost Installation Activities:

Change the cs.conf file permission to 777

change the permission of directory security to 777

change the value of parameter security to 0 in cs.conf file

Just ensure the below entry available in httpd.conf file in /usr/users/sapcs/conf

Finally the content server is ready, create the content repository in required SAPserver (t.code oac0)please reply me if any changes required.