You stop the Firebird processes after you stop the other Information Portal processes. Firebird processes are independent of the Application Server processes or XSL processes. If they are already running, you can stop and start the other processes without a problem.
To stop a Firebird process running as a console application
1 | Open a console session to your Application Server. |
2 | At the “#” prompt, enter this command: |
cd /usr/firebird/bin
3 | At the “#”prompt, enter this command: |
./fbmgr -shut -password masterkey
The Firebird process stops and the system displays a message like this one:
server shutdown completed
4 | Close all windows. |
To stop a Firebird process running as a Linux daemon
1 | Open a console session to your Application Server. |
2 | At the “#” prompt, enter this command: |
/etc/init.d/firebird stop
The Firebird process stops and the system displays a message like this one:
server shutdown completed
© 1998-2017 Sirsi Corporation