R12.2 Apps DBA. Powered by Blogger.

Release R12.2 Fusion Middleware Software Installation and Setup

No comments :
Fusion Middleware Software Installation and Setup
1 Jrockit Installation
2 Weblogic Installation
3 ADF Installation
4 Domain Creation
5 Start Services and Configuration
1. Jrockit Installation 
Log in to application server with os user and execute below commands
cd /u11/
mkdir ASCP
cd /erp_admin/app/APCC
./jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin
Welcome screen display
Click on Next

Choose Installation dir screen will display
Browse the Installation location  and click on Next
Optional components screen display

Click on Next and then click on Done
Jrockit Installation completed
2. Weblogic Installation 
Export java and start installation using below commands
export JAVA_HOME=/u11/ASCP/jrockit-jdk1.6.0_45
export PATH=$JAVA_HOME/bin:$PATH
cd /erp_admin/app/demantra/linux
java -jar wls1036_generic.jar
Choose Installation Dir screen display
Click on Next
Browse the installation location and click on Next
Security Updates screen display
Uncheck the box and click on Yes—Next –Yes--Yes
Connection failed screen display
Check the box and click on continue
Install type screen display

Select Typical and click on Next
JDK selection screen display
Cross check the JDK location and Click on Next
Product Installation Screen display
Click on Next
Installation summary screen display
Click on Next
Installation progress screen display
Installation in progress
Installation Completion screen display
Click on Done
Weblogic Installation screen complete Screenshot to be captured as evidence to support result
3. ADF Installation
Go to software location and start the installation
cd /erp_admin/app/APCC/Disk1
./runinstaller
Welcome Screen display
Click on Next
Software updates screen display
Select Skip Software updates and click on Next
Pre checks screen display
Click on Next
Specify installation location screen display
Browse the Middleware location and click on Next
Application Server selectin screen display
Select Weblogic Server and click on Next
Installation summary screen display
Click on Install ?Then Next ? Then Finish
ADF installation completes Screenshot to be captured as evidence to support result
4.  Domain Creation
Execute config.sh and click on Next
cd /u11/ASCP/wlserver_10.3/common/bin
./config.sh
Domain Source screen display
Select products like below and click on Next
Specify domain name, location screen display
Provide the domain name and click on Next
Weblogic pwd screen display
Provide weblogic pwd and click on Next
Server start Mode screen display
Select Development Mode and lick on Next
Optional Configurations screen display
Select First and second option and click on Next
Configure Admin server screen display
Provide admin server details like below click on Next
Configure Managed Server screen display
Click on Add --Provide Managed server details like below click on Next
Configure cluster screen display
Click on Next
Configure Machines screen display
Click on Add Provide the Machine details like below click on Next
Assign Servers screen display
Assign Managed server to machine by click on Forward Yarrow
Configuration summary screen display
Click on Create
Creation domain screen display
Click on Done
Domain Creation completed screen close
5. Start Services and Configuration
Admin server
cd /u11/ASCP/user_projects/domains/ascp_domain/bin
nohup ./startWebLogic.sh &
Node Manager
cd /u11/ASCP/wlserver_10.3/server/bin
nohup ./startNodeManager.sh &
Open Console Navigate to Environment—Servers select managed server and start managed server
http://apdba12.blogspot.com:7004/console
All services should start successfully

login to Em once  and Navigate to Weblogic Domain -> Managed Server (ascp_domain)
Click on Apply JRF Template You should get the confirmation after the successful completion of Template.
Apply JRF Template successfully
Go to console Restart the Managed server  (Stop and start)
Restart manage server successfully
Node manager parameter setup on linux
cd  /u11/ASCP/wlserver_10.3/common/nodemanager
change StartScriptEnabled parameter to true
vi nodemanager.properties
StartScriptEnabled=true
:wq
ps -ef|grep weblogic.Node
kill -9 <node manager process>
cd /u11/ASCP/wlserver_10.3/server/bin
nohup ./startNodeManager.sh &
Parameter change to true and node manager restart
On console Navigate to Services?Datasources?new? Generic Data source
Datasource creation screen display
Provide the Name:  ApplicationDBDS
JNDI name: jdbc/ApplicationDBDS and click on Next
JDBC driver screen display
Select Database driver like below and click on Next
Transactions screen display
Uncheck the Support Global Transaction and click on Next
Connection properties screen display
Provide the database details and click on next
Test Datasource screen display
Click on Test configuration  and click on Next it should succesful
Test should successful
Select managed server and click on Finish
Data source creation complete
Create directories for Persistence store
cd /u11/ASCP/user_projects/domains/ascp_domain
mkdir –m 777 output
mdkir –m 777 log
cd /u11/ASCP/user_projects/domains/ascp_domain/servers/ascp_ManagedServer
mkdir mds All directories should create successfully
Login to console
Navigate to Services--.Persistent Store on the left Panel in the console New?Create Filestore
Properties screen display
Provide exact details as given below and click on ok
Name: mds-ascp-repos
Target: ascp_ManagedServer
Directory: /u11/ASCP/user_projects/domains/ascp_domain/servers/ascp_ManagedServer/mds
Persistence store should create
We need to deploy the ear file which we can get it from APPL_TOP  (EBS server)
Go to  $MSC_TOP/patch/115/ear
Copy PlanningUIEar.zip  to /tmp or any desired location
Login to console From the Left Panel  of the console Select Deployments –Click on Install?Select ear file and click on Next
Choose target style screen display
Click on Next
Available targets screen display
 Select Managed Server and click on Next?Next?Finish?Save
Deployment should complete successfully
Go to Deployments it should active
Deployment should show in active state
Update boot.properties
cd /u11/ASCP/user_projects/domains/ascp_domain/servers/AdminServer/security
if boot.properties file does not exist  create file and update weblogic username and pwd
username=weblogic
password=weblogicpwd
Save and exit
Do the same steps for managed server  also
cd /u11/ASCP/user_projects/domains/ascp_domain/servers/ascp_ManagedServer/security
create boot.properties file with weblogic username and pwd if not present Deployment should show in active state
END OF STEPS

No comments :

Post a Comment

Note: only a member of this blog may post a comment.