![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does anyone tell me how can I configure to auto start ASE server during the linux OS boot. look at /etc/rc.d/init.local |
#3
| |||
| |||
|
|
sang wrote: Does anyone tell me how can I configure to auto start ASE server during the linux OS boot. look at /etc/rc.d/init.local |
#4
| |||
| |||
|
|
Jan Pernica wrote: sang wrote: Does anyone tell me how can I configure to auto start ASE server during the linux OS boot. look at /etc/rc.d/init.local Or alternatively, as root: cd $SYBASE/install/ cp rc.sybase /etc/init.d/ chkconfig --add rc.sybase To check your service : chkconfig --list rc.sybase But be sure to check the rc.sybase script first to adapt it to your envt ($SYBASE, path, etc.) bye, Emmanuel. |
#5
| |||
| |||
|
|
I tried it's work if only one server is started. I tried to add more than one ASE servers to run, it always execute first line, that means only the first one server is started. Why? How can I auto start many servers??? "Emmanuel Cerisier" <com.nexgenfs@ecerisier ???????:42495bf0 (AT) forums-1-dub (DOT) .. Jan Pernica wrote: sang wrote: Does anyone tell me how can I configure to auto start ASE server during the linux OS boot. look at /etc/rc.d/init.local Or alternatively, as root: cd $SYBASE/install/ cp rc.sybase /etc/init.d/ chkconfig --add rc.sybase To check your service : chkconfig --list rc.sybase But be sure to check the rc.sybase script first to adapt it to your envt ($SYBASE, path, etc.) bye, Emmanuel. |
![]() |
| Thread Tools | |
| Display Modes | |
| |