Assign tenant schema for a new tenant
Before you create a new tenant, you must create the ARIS and ARIS Risk and Compliance schemas using the database script provided. For detailed information, see Installation of an Oracle or a Microsoft® database and ARIS server Installation - Windows in the Technical help of ARIS.
Warning
If the tenant is already assigned to the database service, changes to this assignment must be performed using the set tenant [tenant] data for the service db command. This can be necessary if the ARIS Risk and Compliance migration schema must be assigned after the initial tenant assignment.
Start ARIS Cloud Controller (ACC).
To start ACC under a Windows operating system, click Start > ARIS > ARIS Cloud Controller. If you have changed agent user credentials, you must enter the user name and/or the password.
To start ACC under a Linux operating system, execute the acc10.sh shell script instead.
To discover the database service (<dbserviceID>, such as db000000000), enter list external services.
To assign the tenant you want to use for the database service, enter:
assign tenant <tenant name> to service <dbserviceID> com.aris.cip.db.schema =<aris_schema name> com.aris.arcm.db.schema=<arcm_tenant_schema> com.aris.arcm.db.schema.migration=<arcm_tenant_migration_schema>
The parameter com.aris.arcm.db.schema.migration is only required if you want to restore database backups of previous versions and the migration schema is already created.
Example for a tenant with the name test:
assign tenant test to service db0000000000 com.aris.cip.db.schema =ARIS10_ARIS_TEST com.aris.arcm.db.schema= ARIS10_ARCM_TEST com.aris.arcm.db.schema.migration = ARIS10_ARCM_TEST_MIG
The tenant schemas of ARIS and ARIS Risk and Compliance are available and assigned to the tenant.
The new tenant can now be created using ARIS Cloud Controller (ACC) or Tenant Management.