8000 Script param explanation · Issue #4 · biemond/biemond-orautils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Script param explanation #4
Open
@adamjk-dev

Description

@adamjk-dev

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0