0 Votes

Silent Domain Configuration

Last modified by Jeff McDonald on 2021/11/26 15:17

Steps for creating a domain without the GUI...

Set Middleware Home

Update your environment variables to point to the Fusion Middleware Home directory...

export MW_HOME=/opt/oracle/occas71
export PATH=$PATH:${MW_HOME}/oracle_common/common/bin

Set WLST Environment

Run the script to create the necessary environment variables...

setWlstEnv.sh

Create the Domain Silently

Find the correct template and make a copy of it...

cd /opt/oracle/occas71/occas/common/templates/scripts/wlst
cp occas-replicated.py usbank.py

Modify the contents to change:

  • domainName
  • password
  • ServerStartMode

Execute the new script...

wlst.sh usbank.py