Sunday 8 December 2019

How to start sybase database and Backup server


  1. login with root or user with sudo -i authorization.
  2. 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>

  1. dataserver
  2. backupserver.
  3. jsagent(job schedule agent).
on linux, a running sybase ASE should have at least the following process.


No comments:

Post a Comment