2026-03-12 20:23:15
This commit is contained in:
15
timhall/weblogic/start-node-manager.sh
Normal file
15
timhall/weblogic/start-node-manager.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
# -----------------------------------------------------------------------------------
|
||||
# File Name : https://oracle-base.com/dba/weblogic/start-node-manager.sh
|
||||
# Author : Tim Hall
|
||||
# Description : Starts the WebLogic Node Manager
|
||||
# Call Syntax : ./start-node-manager.sh
|
||||
# Last Modified: 15-JUN-2013
|
||||
# -----------------------------------------------------------------------------------
|
||||
|
||||
export MW_HOME=/u01/app/oracle/middleware
|
||||
export WLS_HOME=$MW_HOME/wlserver_10.3
|
||||
|
||||
echo "Starting Node Manger"
|
||||
nohup $WLS_HOME/server/bin/startNodeManager.sh > /dev/null 2>&1 &
|
||||
|
||||
echo "Done!"
|
||||
Reference in New Issue
Block a user