cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
682
Views
0
Helpful
0
Comments
nmanicka
Cisco Employee
Cisco Employee

After installing EFM 1.6 on CentOS/RedHat, the services like efm-manager need to be set to auto-start on boot up.

 

After running: "/opt/cisco/kinetic/efm_manager/bin/configure_efm_applications.sh"

 

Run: "systemctl daemon-reload"

 

Run the below commands autostart the services:

systemctl enable openresty

systemctl enable efm-server

systemctl enable efm-authentication-server

systemctl enable efm-manager

 

Run the following firewall commands:

sudo firewall-cmd --add-port=443/tcp --permanent

sudo firewall-cmd --add-port=8080/tcp --permanent

sudo firewall-cmd --add-service=https --permanent

sudo firewall-cmd --add-service=http --permanent

sudo firewall-cmd --zone=public --add-port=8443/tcp --permanent

sudo firewall-cmd --zone=public --add-port=9443/tcp --permanent

sudo firewall-cmd --zone=public --add-port=8463/tcp --permanent

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: