Start the WebLogic Server Processes

If you did not stop the WebLogic servers on the Oracle Java Cloud Service instance, then stop the WebLogic servers on the Oracle Java Cloud Service instance now. Oracle does not support running two WebLogic domains using JRF simultaneously. Use the WebLogic Server Administrative Console to stop all the servers.

Complete the following steps on the migrated Oracle WebLogic Server for OCI instance:

  1. As an opc user, log in to the Administration VM in the instance and run the following command:
    sudo su - oracle
    /opt/scripts/restart_domain.sh -o start
    # run jps to confirm that the processes are running.
    jps
  2. As an opc user, log in to the each non-administration VM in the instance and run the following command:
    sudo su - oracle
    /opt/scripts/restart_domain.sh -o start
    # run jps to confirm that the processes are running.
    jps