Disable Server Restart During an Instance Reboot

For Oracle SOA Suite on Marketplace instances provisioned on or after 20.4.2, if you need to reboot an instance, you can optionally disable the default automatic restart of the Administration Server and Managed Servers.

To disable the automatic restart of the Administration Server and Managed Servers when you reboot an Oracle SOA Suite on Marketplace instance (provisioned on or after 20.4.2):

  1. In the DOMAIN_HOME directory, open soampRebootEnv.sh in a text editor:
    vi ${DOMAIN_HOME/soampRebootEnv.sh
  2. Set the start_server_on_reboot variable to false:
    export start_server_on_reboot=false
  3. Save soampRebootEnv.sh.
To enable the automatic restart of the servers again, open soampRebootEnv.sh and set the start_server_on_reboot variable to true:
export start_server_on_reboot=true