Hi,
being new to the above topics I decided to do some related experiments & learn from it.
Context :
- SLES11 SP3 installed in an Hyper-V vm on Windows 8.1 pro (Dell laptop)
- installed ASE 16 dev. edit. without job scheduler & SAP console (those components failed on install)
Installation nicely started ASE & backup server, stopped them & started to search my own way to have them started/stopped in a controlled way . Basic idea is to use startserver to start both of them in 1 go, but the BS-related part complains about environment variables.
Attached file has been generated by installation as .sh-file in $SYBASE. Content looks useful to me, so my goal was those environment variables, mentioned in there, being set when login is successful (e.g. login of syb<sid> user-ID).
Tried several options ; e.g. :
- copy .sh-file to /etc/init.d & configure it by means of Systems Services (runlevel) in YaST2
--> including awareness of the "header" as in /etc/init.d/skeleton
- copying it's content into /etc/init.d/boot.local
- ...
Checking the result of each modification was always done by "echo $PATH" --> no impact ; alternatively & for verification purposes, I modified the PATH-variable manually in an X-term session using content from that file --> modification accepted ; PATH-variable adapted.
Suggestions to solve this is in a quite easy & understandable way for a newbie is much appreciated ;o)
Thanks in advance,
Joris