Sybase DB start/stop commands
First switch to the syb<sid> user
su - syb<sid>
Logon to the isql interface
isql -U <username> -P <password -S <SID>
To stop the sybase db, use the below command
shutdown
Execute ‘go’ after ‘shutdown’ command, which c...