Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Flexagon has developed a set of silent install scripts for WebLogic 12.1.3, which can be downloaded here.  

Unix Install

Copy the downloaded zip file to the target server and following the instructions below.

About this Install

Directory Structure - see http://docs.oracle.com/middleware/1213/soasuite/SOEDG/edg_storage.htm#SOEDG2168
We will use local storage for all directories.

...

Code Block
languagebash
cd $FDWLS_ADMIN_DOMAIN_DIRECTORY
nohup ./startWebLogic.sh > AdminServer.out &
tail -f AdminServer.out   (wait for server to start before continuing)


Create Managed Server


Code Block
languagebash
$FD_ORACLE_MW_HOME/wlserver/common/bin/wlst.sh createFDServer.py


Start Node Manager

Code Block
languagebash
cd $FDWLS_ADMIN_DOMAIN_DIRECTORY/bin
nohup ./startNodeManager.sh > NodeManager.out &
tail -f NodeManager.out  (wait for Node Manager to start before continuing)


Start Managed Server

Go to console - http://<host>:7001/console
Login using credentials provided in environment setup

Navigate to Environments→Servers  (switch to control tab)

Start FlexDeploy_Server1