This appendix lists the common migration tasks that need to be performed as part of the upgrade process.
This chapter includes the following topics:
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.
To stop the Managed Server(s), do the following:
On UNIX:
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
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:
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
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.
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
To start the WebLogic Administration Server and the Managed Server(s), refer to the following sections:
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
To start the Managed Server(s), do the following:
On UNIX:
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
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:
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
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.