Re: EFM Startup Failed

From: manish yadav <manishy174(at)yahoo(dot)co(dot)in>
To: pgsql-admin(at)lists(dot)postgresql(dot)org, "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: EFM Startup Failed
Date: 2020-01-27 07:13:23
Message-ID: 691665420.14078227.1580109203929@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
As per the error details provided, folder i.e. /etc/efm-2.1 should have permission to be set to 600 by root (especially efm.nodes file).  You may try using below
#chmod 600 /etc/efm-2.1
Share the output
#ls -rlth /etc/ 
#ls -rlth /etc/efm-2.1 
Thanks and Regards,
Manish Yadav
Mobile : +91 8527607945

On Friday, 24 January 2020, 11:58:57 PM IST, Krishna B <krishnasvkb(at)gmail(dot)com> wrote:

Hi All,
When i am trying to start EFM i am getting below error,Can anyone help me to resolve this issue?.thank you

[root(at)prod efm-2.1]# systemctl start efm-2.1
Job for efm-2.1.service failed because the control process exited with error code. See "systemctl status efm-2.1.service" and "journalctl -xe" for details.
[root(at)prod efm-2.1]# cd /var/log/efm-2.1/
[root(at)prod efm-2.1]# ls
efm.log  startup-efm.log
[root(at)prod efm-2.1]# cat startup-efm.log
[ 1/24/20 12:16:46 PM ] Could not parse nodes file :
[ 1/24/20 12:16:46 PM ] sudo /usr/efm-2.1/bin/efm_root_functions readnodes efm
[ 1/24/20 12:16:46 PM ]
[ 1/24/20 12:16:46 PM ] exit status: 1
[ 1/24/20 12:16:46 PM ] output:
[ 1/24/20 12:16:46 PM ] Permission denied. /etc/efm-2.1/efm.nodes must be owned by root with 600 permissions.
[ 1/24/20 12:18:49 PM ] Could not parse nodes file :
[ 1/24/20 12:18:49 PM ] sudo /usr/efm-2.1/bin/efm_root_functions readnodes efm
[ 1/24/20 12:18:49 PM ]
[ 1/24/20 12:18:49 PM ] exit status: 1
[ 1/24/20 12:18:49 PM ] output:
[ 1/24/20 12:18:49 PM ] Permission denied. /etc/efm-2.1/efm.nodes must be owned by root with 600 permissions.
[ 1/24/20 12:21:04 PM ] Could not parse nodes file :
[ 1/24/20 12:21:04 PM ] sudo /usr/efm-2.1/bin/efm_root_functions readnodes efm
[ 1/24/20 12:21:04 PM ]
[ 1/24/20 12:21:04 PM ] exit status: 1
[ 1/24/20 12:21:04 PM ] output:
[ 1/24/20 12:21:04 PM ] Permission denied. /etc/efm-2.1/efm.nodes must be owned by root with 600 permissions.
[ 1/24/20 12:22:25 PM ] Could not parse nodes file :
[ 1/24/20 12:22:25 PM ] sudo /usr/efm-2.1/bin/efm_root_functions readnodes efm
[ 1/24/20 12:22:25 PM ]
[ 1/24/20 12:22:25 PM ] exit status: 1
[ 1/24/20 12:22:25 PM ] output:
[ 1/24/20 12:22:25 PM ] Permission denied. /etc/efm-2.1/efm.nodes must be owned by root with 600 permissions.
Could not read properties file: /etc/efm-2.1/efm.properties
[ 1/24/20 12:24:35 PM ] Could not read properties file: /etc/efm-2.1/efm.properties
Could not read properties file: /etc/efm-2.1/efm.properties
[ 1/24/20 12:25:13 PM ] Could not read properties file: /etc/efm-2.1/efm.properties
Could not read properties file: /etc/efm-2.1/efm.properties
[ 1/24/20 12:26:53 PM ] Could not read properties file: /etc/efm-2.1/efm.properties
ThanksKrishna.B469 345 5246

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Laurenz Albe 2020-01-27 07:55:10 Re: Declarative partitioning and materialized views
Previous Message Peter Wainaina 2020-01-27 05:55:51 HOW TO FIX LOCK ISSUE DURING DML