SlideShare a Scribd company logo
Content Server Installation Guide: (HP-UXB.11.31 U ia64)
Steps:
To operate the SAP Content Server for UNIXplatforms, yourequire ApacheWebServer 1.3.xx(wherexx is Version 22or higher).
Create Users and Groups
a. Create content server and a cache server user. Werecommendthat youuse thefollowingschema: <sid>cs and<sid>csc, respectively. This
helps identifyingwhich content server belongs towhich SAP system later. However, any otheruser names are fine.
b. Make both users members of thegroup sapsys.
c. Also create a dedicatedhome directoryfor eachuser, where the server configuration profiles andthe software will be installed.
Filesystem storage
If youare planningtouse a file system as your storage medium, be aware that all objects createdin therepositories are ownedby the content
server andcache server users.
a. Therefore, assign full access to the repositoryroot directories to these users.
Compileand install the Apache Web server software from a source distribution (useful Note: 664384)
Note “Installation should be done for both users <sid>cs and <sid>csc”
a. Copy distributions tohome directories of bothusers <sid>cs and<sid>csc andunpack.
sapcs:~$ gunzip < apache_1.3.26.tar.gz | tar xvf –
Some distribution appearcompilationerrorwhen user run configure apache, so followthebelowsteps tosave timeandfor smooth installation.
1) Change shell fromsh toksh usingcommandchsh.
2) Variables were set using
Apache WebServer 1.3.xx
export LDFLAGS="+DD64 +DSitanium2"
export CFLAGS="+DD64 +DSitanium2"
For Apache WebServer2.0/2.2 only
CFLAGS="-q64", LDFLAGS="-q64", EXTRA_LDFLAGS_SHLIB="-b64" OBJECT_MODE=64
3) Issue followingcommandwith users home directorypath. Beforerun this commandusers shouldbe switchedto “apache_1.3.33”
./configure –prefix=/usr/users/<sid>cs -enable-mods-shared=most -with-mpm=prefork
4) Issuedmake andmake install
5) Creatinga binary distribution
For the binarydistribution, youmust also set the requiredcompiler parameters andlinker parameters (Already set above)as environment
variables before youcall the generation commands. Thescript
"./src/helpers/binbuild. sh" (Apache 1.3)
"./build/binbuild.sh" (Apache 2.0/2.2)
6) Executes the three phases configure, make andinstall. In thestepinstall, thebinarydistributionis createdas a tape archive (tar). The script
outputs the name andstorage location ofthe archive. The binary distribution createdusing"binbuild.sh" supports Dynamic Shared
Objects (DSO).
After youunpackedthetararchivein the target host (where youcurrently install apache)performthe final installation usingthe followingscript:
./install-bindist.sh <InstDir>
If youdo not specify< InstDir>,the systeminstalls the Webserverin the directory/usr/local.Especiallywhen youuse theuser root to execute
this script,the Webserver may easilybe installedin an unrequitedlocationandit may be difficult toremove the Webserver again from this
location. Therefore,we recommendthat youperformthe installation usingtheuser ID under which the Webserver is torun in the future. Inthis
way, all group rights andowner rights arecorrectlyassignedfromthe beginning.
Nowinstallationpart of Apache Webserverandneedtosome cosmetic changes forconfigurationas follows.
7) Apache Webserver configurationfile is “httpd.conf”locatedunder path /usr/users/<sid>cs /conf/ andneedtosomechanges torun apacheweb
server.
Leave all the settingas its as default just modifybelowmentionedlines.
Find“#Listen3000” andreplace or append“ListenIP address:1090”
8) CommandtoStartedApache Webserver,this commandwill be available under path/usr/users/<sid>cs /bin
./apachectl start
Now time to install Content Server:
For Content Server installation use thelatest installation master for latest content server, We done through “ SAP EHP3FOR SAP
NETWEAVER 7.0” BS7i2011’. Run sapinst
Installationof content serveris very simple only important step is where systemmentionedboth users which was createdwhile installationof
apache webserver andrequire to share homedirectories of bothusers.
(Apply Note: 514500)
After Installation of Content Server here is neededto applycontent server patch if content server 4.5 is installed.
a) Downloadpatchfrommarket place “CONTSERVE650SP02P_1-10013601.SAR”.
b) Unpack SAR file in temporarydirectory.
c) Stop ApacheWebServer if running.
d) Replace the SharedLibraries in thedirectory "libexec" ofyour Content Server/Cache Server installationagainst thefiles fromthe ZIP/SAR
archive.
e) Check the execution rights ofthe programfiles. SomeUNIX variants require executionrights to be set for sharedlibraries.The relevant
commandis "chmod755<file name>".
f) Start Apache WebServer.
Creation of SAP Content Repository and related configuration
Login to SAP system andopenTcode “ OAC0” andopenanyavailable Repositorythat already exists.System appear withContent Repository
details. Nowyoucan edit thesame as your requiredor cancreatenewrepository.
Procedure
1. Choose a content server ora cache server.
- The first timeyoucall up Content ServerAdministration,the content server selectionscreenis displayedautomatically.
- If youare already in Content Server Administration, youcan choose a serverby choosing.
2. The followingoptions are available for callingup theadministration functions fora content server:
- On the Repositorytab, enter the nameof the content repository that you definedin theMaintainContent Repositories screen.
Choose F4 to displaya list of options.
- Alternatively, make theappropriate entries in the
HTTP Server, Port number, HTTP script, and Versions no. fields on the Servertab. Basic path andphysical pathshouldbe as
your content serverroot directoryor if youhave some otherdirectory mountedto point content root directory.
Choose F4 to displaya list of options.
If youdo not make an entry in the field HTTP script, the default setting ContentServer/ContentServer.dll is used.
3. Choose Entertoconfirmyour entries.
Result
The details of theHTTP server, port number, HTTP script,andversionappear in theheader
of the Content Server Administrationscreen.
- Click the “cs Admin” buttonavailable on RepositoryDetails page.
- System appears theContent ServerAdministration page.
- At Detail tabChosethe Content Repository youcreatedrecentlyif not in dropdown list thenjust write andchange tab.
- Move to Settingtab, systemappear some information (that infocomes fromApacheserver“cs.conf” file” just edit this andreplace the
followingaccordingaboveinstallation.
StorageDriver = FSStorage
ContRepRoot= /usr/users/cntcs/contrep (Your content repository absolute path)
Storage = FileSystemStorage.dll
Note: (Above mentioned setting applicablein case of Filesystem storage)
- Save settings, if your ApacheWebServer configurationis correct then systemappearthe Green small square andstatus appear
“running”
If youwant to implement “certificate”thensendit andactivate through “Certificate” tab. All above informationwill be added
automaticallyin configurationfile of Apache WebServer “cs.config” .
When Content Repositoryis createdwith goodconfiguration settingsame time systemwill create “cs.conf” file in Apache server and
will make Directoryin content root as your content repository name.
If Content Repositoryis not runningor appearingwarningthencheck andcorrect your “cs.conf” file locatedin ApacheWebServer as
flows. Below informationplaced at bottom ofthe configurationfile.
Note: (Before edit Stop Apache Web Server. Ignore the linescommented with ;semicolon, only blueshaded linesare
important. Security is also optional)
[ContentServer]
TraceLevel=warning
;AdminSecurity=1
;AdminSecurityGroup=sapsys
;ContRepRoot=/usr/users/cntcs/contrep
;ContentStorageHost=@StorageHost@
;ContentStorageName=@StorageName@
;StorageDriver=FSStorage
;PSEDir=/usr/users/cntcs/security
;Storage=FileSystemStorage.dll
[contRep-ZP]
StorageDriver=FSStorage
ContRepRoot=/usr/users/cntcs/contrep
Storage=FileSystemStorage.dll
Security=1
ContRepDescription=TEST_PENSION_DOCS
DefaultDocProt=rucd
Defining Logical Path and FileNames:
1. Call transaction FILE .
Alternatively, fromthe initial screen for Archive Administration(transactionSARA ), choose: Customizing→ Basis-Customizing→
Cross-Client File
Name/Paths .
2. Mark an existingfile name,forexample, ARCHIVE_GLOBAL_PATH, orchoose newentries toenter a pathname. The name
shouldreflect its function.
3. Double click the dialogstructure Logical File Path Definitionin the substructure Assignment of Physical Paths to Logical Path.
Double click to select a syntax groupor create a newsyntaxgroup.
4. Assign a physical pathname to thelogical pathname.
Important whiledefining Logical Path and FileNames:
- When assigningpath names, the symbol <FILENAME> must appearat the end. This symbol is replacedat runtimeby the physical
file (or path) name.No part of the physical file name inthe pathname must be defined.
- If youwant to store your archive files, enter theplaceholder <F=ARCHIVELINK> in the logical path.With
<F=ARCHIVELINK><FILENAME> the files are createddirectlyin the basis path ofthe content repositorythat has been assignedto
the correspondingarchivingobject. This way you canavoidan internal copyprocess duringthe storephase.
Above are the definition of Logical Path and FileNames:
Note: Now after that test your archiving process if archiving data is saved according to your mentioned repository setting then
it’s ok otherwise you will just make NFS on Content server.
- Use utility “ sam” andmake local share file systemwith followingconfiguration:
Anonymous access UID : Nobody
Asynchronous Writes : Allowed
Prevent Mountingsubdirectories(nosub) : No
Index Filename : Not Specified
Ignore enablingsetuid/setgidmode bits(nosuid) : No
Move the Locationof public file handle(public) : No
Security Mode = none, Client with R/W=<hostname>, Client withReadOnly =none,
- Use utility “ sam” andmake”AutomountedRemoteFile Systems” withfollowingconfiguration onthe Productions Server:
Local-Directory Name: /contrep
Remote-ServerName: upgqas.pfira.com
Remote-Server port: Not Specified
Remote-Directory Name: /usr/user/cntcs/contrep
View Multiple Server Configuration... ] Single Server Configured
Automounter MapType: AutoDirect
Permission: read/write
- Nowjust make mount point referringto content repositoryroot pathwhich was mentionedin NFSat Content Server.
NowContent Server must be workingfine.
The End…………..

More Related Content

What's hot

Windows server 2016 storage step by step complete lab
Windows server 2016 storage step by step complete labWindows server 2016 storage step by step complete lab
Windows server 2016 storage step by step complete lab
Ahmed Abdelwahed
 
Sap basis administrator user guide
Sap basis administrator   user guideSap basis administrator   user guide
Sap basis administrator user guide
PoguttuezhiniVP
 
Charm workflow for urgent changes while adding node
Charm workflow for urgent changes while adding nodeCharm workflow for urgent changes while adding node
Charm workflow for urgent changes while adding node
Aditya Shivhare
 
Step by step how to install diagnostic agent
Step by step how to install diagnostic agentStep by step how to install diagnostic agent
Step by step how to install diagnostic agentGraciete Martins
 
Sap Upgrade Project Brief
Sap Upgrade Project BriefSap Upgrade Project Brief
Sap Upgrade Project Briefvpallapothu
 
Php excel
Php excelPhp excel
Php excelpcuseth
 
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationSolution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Linh Nguyen
 
Sap workflow cookbook_interview_questions_n_answers
Sap workflow cookbook_interview_questions_n_answersSap workflow cookbook_interview_questions_n_answers
Sap workflow cookbook_interview_questions_n_answers
Rui Almeida
 
How to check port in sap
How to check port in sapHow to check port in sap
How to check port in sap
nanda nanda
 
SAP BI 7 security concepts
SAP BI 7 security conceptsSAP BI 7 security concepts
SAP BI 7 security concepts
Siva Pradeep Bolisetti
 
Using SolMan ChaRM, CSOL and Retrofit to support a dual project and productio...
Using SolMan ChaRM, CSOL and Retrofit to support a dual project and productio...Using SolMan ChaRM, CSOL and Retrofit to support a dual project and productio...
Using SolMan ChaRM, CSOL and Retrofit to support a dual project and productio...
Robert Max
 
nZDM.ppt
nZDM.pptnZDM.ppt
nZDM.ppt
Navin Somal
 
Solution Manager 7.2 Overview final
Solution Manager 7.2 Overview finalSolution Manager 7.2 Overview final
Solution Manager 7.2 Overview final
Deb Martina
 
Sap transaction codes
Sap transaction codesSap transaction codes
Sap transaction codes
Nigel D'souza
 
Automate user creation using sap gui scripting
Automate user creation using sap gui scriptingAutomate user creation using sap gui scripting
Automate user creation using sap gui scripting
sparten369
 
Building New Product - Product Managers Checklist
Building New Product -  Product Managers ChecklistBuilding New Product -  Product Managers Checklist
Building New Product - Product Managers ChecklistMurali Erraguntala
 
SAP HANA Overview
SAP HANA OverviewSAP HANA Overview
SAP HANA Overview
Sitaram Kotnis
 
SAP Cloud Platform - Your Innovation Platform in the Cloud - L1
SAP Cloud Platform - Your Innovation Platform in the Cloud - L1SAP Cloud Platform - Your Innovation Platform in the Cloud - L1
SAP Cloud Platform - Your Innovation Platform in the Cloud - L1
SAP Cloud Platform
 
How to Deploy WSO2 Enterprise Integrator in Containers
How to Deploy WSO2 Enterprise Integrator in ContainersHow to Deploy WSO2 Enterprise Integrator in Containers
How to Deploy WSO2 Enterprise Integrator in Containers
WSO2
 

What's hot (20)

Windows server 2016 storage step by step complete lab
Windows server 2016 storage step by step complete labWindows server 2016 storage step by step complete lab
Windows server 2016 storage step by step complete lab
 
CRM
CRMCRM
CRM
 
Sap basis administrator user guide
Sap basis administrator   user guideSap basis administrator   user guide
Sap basis administrator user guide
 
Charm workflow for urgent changes while adding node
Charm workflow for urgent changes while adding nodeCharm workflow for urgent changes while adding node
Charm workflow for urgent changes while adding node
 
Step by step how to install diagnostic agent
Step by step how to install diagnostic agentStep by step how to install diagnostic agent
Step by step how to install diagnostic agent
 
Sap Upgrade Project Brief
Sap Upgrade Project BriefSap Upgrade Project Brief
Sap Upgrade Project Brief
 
Php excel
Php excelPhp excel
Php excel
 
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationSolution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
 
Sap workflow cookbook_interview_questions_n_answers
Sap workflow cookbook_interview_questions_n_answersSap workflow cookbook_interview_questions_n_answers
Sap workflow cookbook_interview_questions_n_answers
 
How to check port in sap
How to check port in sapHow to check port in sap
How to check port in sap
 
SAP BI 7 security concepts
SAP BI 7 security conceptsSAP BI 7 security concepts
SAP BI 7 security concepts
 
Using SolMan ChaRM, CSOL and Retrofit to support a dual project and productio...
Using SolMan ChaRM, CSOL and Retrofit to support a dual project and productio...Using SolMan ChaRM, CSOL and Retrofit to support a dual project and productio...
Using SolMan ChaRM, CSOL and Retrofit to support a dual project and productio...
 
nZDM.ppt
nZDM.pptnZDM.ppt
nZDM.ppt
 
Solution Manager 7.2 Overview final
Solution Manager 7.2 Overview finalSolution Manager 7.2 Overview final
Solution Manager 7.2 Overview final
 
Sap transaction codes
Sap transaction codesSap transaction codes
Sap transaction codes
 
Automate user creation using sap gui scripting
Automate user creation using sap gui scriptingAutomate user creation using sap gui scripting
Automate user creation using sap gui scripting
 
Building New Product - Product Managers Checklist
Building New Product -  Product Managers ChecklistBuilding New Product -  Product Managers Checklist
Building New Product - Product Managers Checklist
 
SAP HANA Overview
SAP HANA OverviewSAP HANA Overview
SAP HANA Overview
 
SAP Cloud Platform - Your Innovation Platform in the Cloud - L1
SAP Cloud Platform - Your Innovation Platform in the Cloud - L1SAP Cloud Platform - Your Innovation Platform in the Cloud - L1
SAP Cloud Platform - Your Innovation Platform in the Cloud - L1
 
How to Deploy WSO2 Enterprise Integrator in Containers
How to Deploy WSO2 Enterprise Integrator in ContainersHow to Deploy WSO2 Enterprise Integrator in Containers
How to Deploy WSO2 Enterprise Integrator in Containers
 

Similar to Content server installation guide

Apache Web Server Setup 2
Apache Web Server Setup 2Apache Web Server Setup 2
Apache Web Server Setup 2
Information Technology
 
linux installation.pdf
linux installation.pdflinux installation.pdf
linux installation.pdf
MuhammadShoaibHussai2
 
Linux Webserver Installation Command and GUI.ppt
Linux Webserver Installation Command and GUI.pptLinux Webserver Installation Command and GUI.ppt
Linux Webserver Installation Command and GUI.pptwebhostingguy
 
Linux Webserver Installation Command and GUI.ppt
Linux Webserver Installation Command and GUI.pptLinux Webserver Installation Command and GUI.ppt
Linux Webserver Installation Command and GUI.pptwebhostingguy
 
APACHE
APACHEAPACHE
APACHEARJUN
 
Installing lemp with ssl and varnish on Debian 9
Installing lemp with ssl and varnish on Debian 9Installing lemp with ssl and varnish on Debian 9
Installing lemp with ssl and varnish on Debian 9
عطاءالمنعم اثیل شیخ
 
Practical solutions for connections administrators
Practical solutions for connections administratorsPractical solutions for connections administrators
Practical solutions for connections administrators
Sharon James
 
Servicemix4.5.0
Servicemix4.5.0Servicemix4.5.0
Servicemix4.5.0
manojkumar024
 
Apache installation and configurations
Apache installation and configurationsApache installation and configurations
Apache installation and configurationsNikhil Jain
 
Information on Apache Handlers
Information on Apache HandlersInformation on Apache Handlers
Information on Apache Handlers
HTS Hosting
 
R server and spark
R server and sparkR server and spark
R server and spark
BAINIDA
 
Configuration of Apache Web Server On CentOS 8
Configuration of Apache Web Server On CentOS 8Configuration of Apache Web Server On CentOS 8
Configuration of Apache Web Server On CentOS 8
Kaan Aslandağ
 
Drupal camp South Florida 2011 - Introduction to the Aegir hosting platform
Drupal camp South Florida 2011 - Introduction to the Aegir hosting platformDrupal camp South Florida 2011 - Introduction to the Aegir hosting platform
Drupal camp South Florida 2011 - Introduction to the Aegir hosting platform
Hector Iribarne
 
Wamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and ConfigurationWamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and Configuration
Chetan Soni
 

Similar to Content server installation guide (20)

Apache Web Server Setup 2
Apache Web Server Setup 2Apache Web Server Setup 2
Apache Web Server Setup 2
 
linux installation.pdf
linux installation.pdflinux installation.pdf
linux installation.pdf
 
Linux Webserver Installation Command and GUI.ppt
Linux Webserver Installation Command and GUI.pptLinux Webserver Installation Command and GUI.ppt
Linux Webserver Installation Command and GUI.ppt
 
Linux Webserver Installation Command and GUI.ppt
Linux Webserver Installation Command and GUI.pptLinux Webserver Installation Command and GUI.ppt
Linux Webserver Installation Command and GUI.ppt
 
APACHE
APACHEAPACHE
APACHE
 
Installing lemp with ssl and varnish on Debian 9
Installing lemp with ssl and varnish on Debian 9Installing lemp with ssl and varnish on Debian 9
Installing lemp with ssl and varnish on Debian 9
 
Practical solutions for connections administrators
Practical solutions for connections administratorsPractical solutions for connections administrators
Practical solutions for connections administrators
 
Servicemix4.5.0
Servicemix4.5.0Servicemix4.5.0
Servicemix4.5.0
 
Apache installation and configurations
Apache installation and configurationsApache installation and configurations
Apache installation and configurations
 
Information on Apache Handlers
Information on Apache HandlersInformation on Apache Handlers
Information on Apache Handlers
 
Apache
ApacheApache
Apache
 
R server and spark
R server and sparkR server and spark
R server and spark
 
Apache
ApacheApache
Apache
 
Configuration of Apache Web Server On CentOS 8
Configuration of Apache Web Server On CentOS 8Configuration of Apache Web Server On CentOS 8
Configuration of Apache Web Server On CentOS 8
 
Apache ppt
Apache pptApache ppt
Apache ppt
 
Apache1.ppt
Apache1.pptApache1.ppt
Apache1.ppt
 
Apache
ApacheApache
Apache
 
Apache
ApacheApache
Apache
 
Drupal camp South Florida 2011 - Introduction to the Aegir hosting platform
Drupal camp South Florida 2011 - Introduction to the Aegir hosting platformDrupal camp South Florida 2011 - Introduction to the Aegir hosting platform
Drupal camp South Florida 2011 - Introduction to the Aegir hosting platform
 
Wamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and ConfigurationWamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and Configuration
 

Recently uploaded

一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
ocavb
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)
TravisMalana
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
axoqas
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Linda486226
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
ewymefz
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
ukgaet
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
benishzehra469
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
ArpitMalhotra16
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
ewymefz
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Boston Institute of Analytics
 
tapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive datatapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive data
theahmadsaood
 
Adjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTESAdjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTES
Subhajit Sahu
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
John Andrews
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
ewymefz
 
Business update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIBusiness update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMI
AlejandraGmez176757
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
enxupq
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
NABLAS株式会社
 
一比一原版(NYU毕业证)纽约大学毕业证成绩单
一比一原版(NYU毕业证)纽约大学毕业证成绩单一比一原版(NYU毕业证)纽约大学毕业证成绩单
一比一原版(NYU毕业证)纽约大学毕业证成绩单
ewymefz
 

Recently uploaded (20)

一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
 
tapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive datatapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive data
 
Adjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTESAdjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTES
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
 
Business update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIBusiness update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMI
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
 
一比一原版(NYU毕业证)纽约大学毕业证成绩单
一比一原版(NYU毕业证)纽约大学毕业证成绩单一比一原版(NYU毕业证)纽约大学毕业证成绩单
一比一原版(NYU毕业证)纽约大学毕业证成绩单
 

Content server installation guide

  • 1. Content Server Installation Guide: (HP-UXB.11.31 U ia64) Steps: To operate the SAP Content Server for UNIXplatforms, yourequire ApacheWebServer 1.3.xx(wherexx is Version 22or higher). Create Users and Groups a. Create content server and a cache server user. Werecommendthat youuse thefollowingschema: <sid>cs and<sid>csc, respectively. This helps identifyingwhich content server belongs towhich SAP system later. However, any otheruser names are fine. b. Make both users members of thegroup sapsys. c. Also create a dedicatedhome directoryfor eachuser, where the server configuration profiles andthe software will be installed. Filesystem storage If youare planningtouse a file system as your storage medium, be aware that all objects createdin therepositories are ownedby the content server andcache server users. a. Therefore, assign full access to the repositoryroot directories to these users. Compileand install the Apache Web server software from a source distribution (useful Note: 664384) Note “Installation should be done for both users <sid>cs and <sid>csc” a. Copy distributions tohome directories of bothusers <sid>cs and<sid>csc andunpack. sapcs:~$ gunzip < apache_1.3.26.tar.gz | tar xvf – Some distribution appearcompilationerrorwhen user run configure apache, so followthebelowsteps tosave timeandfor smooth installation. 1) Change shell fromsh toksh usingcommandchsh. 2) Variables were set using Apache WebServer 1.3.xx export LDFLAGS="+DD64 +DSitanium2" export CFLAGS="+DD64 +DSitanium2" For Apache WebServer2.0/2.2 only CFLAGS="-q64", LDFLAGS="-q64", EXTRA_LDFLAGS_SHLIB="-b64" OBJECT_MODE=64 3) Issue followingcommandwith users home directorypath. Beforerun this commandusers shouldbe switchedto “apache_1.3.33” ./configure –prefix=/usr/users/<sid>cs -enable-mods-shared=most -with-mpm=prefork 4) Issuedmake andmake install 5) Creatinga binary distribution For the binarydistribution, youmust also set the requiredcompiler parameters andlinker parameters (Already set above)as environment variables before youcall the generation commands. Thescript "./src/helpers/binbuild. sh" (Apache 1.3) "./build/binbuild.sh" (Apache 2.0/2.2) 6) Executes the three phases configure, make andinstall. In thestepinstall, thebinarydistributionis createdas a tape archive (tar). The script outputs the name andstorage location ofthe archive. The binary distribution createdusing"binbuild.sh" supports Dynamic Shared Objects (DSO). After youunpackedthetararchivein the target host (where youcurrently install apache)performthe final installation usingthe followingscript: ./install-bindist.sh <InstDir> If youdo not specify< InstDir>,the systeminstalls the Webserverin the directory/usr/local.Especiallywhen youuse theuser root to execute this script,the Webserver may easilybe installedin an unrequitedlocationandit may be difficult toremove the Webserver again from this location. Therefore,we recommendthat youperformthe installation usingtheuser ID under which the Webserver is torun in the future. Inthis way, all group rights andowner rights arecorrectlyassignedfromthe beginning.
  • 2. Nowinstallationpart of Apache Webserverandneedtosome cosmetic changes forconfigurationas follows. 7) Apache Webserver configurationfile is “httpd.conf”locatedunder path /usr/users/<sid>cs /conf/ andneedtosomechanges torun apacheweb server. Leave all the settingas its as default just modifybelowmentionedlines. Find“#Listen3000” andreplace or append“ListenIP address:1090” 8) CommandtoStartedApache Webserver,this commandwill be available under path/usr/users/<sid>cs /bin ./apachectl start Now time to install Content Server: For Content Server installation use thelatest installation master for latest content server, We done through “ SAP EHP3FOR SAP NETWEAVER 7.0” BS7i2011’. Run sapinst Installationof content serveris very simple only important step is where systemmentionedboth users which was createdwhile installationof apache webserver andrequire to share homedirectories of bothusers. (Apply Note: 514500) After Installation of Content Server here is neededto applycontent server patch if content server 4.5 is installed. a) Downloadpatchfrommarket place “CONTSERVE650SP02P_1-10013601.SAR”. b) Unpack SAR file in temporarydirectory. c) Stop ApacheWebServer if running. d) Replace the SharedLibraries in thedirectory "libexec" ofyour Content Server/Cache Server installationagainst thefiles fromthe ZIP/SAR archive. e) Check the execution rights ofthe programfiles. SomeUNIX variants require executionrights to be set for sharedlibraries.The relevant commandis "chmod755<file name>". f) Start Apache WebServer. Creation of SAP Content Repository and related configuration Login to SAP system andopenTcode “ OAC0” andopenanyavailable Repositorythat already exists.System appear withContent Repository details. Nowyoucan edit thesame as your requiredor cancreatenewrepository. Procedure 1. Choose a content server ora cache server. - The first timeyoucall up Content ServerAdministration,the content server selectionscreenis displayedautomatically. - If youare already in Content Server Administration, youcan choose a serverby choosing. 2. The followingoptions are available for callingup theadministration functions fora content server: - On the Repositorytab, enter the nameof the content repository that you definedin theMaintainContent Repositories screen. Choose F4 to displaya list of options. - Alternatively, make theappropriate entries in the HTTP Server, Port number, HTTP script, and Versions no. fields on the Servertab. Basic path andphysical pathshouldbe as your content serverroot directoryor if youhave some otherdirectory mountedto point content root directory. Choose F4 to displaya list of options. If youdo not make an entry in the field HTTP script, the default setting ContentServer/ContentServer.dll is used. 3. Choose Entertoconfirmyour entries. Result The details of theHTTP server, port number, HTTP script,andversionappear in theheader of the Content Server Administrationscreen.
  • 3. - Click the “cs Admin” buttonavailable on RepositoryDetails page. - System appears theContent ServerAdministration page. - At Detail tabChosethe Content Repository youcreatedrecentlyif not in dropdown list thenjust write andchange tab. - Move to Settingtab, systemappear some information (that infocomes fromApacheserver“cs.conf” file” just edit this andreplace the followingaccordingaboveinstallation. StorageDriver = FSStorage ContRepRoot= /usr/users/cntcs/contrep (Your content repository absolute path) Storage = FileSystemStorage.dll Note: (Above mentioned setting applicablein case of Filesystem storage) - Save settings, if your ApacheWebServer configurationis correct then systemappearthe Green small square andstatus appear “running” If youwant to implement “certificate”thensendit andactivate through “Certificate” tab. All above informationwill be added automaticallyin configurationfile of Apache WebServer “cs.config” .
  • 4. When Content Repositoryis createdwith goodconfiguration settingsame time systemwill create “cs.conf” file in Apache server and will make Directoryin content root as your content repository name. If Content Repositoryis not runningor appearingwarningthencheck andcorrect your “cs.conf” file locatedin ApacheWebServer as flows. Below informationplaced at bottom ofthe configurationfile. Note: (Before edit Stop Apache Web Server. Ignore the linescommented with ;semicolon, only blueshaded linesare important. Security is also optional) [ContentServer] TraceLevel=warning ;AdminSecurity=1 ;AdminSecurityGroup=sapsys ;ContRepRoot=/usr/users/cntcs/contrep ;ContentStorageHost=@StorageHost@ ;ContentStorageName=@StorageName@ ;StorageDriver=FSStorage ;PSEDir=/usr/users/cntcs/security ;Storage=FileSystemStorage.dll [contRep-ZP] StorageDriver=FSStorage ContRepRoot=/usr/users/cntcs/contrep Storage=FileSystemStorage.dll Security=1 ContRepDescription=TEST_PENSION_DOCS DefaultDocProt=rucd Defining Logical Path and FileNames: 1. Call transaction FILE . Alternatively, fromthe initial screen for Archive Administration(transactionSARA ), choose: Customizing→ Basis-Customizing→ Cross-Client File Name/Paths . 2. Mark an existingfile name,forexample, ARCHIVE_GLOBAL_PATH, orchoose newentries toenter a pathname. The name shouldreflect its function. 3. Double click the dialogstructure Logical File Path Definitionin the substructure Assignment of Physical Paths to Logical Path. Double click to select a syntax groupor create a newsyntaxgroup. 4. Assign a physical pathname to thelogical pathname. Important whiledefining Logical Path and FileNames: - When assigningpath names, the symbol <FILENAME> must appearat the end. This symbol is replacedat runtimeby the physical file (or path) name.No part of the physical file name inthe pathname must be defined. - If youwant to store your archive files, enter theplaceholder <F=ARCHIVELINK> in the logical path.With <F=ARCHIVELINK><FILENAME> the files are createddirectlyin the basis path ofthe content repositorythat has been assignedto the correspondingarchivingobject. This way you canavoidan internal copyprocess duringthe storephase.
  • 5. Above are the definition of Logical Path and FileNames: Note: Now after that test your archiving process if archiving data is saved according to your mentioned repository setting then it’s ok otherwise you will just make NFS on Content server. - Use utility “ sam” andmake local share file systemwith followingconfiguration: Anonymous access UID : Nobody Asynchronous Writes : Allowed Prevent Mountingsubdirectories(nosub) : No Index Filename : Not Specified Ignore enablingsetuid/setgidmode bits(nosuid) : No Move the Locationof public file handle(public) : No Security Mode = none, Client with R/W=<hostname>, Client withReadOnly =none,
  • 6. - Use utility “ sam” andmake”AutomountedRemoteFile Systems” withfollowingconfiguration onthe Productions Server: Local-Directory Name: /contrep Remote-ServerName: upgqas.pfira.com Remote-Server port: Not Specified Remote-Directory Name: /usr/user/cntcs/contrep View Multiple Server Configuration... ] Single Server Configured Automounter MapType: AutoDirect Permission: read/write - Nowjust make mount point referringto content repositoryroot pathwhich was mentionedin NFSat Content Server. NowContent Server must be workingfine. The End…………..