Monday, November 30, 2020

Test Demantra Bounce Steps

 

Stop Demantra TEST Services:

 

Step 1:

 

http://musaib.omer.TST:7001/console

 

·         Login as weblogic/ welcome1 then ,

·         Navigate to  Servers -> Control, select TST_managedserver and click on Shutdown -> Force shutdown now.

·         Once the managed server is fully Shutdown.

·         Select AdminServer(admin) and click on Shutdown -> Force shutdown now.

Step 2:Kill Engine

     a. Login to musaib-omer-tst (putty session)

·         username:

TST            

TST

·          

     b. Check if any Engine services are running by,

ps -ef|grep -i  engine

·         If it displays any Engine processes then

Goto  /u01/app/oracle/products/Engine/bin  and run

 sh KillEngine.sh

·         Check ps -ef|grep -i  engine again ,If the process is still running kill manually by kill -9

3. Stop the Weblogic Services:

       a. Login to musaib-omer-tst server (as demprd usr)

tst    

tst

 

·         Goto /u01/app/oracle/products/oracle_home/user_projects/domains/demantra/bin and run.

              nohup ./stopWebLogic.sh &

·         Check nohup.out, it should display below :

 <Sep 2, 2017 9:25:28 AM EDT>  <Notice> <WebLogicServer> <BEA-000365> <Server state changed to force Shutdown>

<Sep 2, 2017 9:25:28 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in shutdown mode>

4.Stop Node Manager on demprd servermusaib-omer-tst

      a. Goto /u01/app/oracle/products/oracle_home/user_projects/domains/demantra/bin  and run

nohup ./stopNodeManager.sh &

Starting Serives :

 

To start demantra:

1.Start weblogic services.

 a. Login to musaib-omer-tst server (as tst user)

·         goto /u01/app/oracle/products/oracle_home/user_projects/domains/demantra/bin

nohup ./startWebLogic.sh &

·         Check nohup.out, it should display below

<Sep 2, 2017 9:25:29 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>

<Sep 2, 2017 9:25:29 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>

2.Start NodeManger server

   b. Goto /u01/app/oracle/products/oracle_home/user_projects/domains/demantra/bin

        nohup ./startNodeManager.sh &

·         Check nohup.out, it should display below

<Sep 2, 2017 9:26:27 AM> <INFO> <Secure socket listener started on port 5556>

Sep 02, 2017 9:26:27 AM weblogic.nodemanager.server.SSLListener run

INFO: Secure socket listener started on port 5556INFO: Secure socket listener started on port 5556

3. Start Demantra

Login to http://http://musaib.omer.TST:7001/console

·         Goto WLS console Servers -> Control, select tst and click on Start

·         Goto Deployments and Check tst is showing "Active" state and Health "OK"

4. Start the demantra Engine

·         Login to musaib-omer-tst server as tst user

·         Goto /u01/app/oracle/products/Engine/bin

               nohup ./EngineStarter.sh &

·         Check nohup.out, it should display below to confirm Engine came up.

source /u01/app/oracle/product/Engine/bin/setenv.sh; ./EngineStarter DEM_CONN coldemappprd 8

2016-08-02.08:54:14 WARNING: Old eng_coldemappprd was removed from ENGINE_STARTER_LIST

2016-08-02.08:54:15 Engine Starter (ID:eng_coldemappprd, Number of Engines:8) is listening ...

·         Now run below from same Location,

                nohup ./Start_Engine2K.sh &

·         Check nohup.out, it should display like below

source /u01/app/oracle/product/Engine/bin/setenv.sh; ./EngineManager.exe 1 1

2016-08-02.08:55:22 Got notification ID: 39173648E48E009CE053C0A83310A5F8, Message: ConfirmationId=116026&command=AlivePing

2016-08-02.08:55:22 Received Ping request Request. ReplyStatus: SUCCESS

source /u01/app/oracle/product/Engine/bin/setenv.sh; ./EngineManager.exe 99 1

 

 

 

 

No comments:

Post a Comment

Test Demantra Bounce Steps

  Stop Demantra TEST Services:   Step 1:   http://musaib.omer.TST:7001/console   ·          Login as weblogic/ welcome1 then , ...