Oracle HTTP Server 12c (12.1.3) standalone installation Procedures on Linux

 

Assume oracle user has been added with group dba.


[oracle@ Danbrother ~]$ cat /etc/security/limits.conf

# /etc/security/limits.conf

oracle soft       nofile  8192

oracle hard   nofile  8192

oracle soft       nproc  4096

oracle hard     nproc  4096

oracle soft      core   unlimited

oracle hard     core   unlimited

 

[oracle@Danbrother source]$ ./fmw_12.1.3.0.0_ohs_linux64.bin

Oracle_HTTP_Server_12c_Inst_1.jpg

Oracle_HTTP_Server_12c_Inst_2.jpg

Oracle_HTTP_Server_12c_Inst_3.jpg

Oracle_HTTP_Server_12c_Inst_4.jpg

Oracle_HTTP_Server_12c_Inst_5.jpg

Oracle_HTTP_Server_12c_Inst_6.jpg Oracle_HTTP_Server_12c_Inst_7.jpg

Oracle_HTTP_Server_12c_Inst_8.jpg

Oracle_HTTP_Server_12c_Inst_9.jpg

 

cd /u01/Middleware/oracle_common/common/bin

 

./config.sh

Oracle_HTTP_Server_12c_config_1.jpg

 

 

Oracle_HTTP_Server_12c_config_2.jpg

Oracle_HTTP_Server_12c_config_3.jpg

Oracle_HTTP_Server_12c_config_4.jpg

Oracle_HTTP_Server_12c_config_5.jpg

Oracle_HTTP_Server_12c_config_6.jpg

Oracle_HTTP_Server_12c_config_7.jpg

Oracle_HTTP_Server_12c_config_8.jpg

Oracle_HTTP_Server_12c_config_9.jpg

 

Environment Variables Settings:  

cat .bash_profile

 >>  

umask 022
PATH=$PATH:$HOME/bin
export ORACLE_HOME=/u01/Middleware
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export PATH=/u01/Middleware/perl/bin:$ORACLE_HOME/bin:$PATH
export DOMAIN_HOME=/u01/Middleware/user_projects/domains/base_domain
export JAVA_HOME=/u01/Middleware/oracle_common/jdk
alias tohtdocs='cd /u01/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/OHS/instances/ohs1/htdocs'

 

Starting the Node Manager: 

cd $DOMAIN_HOME/bin
./startNodeManager.sh &


Starting the Oracle HTTP Server Instance

cd $DOMAIN_HOME/bin
./startComponent.sh ohs1

 

http.conf
/u01/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/OHS/instances/ohs1/httpd.conf
/u01/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/OHS/ohs1/httpd.conf

 ssl.conf 
/u01/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/OHS/instances/ohs1/ssl.conf
/u01/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/OHS/ohs1/ssl.conf


htdocs 
/u01/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/OHS/instances/ohs1/htdocs

 

mod_plsql 
/u01/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/OHS/instances/ohs1/mod_plsql
/u01/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/OHS/ohs1/mod_plsql

 

Obfuscate DAD password 
cd /u01/Middleware/ohs/bin/
perl dadTool.pl -f /u01/Middleware/user_projects/domains/base_domain/config/fmwconfig/components/OHS/instances/ohs1/mod_plsql/dads.conf

 

Logs 
/u01/Middleware/user_projects/domains/base_domain/servers/ohs1/logs/access_log

 

[Reference]
http://docs.oracle.com/middleware/1213/core/WTINS/toc.htm

 

arrow
arrow
    全站熱搜

    DanBrother 發表在 痞客邦 留言(0) 人氣()