Your task is to create and start a managed server on a "remote" computer (a computer other than the one where the domain has been created and the Administration server is currently running).
So far you have:
1. Created the managed server, called startmanaged1, in the administration console
2. Created a managed server" JAR file template by using the pack command or, the Administration server computer.
Which order of steps on the remote computer will successfully finish your task?
Correct Answer: D
Explanation/Reference:
Explanation:
Creating a Managed Server on a Remote Machine
(Step 3) * Install WebLogic Server on the machines on which you want to host Managed Servers for the WebLogic domain.
* Establish a session with the remote machine. You may use any valid method, such as telnet, to do so.
Step 4:
* Copy the Managed Server template to the remote machine.
* On the remote machine, navigate to the WLS_HOME\common\bin directory.
* (Step 5) Run the following command:
unpack -domain=domain -template=template.jar
Starting Managed Servers on a Remote Machine
* Start the Administration Server for the WebLogic domain
* On the remote machine, navigate to the directory for the WebLogic domain that you created
*(Step 6) Start the Managed Server on the remote machine.
On a Windows system, run one of the following commands at the DOS prompt:
startmy_managed_server
startManagedWebLogic my_managed_server admin-url
On a UNIX system, run one of the following commands:
/startmy_managed_server.sh
/startManagedWebLogic.sh my_managed_server admin-url
References: