Subject Re: [firebird-support] Re: Automating Firebird maintenance on Linux
Author Steve Wiser
Hi Myles,

Yes, I believe we actually stopped xinetd first to prevent new connections from being made, then killed existing connections.

When you connect to the database with xinetd stopped you have to connect using the local filesystem path, not the network path.

-steve


On Wed, Apr 17, 2019 at 10:20 AM myles@... [firebird-support] <firebird-support@yahoogroups.com> wrote:
 

Thanks Steve.  That's interesting.  I forgot about stopping xinetd.  So if I understand you right, you are suggesting the following:


1.  Review all FB processes (ps -ax | grep fbserver) and kill -9 on those
2.  Shutdown the service of xinetd
3.  gfix to single user - then do maintenance
4.  Start xinetd again

Does that sound right to you?

Myles