Stop the WebLogic Server Processes

Stop all the WebLogic Server processes on both the Oracle WebLogic Server for OCI and Oracle Java Cloud Service instances.

In Oracle WebLogic Server for OCI:
  1. 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 stop
    # run jps to confirm that there are no more processes are running. If there are run kill -9 on each.
    jps
  2. 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 stop
    # run jps to confirm that there are no more processes are running. If there are run kill -9 on each.
    jps

In Oracle Java Cloud Service:

Using the Oracle WebLogic Server Administration Console, stop the WebLogic servers on the Oracle Java Cloud Service instance.

Oracle recommends that you stop the WebLogic servers in your Oracle Java Cloud Service prior to beginning the migration process. Use the Oracle WebLogic Server Administration Console to stop all the WebLogic servers on the Oracle Java Cloud Service instance. However, if you have minimal downtime requirements, you can wait to stop the WebLogic servers in your Oracle Java Cloud Service at the point in which you start the WebLogic Server processes for the migrated Oracle WebLogic Server for OCI.