A Common Migration Tasks

This appendix lists the common migration tasks that need to be performed as part of the upgrade process.

This chapter includes the following topics:

A.1 Stopping the Servers

To stop the WebLogic Administration Server and the Managed Server(s), refer to the following sections:

You must stop the Managed Server(s) first, and then the WebLogic Administration Server.

A.1.1 Stopping the Managed Server(s)

To stop the Managed Server(s), do the following:

On UNIX:

  1. Move from your present working directory to the MW_HOME/user_projects/domains/domain_name/bin directory by running the following command on the command line:

    cd MW_HOME/user_projects/domains/domain_name/bin

  2. Run the following command to stop the servers:

    ./stopManagedWebLogic.sh managed_server_name admin_url admin_username password

    where

    managed_server_name is the name of the Managed Server.

    admin_url is URL of the WebLogic administration console. Specify it in the format http://host:port/console. Specify only if the WebLogic Administration Server is on a different computer.

    admin_username is the username of the WebLogic Administration Server.

    password is the password of the WebLogic Administration Server.

On Windows:

  1. Move from your present working directory to the MW_HOME\user_projects\domains\domain_name\bin directory by running the following command on the command line:

    cd MW_HOME\user_projects\domains\domain_name\bin

  2. Run the following command to stop the Managed Servers:

    stopManagedWebLogic.cmd managed_server_name admin_url admin_username password

    where

    managed_server_name is the name of the Managed Server.

    admin_url is URL of the WebLogic administration console. Specify it in the format http://host:port/console. specify only if the WebLogic Administration Server is on a different computer.

    admin_username is the username of the WebLogic Administration Server.

    password is the password of the WebLogic Administration Server.

For more information, see "Stopping the Stack" in the Oracle Fusion Middleware Installation Guide for Oracle Identity and Access Management.

A.1.2 Stopping the WebLogic Administration Server

To stop the WebLogic Administration Server, do the following:

On UNIX:

Run the following commands:

cd MW_HOME/user_projects/domains/domain_name/bin

./stopWebLogic.sh

On Windows:

Run the following commands:

cd MW_HOME\user_projects\domains\domain_name\bin

stopWebLogic.cmd

A.2 Starting the Servers

To start the WebLogic Administration Server and the Managed Server(s), refer to the following sections:

A.2.1 Starting the WebLogic Administration Server

To start the WebLogic Administration Server, do the following:

On UNIX:

Run the following commands:

cd MW_HOME/user_projects/domains/domain_name/bin

./startWebLogic.sh

On Windows:

Run the following commands:

cd MW_HOME\user_projects\domains\domain_name\bin

startWebLogic.cmd

A.2.2 Starting the Managed Server(s)

To start the Managed Server(s), do the following:

On UNIX:

  1. Move from your present working directory to the MW_HOME/user_projects/domains/domain_name/bin directory by running the following command on the command line:

    cd MW_HOME/user_projects/domains/domain_name/bin

  2. Run the following command to start theManaged Servers:

    ./startManagedWebLogic.sh managed_server_name admin_url admin_username password

    where

    managed_server_name is the name of the Managed Server

    admin_url is URL of the administration console. Specify it in the format http://host:port/console. Specify only if the WebLogic Administration Server is on a different computer.

    admin_username is the username of the WebLogic Administration Server.

    password is the password of the WebLogic Administration Server.

On Windows:

  1. Move from your present working directory to the MW_HOME\user_projects\domains\domain_name\bin directory by running the following command on the command line:

    cd MW_HOME\user_projects\domains\domain_name\bin

  2. Run the following command to start the Managed Servers:

    startManagedWebLogic.cmd managed_server_name admin_url admin_username password

    where

    managed_server_name is the name of the Managed Server.

    admin_url is URL of the administration console. Specify it in the format http://host:port/console. Specify only if the WebLogic Administration Server is on a different computer.

    admin_username is the username of the WebLogic Administration Server.

    password is the password of the WebLogic Administration Server.

For more information, see "Starting the Stack" in the Oracle Fusion Middleware Installation Guide for Oracle Identity and Access Management.