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?
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.
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/
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