- login with root or user with sudo -i authorization.
- su - syb<sid>
the screen looks like below:
hostname> su - syb<sid>
syb<sid>@hostname:
3. cd /sybase/sybase_ase/install/RUN_<SID>
startserver -f RUN_<SID>
Note: the above command is for starting the data server.which enable to start sybase Database.
4.cd /sybase/sybase_ase_/install/RUN_<SID>_BS
startserver -f RUN_<SID>_BS
Note: the above command is for starting the Backup server.which needs while taking backup of server.
- by performing step 3 and 4, makes the sybase database turn on:
can ensure through the command: ps -ef | grep -i syb<sid>
- dataserver
- backupserver.
- jsagent(job schedule agent).
on linux, a running sybase ASE should have at least the following process.
No comments:
Post a Comment