I have created two scripts (attached above) to start and stop Process Schedulers (UNIX flavour) in case you have multiple domains at the same location (say 5 or 10) and you need to bounce all scheduler domains at once...
prcs-stop-all.sh -- To stop all present domains at once
prcs-start-all.sh -- To start all present domains at once
Note: prcs_list.txt is the file which contains all the domain names and should reside at the same place where you wil put these scripts (DIR). Also, in the script, there is a wild card "<Guess for domain name>", for example, in case your all domain starts like PSR, put PSR* in place of wild card...
I have created two scripts (attached above) to start and stop Process Schedulers (UNIX flavour) in case you have multiple domains at the same location (say 5 or 10) and you need to bounce all scheduler domains at once...
prcs-stop-all.sh -- To stop all present domains at once
prcs-start-all.sh -- To start all present domains at once
Note: prcs_list.txt is the file which contains all the domain names and should reside at the same place where you wil put these scripts (DIR). Also, in the script, there is a wild card "<Guess for domain name>", for example, in case your all domain starts like PSR, put PSR* in place of wild card...
Thanks
Alok