Before installing an ARIS server on a Linux operating system you must provide ARIS Cloud Controller (ACC) and ARIS Agent to your Linux Red Hat or SUSE system. To allow customizing activities additionally provide the command-line tools ARIS Server Administrator, and ARIS Scriptrunner. Use the *.rpm files for Red Hat or SUSE systems. After you have copied and installed the files start the remote installation from a Windows system.
In RedHat and SUSE systems *.rpm files will perform these actions automatically:
kernel.shmmax:
if "kernel.shmmax < 629145600" then "kernel.shmmax = 629145600"
max_file_max:
if "max_file_max < 200000” then "fs.file-max = 200000"
$max_file_max = "ulimit –n"
If "$max_file_max > 2^20" then max_file_max = 2^20
aris10 soft nofile $max_file_max
aris10 hard nofile $max_file_max
aris10 soft nproc unlimited
aris10 hard nproc unlimited
session required pam_limits.so
This setup will install ARIS Agent and ARIS Publisher Server. The standard setup installs ARIS Publisher Server including Apache TomcatTM Web Application Server. As the used Web Application Server version cannot be the most recent version a denial of service (DoS) vulnerability can occur. This vulnerability is not critical for intranet use. For Internet use please make sure to use the most recent web application server version that matches your security requirements.
For a productive ARIS Publisher system you must select the small or large installation option. For these installation options an external database system is required. The external database system is not included in the package. Depending on the ARIS Publisher Server license purchased, the system enables all users to simultaneously work on exports.
Prerequisites
Procedure
This file provides ARIS Cloud Controller (ACC).
Please note that ACC must be installed before ARIS Cloud Agent can be installed.
This file provides ARIS Agent. ARIS Agent is needed to perform a remote server installation.
rpm –i aris10-acc-<number>-1.x86_64.rpm
This command installs ARIS Cloud Controller (ACC) (/bin/acc10.sh) to your Red Hat and SUSE system.
rpm –i aris10-cloud-agent-<number>-1.x86_64.rpm
This command installs ARIS Agent to your Red Hat system.
rpm –i aris10-cloud-agent-SLES-<number>-1.x86_64.rpm
This command installs ARIS Agent to your SUSE system.
rpm –i aris10adm-<number>-1.x86_64 and rpm –i aris10-scriptrunner-<number>-1.x86_64
These commands optionally install the administrator tools ARIS Server Administrator and ARIS Scriptrunner.
The script creates the specified data groups. Note these values. You must enter the values later during the setup process.
ARISBPDATA: contains all database objects
ARISBPINDEX: contains all index data
The Process Governance module and the Start governance process pop-up menu are only available in the Publisher exports if a Process Governance license is available for the connected ARIS Server and all Process Governance integration parameters have been entered during the ARIS Publisher Server setup process.
Enter the URL to that ARIS Server ARIS Administration:
http://<IP address or fully-qualified host name>:<load balancer port>/umc
You must enter the port number only if you have changed or redirected the standard port.
Enter the ARIS Administration user's name superuser and the corresponding password.
The values shown are the default values used in the create_db.sql file and the default parameters used when setting up the Microsoft SQL server.
Server
Fully qualified name or IP address of the Microsoft SQL server.
Port
Port addressing the SQL server instance running over TCP. The default port number is 1433.
Instance name
When setting up a Microsoft SQL server, the default instance name is MSSQLSERVER. If you use named instances, append a backslash and enter the used instance name instead.
Database name
Name of the database that was created by the create_db.sql script. The default value is ARISBP10.
Application user
Login user name that is used by the application. The default value used in the from create_db.sql file is ARISBP10.
Password
The application user's password. The default value used in the create_db.sql file is *ARISBP!1dm95n#. This password is automatically encrypted during the setup process. You can also enter encrypted passwords.
Data file group
Name of the tablespace for table data that had been created earlier. The default value used in the create_db.sql file is ARISBPDATA.
Index file group
Name of the tablespace for index data that had been created earlier. The default value used in the create_db.sql file is ARISBPINDEX.
This process takes some time. Settings entered during the setup process can be adjusted, such as standard database connection parameters. Use the reconfigure ACC command (see ARIS Cloud Controller (ACC) Command-Line Tool.pdf document) to change settings. After the ARIS Server installation has completed, you must check the installation and configure the system.
After the installation, reports are run by ARIS Publisher Server. You can additionally install a Report Server to optimize system performance when running reports. To install ARIS Publisher Report Server, start this setup again and select the ARIS Publisher Report Server to be installed. After you have installed ARIS Publisher Report Server, exports are managed by ARIS Publisher Server and reports are run by ARIS Publisher Report Server.
To uninstall ARIS from a Red Hat or a SUSE system enter, for example, rpm –e aris10-cloud-agent and rpm –e aris10-acc.
Update installations are available. Components will be stopped. After the system has been updated all components will be started automatically.