This procedure describes the installation on the active computer. To perform remote installations on Microsoft Windows machines, first run the ARIS Agent setup on the remote computers.
Prerequisites
Procedure
Edit the file
envset.bat to specify the connection data of the Oracle instance. It's a good idea to write down values and credentials. They must be entered later during the ARIS Server setup process.
REM The path to where sqlplus.exe can be found.
SET CIP_ORA_BIN_PATH=<enter the path>
REM hostname, port and service name
SET TARGET_HOST=localhost
SET TARGET_PORT=1521
SET TARGET_SERVICE_NAME=ARIS
REM credentials of the user that is used by the application.
SET CIP_APP_USER=ARIS10
SET CIP_APP_PWD=*ARIS!1dm9n#
REM password of the tenant schemas.
SET CIP_TENANT_SCHEMA_PWD=*ARIS!1dm9n#yy
REM credentials of the Oracle user that will be used to create the application schema.
REM Note that this user must be endowed with DBA privileges such as user SYSTEM.
SET CIP_INSTALL_USER=system
SET CIP_INSTALL_PWD=manager
REM tablespace name of the tablespace in which the data of the application schema should be stored.
SET CIP_TS_DATA=ARISDATA
REM name of the temporary tablespace.
SET CIP_TS_TEMP=TEMP
This will create the application user. The application user (CIP_APP_USER) is the Oracle user connecting ARIS and the Oracle database. The default user name is ARIS10. But you may have changed that name in the envset.bat earlier.
To create the schema objects, run these commands for each schema name aris_master, aris_default and additional tenants.
Run the script cip_create_schema_for_tenant.bat and pass the schema name as parameter, for example:
cip_create_schema_for_tenant.bat aris_master (mandatory)
cip_create_schema_for_tenant.bat aris_default (mandatory)
cip_create_schema_for_tenant.bat <oracle schema name for additional tenant> (optional)
If you are going to create additional tenants for ARIS10.0 to migrate data from ARIS 9.8.7 or later, make sure to use identical names in both ARIS versions. If the schema already exists it will be dropped and recreated.
If you use an external database management system and you have created empty schemes for additional tenants, you must assign additional tenants to these schemes after the ARIS Server setup is completed. The default tenantdefault tenant and the master tenant were assigned automatically.
The Demo scenario option is recommended for demonstration purposes (laptop) only.
Warning
If the hardware does not fit the system requirements, a warning is prompted. In this case do not proceed the setup. Otherwise ARIS might not work reliably.
Make sure this file contains the required ARIS Server license. The functional range depends on the server license that you have purchased (see ARIS Functional Product Matrix).
The values shown are the default values used in the envset.bat file and the default parameters used when setting up the Oracle server.
Enter exactly the values used by the Oracle server, for example, database name. Use the default schema's name and the master schema's name that have been created earlier.
If you want to use an Oracle cluster you must change the connection URL as required: syntax: jdbc:oracle:thin:@<ORACLE_SERVER>:<ORACLE_PORT>:<ORACLE_SID>. If you need to adapt the connection URL later, you can update the external service.
Warning
If you don't, ARIS will not send any notifications, due to the missing mailing functionality.
But you can configure SMTP mail processing at any later point of time. Some parameters can also be managed using the ARIS Administration of this server. Please refer to the online help of ARIS Administration.
Warning
If you enter these parameters but your mail server does not require SMTP authentication, the connection will be rejected.
You can specify a URL to be used for validating the proxy server settings.
Select Start automatically if you want to have the server started up with every restart of your operating system.
Select Start manually if you want to start/stop the server on the active computer manually.
You might want to modify the shortcut (Start > All Programs > ARIS > Administration >...). However, that bears the risk of a stolen password.
The installation process takes some time. You can change settings entered during the setup process. Use the reconfigure ACC command to change settings, such as ports (Redirect ports, Redirect ports). After the ARIS Server installation has completed, you must check the installation and configure the system.
To ensure optimum performance when you are using ARIS with an Oracle database, we recommend that you recalculate the database statistics regularly.