Subject | Re: [firebird-support] Re: Automating Firebird maintenance on Linux |
---|---|
Author | Steve Wiser |
Post date | 2019-04-17T16:07:07Z |
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 those2. Shutdown the service of xinetd3. gfix to single user - then do maintenance4. Start xinetd againDoes that sound right to you?Myles