Stop and Start OBIEE 11g Linux
Stop and Start OBIEE 11g Linux
Stop and Start OBIEE 11g Linux
The following commands will help you stop and start an OBIEE 11g domain in a Linux envirnonment.
By default there should be one managed server, bi_server1 that we will shut down. At the point you
should shut down any other Managed Servers in this WebLogic domain.
Verify that the Managed Server has shutdown completely with ps -ef | grep bi_server1.
There should be a single Node Manager for the machine. Shut it down with the command below.
Verify that the Managed Server has shutdown completely with ps -ef | grep AdminServer.
After issuing the start command we tail the log until we see the message below, indicating that the server
has started successfully.
<WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
There should be a single Node Manager for the machine. Start it up with the command below.
After issueing the start command we tail the log until we see the message below, indicating that the
server has started successfully.
<Info> <Secure socket listener started on port ####>
By default there should be one managed server, bi_server1 that we will start up. At this point you
should start any other Managed Servers in this WebLogic domain.
After issueing the start command we tail the log until we see the message below, indicating that the
server has started successfully.
Server started in RUNNING mode
The opmnctl command stopall should shutdown all running components including opmnctl. You can verify
this by running the status command which should return an error. You should see ouput such as below.