Centos - Ecognition software pre-installation guide
Please make sure the you went through the following checklist before the eCognition software gets installed on CentOS
Firewall
- Disable the local firewall:
# service iptables save
# service iptables stop
# chkconfig iptables off - Verify the firewall is disabled:
# service iptables status
SELINUX
- Configure SELINUX=disabled in the /etc/selinux/config file:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
SELINUXTYPE=targeted - Reboot your system. After reboot, confirm that the getenforce command
returns Disabled:
# getenforce
FUSE
- Install FUSE component
# yum install install fuse-devel fuse-libs fuse gvfs-fuse
- Activate FUSE Kernel Module:
# modprobe fuse
RedHat LSB
- Install Redhat-LSB 64bit and 32bit:
# yum install redhat-lsb.i686 redhat-lsb.x86_64
lmadmin
- Start lmadmin without web-interface
# lmadmin -noweb
Was this article helpful?
3 comments
Turning off the firewall and selinux is ill advisable. I run, serve licenses to clients and have installed eCog 8x with both enabled without any issues.
RedHat/CentOS 7 does not use iptables for firewall management.
There are one two many 'install' options in the FUSE section.
Hi Sebastian,Could you kindly send me the details to instal ecognition on CentOS, Thank you