Stopping the Database Server with dbstop

Run dbstop from the command line.

Issue a command in this format:
dbstop [ options ] server-name 

For example, to stop a database named iqdemo on the server myserver, enter:

dbstop -c "uid=DBA;pwd=sql;eng=myserver;dbn=iqdemo"

The following example stops a server, myserver, regardless of the database running:

dbstop -c "uid=DBA;pwd=sql;eng=myserver;dbn=utility_db"