After you make all your configuration changes, restart WebLogic
for the changes to take effect. The WebLogic Managed Server, Node
Manager and the WebLogic Administration Server also need to be restarted.
You must start the WebLogic Administration Server using 64-bit
Java. Before starting the Weblogic Administration server using
startWeblogic.sh
script, ensure
that
JAVA_OPTIONS=-d64
is set in the environment.
7.6.1 Stop WebLogic Managed Server
-
In the WebLogic Server Administration Console,
under Domain Structure, click the domain name.
-
Click the
Control
tab and select the check box beside
the server you want to stop.
-
Click
Shutdown
and select one of these options:
When work completes:
Initiates
a graceful shutdown of the selected server, causing the Managed
Server to notify its subsystems to complete all in-work requests.
A graceful shutdown gives the WebLogic Server subsystems time to complete
certain application processing that is currently in progress.
Force Shutdown Now:
Initiates
a forced shutdown, which causes the Managed Server to instruct subsystems
to immediately drop in-work requests.
-
At the WebLogic Server Administration Console prompt, click
Yes
to
confirm the command.
You can verify that the Managed Server has shut down by viewing
the table at the bottom of the Control tab. The table displays a
list of all the servers and indicates their current state.
7.6.2 Stop WebLogic Administration Server
-
From a command prompt, navigate to
[appserverdomain]\bin
.
-
Type the following command:
-
Enter the WebLogic user name and password (if you enabled
security when installing WebLogic).
7.6.3 Start WebLogic Administration Server
-
From a command prompt, navigate to
[appserverdomain]
.
-
Type the following command:
-
Enter the WebLogic user name and password (if you enabled
security when installing WebLogic).
7.6.4 Start WebLogic Node Manager
-
From a command prompt, navigate to the
[appserver root]
/server/bin directory
and type the appropriate command:
(Windows)
startNodeManager.cmd
(Linux,
UNIX)
./startNodeManager.sh
7.6.5 Start WebLogic Managed Server
-
When the WebLogic Administration Server has started,
log in to the WebLogic Server Administration Console.
-
Under Domain Structure, click
Environment
>
Servers
and,
in the right pane, click the managed server.
-
On the next screen, click the
Control
tab and select
the check box beside the managed server you want to start.
-
Click
Start
and then click
Yes
.
|
|
|