To stop the BI Server:
1.
Log in to 192.168.x.xx through putty
2.
Go to the folder
dev03/middleware2/instances/instance1/bin
3.
Run command “ ./opmnctl stopall”
4.
Stop managed server:
Go to dev03/middleware2/user_projects/domains/bifoundation_domain/bin/
And run below command.
“./stopManagedWebLogic.sh bi_server1 t3://192.168.x.xx:7001
weblogic weblogic1”
5.
Stopping weblogic server:
Go to dev03/middleware2/user_projects/domains/bifoundation_domain/bin/
And run below command.
“./stopWebLogic.sh”
To start the BI Server:
1.
Start Weblogic
Go to Go to dev03/middleware2/user_projects/domains/bifoundation_domain/bin/
And run
“nohup ./startWebLogic.sh
-Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic1
&”
2. Start Node manager
Go to dev03/middleware2/ wlserver_10.3/server/bin/
And run below command
“nohup ./startNodeManager.sh > NOD.out &”
3.
Start Managed server
Go to dev03/middleware2/user_projects/domains/bifoundation_domain/bin/
And run below command
nohup ./startManagedWebLogic.sh
bi_server1 t3://192.168.x.xx:7001 > bis1_startup.log &
4. Start
opmnctl
Goto dev03/middleware2/instances/instance1/bin
“./opmnctl
startall”
You
can see below output after running this
No comments:
Post a Comment