|
• When installing Viewer, you can skip the configuration of LDAP, database, and License Server by selecting the Skip database configuration check box, since you can use the Deployment Configurator utility for configuring the same. For more information on this utility, see Using the Servigistics InService Deployment Configurator Utility.
• This section does not provide the steps to install any database. The database must already be installed on the machine, where you can further configure the basic database installation settings required for Servigistics InService to work properly.
|
Option | Options | Description | ||
Database Software | • Oracle • SQL Server • PostgreSQL | Use the drop-down list to select the type of database software to be used. | ||
Database Configuration | For Windows: • Create a new database and user • Configure to an existing user on an existing database • Create a new user on an existing database For Linux: • Create a new database and user • Create a new user on an existing database • Configure to an existing user on an existing database | Select whether or not to create a new database and then create a new user on that database, to use an existing user, or to allow the installation process to create a new one on an existing database. By default the installer configures a new database and a new user.
| ||
Oracle Server Installation Directory (ORACLE_HOME) | Specify the directory where the Oracle server is installed. | |||
SQL Server Installation Directory | Specify the directory where the SQL server is installed. | |||
SQL Server Client Installation Directory | Specify the directory where the client for the SQL server is installed. | |||
Load data into existing Database | Selecting this option loads the base data into the existing database.
|
Option | Default | Description |
*Oracle DNS Registered Host Name: | <hostName>.<domain> | Defines the fully qualified machine name of the Oracle server. |
*Database Listener Port Number: | 1521 | Defines the port number the Oracle server listens on. |
*Global Database Name (SID) or Service Name: | wind | Defines the Oracle Database System Identifier name to be given to the database when it is created. The number cannot exceed 8 alphanumeric characters, and must not begin with a numeric digit. For existing databases the database Service Name must be used. |
Prefix for Generated Credentials | If checked, the prefix specified is propagated to each database user name. Typically this is only used in test or non-production systems. | |
Database Account Credentials | Enter the database user accounts that will be created with the provided password. For existing users the credentials will be validated using the provided user name and password. |
Option | Default | Description |
*SQL Server DNS Registered Host Name | <hostName>.<domain> | Defines the fully qualified machine name of the SQL server. |
*TCP Port Number for SQL Server Instance | 1433 | Defines the port number the SQL server listens on Client Installation Directory. |
Installed SQL Server Instance Name (Named Instance only) | Instance name to identify installation directories and registry keys for your instance of SQL server. | |
SQL Server Database Name | Defines the SQL Database System Identifier name to be given to the database when it is created. The number cannot exceed 8 alphanumeric characters, and must not begin with a numeric digit. For existing databases the database Service Name must be used. | |
Prefix for Generated Credentials | If checked, the prefix specified is propagated to each database user name. Typically this is only used in test or non-production systems. | |
Database Account Credentials | Enter the database user accounts that will be created with the provided password. For existing users the credentials will be validated using the provided user name and password. |
Option | Default | Description |
*PostgreSQL DNS Registered Host Name | <hostName>.<domain> | Defines the fully qualified machine name of the PostgreSQL server. |
*Database Listener Port Number | 5432 | Defines the port number the PostgreSQL server listens on Client Installation Directory. |
Global Database Name (SID) or Service Name | Defines the PostgreSQL Database System Identifier name to be given to the database when it is created. The number cannot exceed 8 alphanumeric characters, and must not begin with a numeric digit. For existing databases the database Service Name must be used. | |
Prefix for Generated Credentials | If checked, the prefix specified is propagated to each database user name. Typically this is only used in test or non-production systems. | |
Database Account Credentials | Enter the database user accounts that will be created with the provided password. For existing users the credentials will be validated using the provided user name and password. |
To enable the other servers to easily access the PostgreSQL server that is installed on another machine, you must first modify the pg_hba.conf file located in the <installed_location>/data folder. To modify this file, change the Address value to all for IPv4 and IPv6: For more details, see https://www.postgresql.org/docs/9.4/static/auth-pg-hba-conf.html. |