I have got the requirement to find the core file in multiple box/machine and trigger email about core file generation.
Do we have any utility which help us to find core in single machine or multiple machine. I believe we should have any utility to find the core file beacuse it is very generic scenario.
After the below input, I am able to write a perl script which find the core file and trigger mail if any core file exist
This script work fine into local machine but I need to add all Production server. Does anyone also provide me any idea to connect linux terminal through Perl script.
As of now, we are concentrating on dev machine So this script can login into all dev machine and find the core file.