2014-11-20 13:36 GMT+02:00 Mohan, Ramasamy <[email protected]>:

>  Hi,
>
>
>
>    In rule file I am trying to execute multiple perl script, in multiple
> rule and multiple  action(Not in single rule, not in single action) but all
> rules in single conf file. Perl  program to check DuplicateDimension.pl,
> PolicyVersionCompare.pl, IndexCorruptionCheck.pl, but once initialized SEC
> terminating automatically with non-zero exitcode.  My doubt is SEC has
> heap size for this program or not. Or any other problem. Please see below
> logs.
>
>
>
>    Kindly help me.
>
>
>

hi,
SEC is never setting memory/heap size limits for programs it forks. As for
the messages in the log, they indicate execution failures with certain exit
codes, and to get an idea why the execution failed, you have to inspect the
scripts themselves. The exit code 127 normally indicates "Path not found"
condition (in other words, the script with the given path name does not
exist). So I would check if the path /opt/HP/BSM/PMDB/bin/scripts/
perl/InternalAlerting/DWHCacheUsageCheck.pl is actualy correct. As for
other to scripts which exited with code 2, I would look into their body and
see when exactly exit(2) is called from these script.
hope this helps,
risto


>  *LOG:*
>
> Wed Nov 19 12:50:00 2014: Executing shell command 'perl
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/PolicyVersionCompare.pl'
>
> Wed Nov 19 12:50:00 2014: Child 25832 created for command 'perl
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/PolicyVersionCompare.pl'
>
> Wed Nov 19 12:50:00 2014: Executing shell command 'perl
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/IndexCorruptionCheck.pl'
>
> Wed Nov 19 12:50:00 2014: Child 25833 created for command 'perl
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/IndexCorruptionCheck.pl'
>
> Wed Nov 19 12:50:00 2014: Executing shell command 'checkdisk'
>
> Wed Nov 19 12:50:00 2014: Child 25834 created for command 'checkdisk'
>
> Wed Nov 19 12:50:00 2014: Executing shell command 'perl
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/CheckContentHealth.pl'
>
> Wed Nov 19 12:50:00 2014: Child 25836 created for command 'perl
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/CheckContentHealth.pl'
>
> Wed Nov 19 12:50:00 2014: Executing shell command 'perl
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/CheckCertificateIssue.pl'
>
> Wed Nov 19 12:50:00 2014: Child 25837 created for command 'perl
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/CheckCertificateIssue.pl'
>
> Wed Nov 19 12:50:00 2014: *Child 25831 terminated with non-zero exitcode
> 127* (
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/DWHCacheUsageCheck.pl )
>
> Wed Nov 19 12:50:00 2014: *Child 25833 terminated with non-zero exitcode
> 2* ( perl
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/IndexCorruptionCheck.pl )
>
> Wed Nov 19 12:50:00 2014: *Child 25836 terminated with non-zero exitcode
> 2* ( perl
> /opt/HP/BSM/PMDB/bin/scripts/perl/InternalAlerting/CheckContentHealth.pl )
>
>
>
> *Thanks and Regards,*
> *Mohan.R*
>
> *E-mail: **[email protected] <[email protected]>*
>
>
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> Simple-evcorr-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users
>
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Simple-evcorr-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to