Subject Re: [firebird-support] Where is ibmgr?
Author Helen Borrie
At 04:46 PM 11/07/2003 +0000, you wrote:
>I'm sure I'm being very thick, but where is ibmgr?

ibmgr has had a name change - it is now fbmgr..BUT

>I have just
>installed FB 1.5 RC 4 onto a clean linux machine. I navigated to
>the /usr/local/firebird/bin direcory but I cannot find the ibmgr.

If you installed RC 4 then you installed Classic. Classic doesn't use fbmgr.

>So,
>how do I stop and start the server?

Classic starts one fb_inet_server process for each connection. If there are
no connections, then xinetd is listening for connection requests but no
Firebird server is actually running.

To start a process, log in. To end a process, log out. To force a process
to end, get its PID from top and issue a kill -9 thatpid

heLen