On Tue, Feb 28, 2012 at 5:11 PM, Budai Laszlo <laszlo.bu...@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??

--
Linux-cluster mailing list
Linux-cluster@redhat.com
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to