Jump to content

ERAS 6.2 - Linux - Component installation


Recommended Posts

Hi there

 

I am trying to install ERAS6.2 under linux, but i can't get past the installer script:

 

[root@localhost eset]# ./Server-Linux-x86_64.sh \
> --skip-license \
> --db-driver=MySQL \
> --db-hostname=127.0.0.1 \
> --db-port=3306 \
> --db-admin-username=root \
> --db-admin-password=PASSWORD \
> --server-root-password=PASSWORD \
> --db-user-username=root \
> --db-user-password=PASSWORD \
> --cert-hostname="10.11.12.7;eras6"
 
ESET Remote Administrator Server Installer (version: 6.2.200.0), Copyright © 1992-2015 ESET, spol. s r.o. - All rights reserved.
 
Extracting archive, please wait...
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
 
Error: Problem unpacking installer data

 

 

 
I first tried under Debian 8.2, but then noticed that it is not officially supported, so i went to CentOS 7, but the same happened.
 
I tried re-downloading in fear of a corrupt file, but no go.
I can extract it under windows tho, it seems to be ok and not corrupted.
Permissions are set (both in the file and in the folder).
 
No idea what else to try.
Link to comment
Share on other sites

As i said, permissions are FINE.

 

If it lacks execute permission, you get "permission denied" when running it.

 

I can run it with -v, and it displays the version.

 

The problem comes when it has to extract itself.

Link to comment
Share on other sites

Can you try and download file with wget? Alternatevly, may I suggest you to download ISO file with all installers and then mounting ISO file. It worked for me.

Link to comment
Share on other sites

86

wget  hxxp://download.eset.com/download/ra/v6/standalone-installers/server/Server-Linux-i386.sh

64

hxxp://download.eset.com/download/ra/v6/standalone-installers/server/Server-Linux-x86_64.sh

 

./"Server-Linux-i386.sh" or "Server-Linux-x86_64.sh" \
--skip-license \
--db-driver=MySQL \
--db-hostname=127.0.0.1 \
--db-port=3306 \
--db-admin-username=root \
--db-admin-password="password database" \
--server-root-password="password era server" \
--db-user-username=root \
--db-user-password="password database era" \
--cert-hostname="127.0.0.1;eras6"
Link to comment
Share on other sites

This is weird.

 

If i copy the installers FROM my linux server to my windows machine, and then copy them back to the linux server (i am using winscp 5.7.5), the original error comes back.

 

Ignoring that, now the installer is complaining about:

 

Error: Admin connection not working. Unable to continue.
Edited by rcocchiararo
Link to comment
Share on other sites

I installed everything and also the ODBC was set after installing either it's package or the mysql-community-server.

 

I am gonna try again in debian, the procedure is better laid out.

Link to comment
Share on other sites

 

This is weird.

 

If i copy the installers FROM my linux server to my windows machine, and then copy them back to the linux server (i am using winscp 5.7.5), the original error comes back.

 

Ignoring that, now the installer is complaining about:

 

Error: Admin connection not working. Unable to continue.

 

 

Using binary mode?

Link to comment
Share on other sites

not exist installers all in one for linux

 

hxxp://www.eset.com/int/download/business/detail/family/257/

 

Select All-in-one ISO image from Select installer type drop down menu.

 

Inside ISO:

 

E:.

├───All-in-one Installers

│   └───Windows

└───Standalone Installers

    ├───Agent

    │   ├───Linux

    │   ├───Mac

    │   └───Windows

    ├───Migration Tool

    │   └───Windows

    ├───Mobile Device Connector

    │   ├───Linux

    │   └───Windows

    ├───Proxy

    │   ├───Linux

    │   └───Windows

    ├───Rogue Detection Sensor

    │   ├───Linux

    │   └───Windows

    ├───Server

    │   ├───Linux

    │   └───Windows

    ├───ThirdParty

    │   └───Windows

    │       ├───Apache HTTP Server with HTTP proxy

    │       ├───Apache Tomcat

    │       ├───SQL Server Express

    │       └───WinPcap

    └───WebConsole

Link to comment
Share on other sites

 

not exist installers all in one for linux

 

hxxp://www.eset.com/int/download/business/detail/family/257/

 

Select All-in-one ISO image from Select installer type drop down menu.

 

Inside ISO:

 

E:.

├───All-in-one Installers

│   └───Windows

└───Standalone Installers

    ├───Agent

    │   ├───Linux

    │   ├───Mac

    │   └───Windows

    ├───Migration Tool

    │   └───Windows

    ├───Mobile Device Connector

    │   ├───Linux

    │   └───Windows

    ├───Proxy

    │   ├───Linux

    │   └───Windows

    ├───Rogue Detection Sensor

    │   ├───Linux

    │   └───Windows

    ├───Server

    │   ├───Linux

    │   └───Windows

    ├───ThirdParty

    │   └───Windows

    │       ├───Apache HTTP Server with HTTP proxy

    │       ├───Apache Tomcat

    │       ├───SQL Server Express

    │       └───WinPcap

    └───WebConsole

 

 

It has much unnecessary Package.

Link to comment
Share on other sites

 

 

This is weird.

 

If i copy the installers FROM my linux server to my windows machine, and then copy them back to the linux server (i am using winscp 5.7.5), the original error comes back.

 

Ignoring that, now the installer is complaining about:

 

Error: Admin connection not working. Unable to continue.

 

 

Using binary mode?

 

Changing from auto to binary in the transfer mode made this happen:

 

-bash: ./Server-Linux-x86_64.sh: /bin/sh^M: bad interpreter: No such file or directory
 
For now, it is installing on debian, i might have to wget each installer on the linux server :P
Link to comment
Share on other sites

I installed all the components i needed (Server, webconsole, agent, rougue detection).

 

My first issue now, is that i can't run the AD sincronizarion:

 

There is a KB saying to write the username as DOMAN\user (it tells you to use THAT format, then also says to use all caps). 

If i do that, i get an error saying that "domainusername@domain" was not found in kerberos.

 

If i just use the username, i get:

 

Error loading data: Active directory browsing failed. Check input server parameters and AD availability.: Trace info: SearchLdap: 'ldapsearch' failed with 250 exit code, stderr: ldap_sasl_interactive_bind_s: Unknown authentication method (-6) additional info: SASL(-4): no mechanism available: No worthy mechs found

 

Ok, just tried again following all the KB, except using only "username", and it worked.

 

ps: i have another ERAS6 installation in a windows server, that was so much friendly :P

Edited by rcocchiararo
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...