Hello
I recently tried to do a remote installation of ARIS Connect Server (10.0.22.0.3295151) from a computer running Windows Server 2019 to a computer running Linux.
I chose the Standard installation type (i.e. using the embedded DBMS), and the Required memory option set to "Large".
The installation started successfully, but after 10 minutes the installation was interrupted with the error "Unable to start the system up to app type 'zoo'. The command failed."
When I reinstalled (I wanted to change the "Large" option to "Medium"), the installer showed that the components I selected in the previous installation ("ARIS Server", "ARIS Aware") were already installed.
Tell me please how can I remove the previous incorrect installation on a remote machine running Linux, so that I can then start installing the "ARIS Server", "ARIS Aware" components with the correct parameter "Required memory option"?
André Vitor Oliveira on
Hi
Is immportant to know the problem by seeing the log "ARIS_Install_full.log", usually could be related by not enough requirements to run the Large installation or something else, but this is a guess.
However to install you will need to do via Linux :)
For example to Red hat usally the packages are:
Red Hat
• aris-cloud-agent-<version>.x86_64.rpm
• aris-acc-<version>-1.x86_64.rpm
To uninstall already existing version:
rpm -e {page name}
Eg: rpm -e aris10-acc.x86_64
rpm -e aris10-cloud-agent.x86_64
BR
AO