From 5375ca90362d5e2cd067eef31de696f4c1708c47 Mon Sep 17 00:00:00 2001 From: Bobby Bissett Date: Mon, 25 Mar 2024 07:26:38 -0400 Subject: [PATCH] Add more information about efm startup log This changes adds notes in two places to tell the user to check the startup log if there is a problem starting efm. Too often the user only checks 'systemctl status' output, which does not contain the problem. (I'd like to get rid of the startup log because users forget it's there and it's not needed any more. I don't know when it will happen though: https://enterprisedb.atlassian.net/browse/EFM-1619) --- product_docs/docs/efm/4/05_using_efm.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product_docs/docs/efm/4/05_using_efm.mdx b/product_docs/docs/efm/4/05_using_efm.mdx index 4ff307ea1f2..b7040a1dbec 100644 --- a/product_docs/docs/efm/4/05_using_efm.mdx +++ b/product_docs/docs/efm/4/05_using_efm.mdx @@ -39,6 +39,8 @@ To start the Failover Manager cluster on RHEL/CentOS 7.x or RHEL/Rocky Linux/Alm `systemctl start edb-efm-4.` +!!! Note + If the agent fails to start, see the startup log `/var/log/efm-4./startup-efm.log` for more information. If the cluster properties file for the node specifies that `is.witness` is `true`, the node starts as a witness node.