[Linux-cluster] What does it means "rgmanager status 139"?

C. L. Martinez carlopmart at gmail.com
Tue Feb 28 16:36:20 UTC 2012


On Tue, Feb 28, 2012 at 5:11 PM, Budai Laszlo <laszlo.budai at gmail.com> wrote:
> are you sure that your script is not missing some environmental
> parameter that is set in your login profile? (or some environmental
> parameter has a wrong value ... )
>
> Kind regards,
> Laszlo
>

Yes, I'm sure ... because splunk doesn't needs special options in
login profiles ... Ok I have changed status function in startup script
by:

  status)
        expr `$prog status | grep 'is running' | wc -l` == 0
        status=$?
        if [ $status -eq 1 ]; then
                exit 0
        else
                echo 3
        fi
        ;;

 ... adn now It works ... really strange ... Some ideas??




More information about the Linux-cluster mailing list