Automation Remote Weblogic Graceful start and Shut down Linux

What is the best practice for Remote graceful shutdown and Startup of Agile PLM application?

Agile hosted weblogic server does not have Node Manager, 
Agile installation provides startup and shutdown scripts 

Can we use WLST scripts without using agile stratup scripts?

OR develop nested shell scripts to start and shutdown, triggered through Perl or any other scripting language?

Agile Angel Asked on September 11, 2015 in IT and Networking.
Add Comment
3 Answer(s)

To start you have to use agile scripts only.you can create your custom script which start agile server and agile file manager by giving some time interval between two scripts.

Agile User Answered on September 11, 2015.
Add Comment

Can’t say its best practice, but we execute the agile supplied start scripts from shell scripts, and have built in some simple looped tests to bring the system components up in the correct order i.e. 

while [ “$(curl -sS http://*.*.*:7001/Agile/

Agile Angel Answered on September 11, 2015.

what are the components that  you take into consideration to ensure system is up and running?

Oracle weblogic12c has restful management service. has anyone tried.

on September 19, 2015.
Add Comment

Is it possible to install node manager and loop agile domain so that we can attain remote start and stop service using python or fabric script

Agile Angel Answered on September 19, 2015.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.