Autorestart Nodemanager/AdminServer script for Suse
I have a script for autorestart of nodemanager and Admin Server under Linux (Redhat), but now I need to a script for Suse.
The main different is path and different syntax of:
# For Redhat
# . /etc/rc.d/init.d/functions
# For Suse
. /etc/rc.status
e.g. suse uses some functions called "rc_reset" "rc_status" but redhat uses some functions called "success" "failure" and variable "RETVAL"
My questions:
1- Is one Oracle's script for autorestart of nodemanager and Admin Server under SUSE available?
2- If Oracle doesn't have such scripts, then does somebody prepared such scripts?
Thanks in advance,