Jump to content

marco1958

Members
  • Posts

    7
  • Joined

Posts posted by marco1958

  1. After cleaning old ESET file security 4 Linux & agent files I installed using the commands given below.

    Worked like a charm on RHEL8!

    On RHEL7 I had to killed the first startd (parent init) to get the other processes running.

    Looks as a major improvement compared to the old 4 version. Did not test thoroughly yet.

    Needed "systemctl enable eraagent && systemctl start eraagent" to survive a reboot.

     

    # wget https://download.eset.com/com/eset/apps/business/efs/linux/latest/efs.x86_64.bin
    # wget https://download.eset.com/com/eset/apps/business/era/agent/v7/latest/agent-linux-x86_64.sh
    # sh ./efs.x86_64.bin
    # {yum|dnf} install efs-7.0.1152.0.x86_64.rpm
    # /opt/eset/efs/sbin/setgui -gre
    # /opt/eset/efs/sbin/startd
    # sh agent-linux-x86_64.sh --skip-license --cert-auto-confirm \
    	--hostname=raserver --port=2222 \
    	--webconsole-hostname=raserver --webconsole-port=2223 \
    	--webconsole-user="user" --webconsole-password="password"
    :
    Initialized log file: /var/log/eset/RemoteAdministrator/EraAgentInstaller.log
    :
    ESET Management Agent Installer (version: 7.1.367.0), ...
    Creating directories...
    :
    Service started.
    Product installed.
    # ps -ef | grep efs
    root      6319     1  0 12:53 ?        00:00:00 /opt/eset/efs/sbin/startd
    eset-ef+  6323  6319  0 12:53 ?        00:00:00 /opt/eset/efs/lib/logd
    root      6324  6319  0 12:53 ?        00:00:00 /opt/eset/efs/lib/sysinfod
    eset-ef+  6325  6319  3 12:53 ?        00:00:20 /opt/eset/efs/lib/updated
    eset-ef+  6326  6319  0 12:53 ?        00:00:00 /opt/eset/efs/lib/licensed
    eset-ef+  6327  6319  0 12:53 ?        00:00:01 /opt/eset/efs/lib/confd
    root      6332  6319  0 12:53 ?        00:00:00 /opt/eset/efs/lib/oaeventd
    eset-ef+  6337  6319 22 12:53 ?        00:02:34 /opt/eset/efs/lib/scand
    eset-ef+  6404  6319  0 12:54 ?        00:00:00 /opt/eset/efs/lib/webd/backend/webd
    eset-ef+  6418  6319  0 12:54 ?        00:00:00 /opt/eset/efs/lib/authd
    root      6769  6319  0 12:59 ?        00:00:00 /opt/eset/efs/lib/execd
×
×
  • Create New...