Open
Description
Hello sir, can you please explain what the parameter to the stopWeblogicAdmin.sh script is supposed to be:
https://github.com/biemond/biemond-orautils/blob/master/templates/stopWeblogicAdmin.sh.erb#L34-L35
# pwd
/opt/scripts/wls
# ./showStatus.sh
__________________________________
| NAME| STATUS| PID|
|__________________|________|______|
| admin| Online| 9196|
|__________________|________|______|
| NodeManager| ---| ---|
|__________________|________|______|
# ./stopWeblogicAdmin.sh
Stopping Weblogic admin for domain ADAMTEST....
Checking if Weblogic admin for domain ADAMTEST is up....
CONFIG_JVM_ARGS -Dweblogic.ssl.JSSEEnabled=false -Dweblogic.security.SSL.enableJSSE=false
The Weblogic admin for domain ADAMTEST is NOT running....
Done....
# ./stopWeblogicAdmin.sh admin
Stopping Weblogic admin for domain ADAMTEST....
Checking if Weblogic admin for domain ADAMTEST is up....
CONFIG_JVM_ARGS -Dweblogic.ssl.JSSEEnabled=false -Dweblogic.security.SSL.enableJSSE=false
The Weblogic admin for domain ADAMTEST is NOT running....
Done....
# ./showStatus.sh
__________________________________
| NAME| STATUS| PID|
|__________________|________|______|
| admin| Online| 9196|
|__________________|________|______|
| NodeManager| ---| ---|
|__________________|________|______|
I think the same parameter exists for startWeblogicAdmin.sh etc.
I guess I just want to make sure all of the scripts work and we understand each of the parameters for them. I noticed that if I run stopNodeManager.sh with the name of the node manager it worked.
Metadata
Metadata
Assignees
Labels
No labels