How many times we need to restart weblogic - development enviroment and the system administrator don't have time to helping us?
The solution it's build a python script with weblogic scripting tool (WLST) and run it on the linux development server!
1. First of all, find your wlst file... and run it in your cmd line
Example: /u01/app/oracle/product/12.2.1/bpmqs/oracle_common/common/bin/wlst.sh
1.1. try connect to server:
connect(url='t3://192.168.2.1:8010', username='weblogic', password='welcome1')
1.2. shutdown adminServer:
shutdown('Admin')
1.3. waiting till shutdown has completed, and connected again directly to Default Domain
Example: nmConnect(host='localhost',port='8010', username='weblogic', password='welcome1', domainName='intsrv_domain', nmType='plain')
1.4. Start admin Server:
nmStart(domainAdminServer)
That's it!
Now, you can build merge all of this scripts and put in a python file and run it on cmd line
Example:
/u01/app/oracle/product/12.2.1/bpmqs/oracle_common/common/bin/wlst.sh /path/<yourWLSTPythonFile>.py
Cheers!!
Subscribe to:
Post Comments (Atom)
oracle adf online training from india
ReplyDelete