Common Content for Data Engineering
- Common Content for Data Engineering 10.5.1
- All Products
UpdateGatewayNode [<-LogServiceDirectory|-ld> log_service_directory (used for GatewayNode only)] [<-SystemLogDirectory|-sld> system_log_directory] [<-HttpsPort|-hs> https_port] [<-KeystoreFile|-kf> keystore_file_location] [<-KeystorePass|-kp> keystore_password] <<-DatabaseAddress|-da> database_hostname:database_port|<-DatabaseConnectionString|-cs> database_connection_string> [<-DatabaseUserName|-du> database_user_name] [<-DatabasePassword|-dp> database_password] <-DatabaseType|-dt> database_type ORACLE|DB2|MSSQLSERVER|SYBASE|POSTGRESQL [<-DatabaseServiceName|-ds> database_service_name] [<-Tablespace|-ts> tablespace_name] [<-SchemaName|-sc> schema_name (used for MSSQLServer and PostgreSQL only)] [<-TrustedConnection|-tc> trusted_connection (used for MSSQLServer only)] <-PreviousInfaHome|-ph> previous_infa_home [<-KeysDirectory|-kd> Infa_secrets_directory_location] [<-DatabaseTlsEnabled|-dbtls> database_tls_enabled] [<-DatabaseTruststorePassword|-dbtp> database_truststore_password] [<-DatabaseTruststoreLocation|-dbtl> database_truststore_location]
Option
| Description
|
---|---|
-LogServiceDirectory
-ld
| Required. Shared directory path used by the Log Manager to store log event files. Verify that -ld does not match or contain the specified -sld value.
|
-SystemLogDirectory
-sld
| Optional. Directory path to store system log files. Verify that -ld does not match or contain the specified -sld value. Default is <INFA_home>/logs.
|
-HttpsPort
-hs
| Optional. Port number that the node uses for communication between the Administrator tool and the Service Manager. Set this port number if you want to configure HTTPS for a node.
To disable HTTPS support for a node, set this port number to zero.
|
-KeystoreFile
-kf
| Optional. Keystore file that contains the keys and certificates required if you use the SSL security protocol.
|
-KeystorePass
-kp
| Optional. A plain-text password for the keystore file. You can set a password with the -kp option or the environment variable INFA_PASSWORD. If you set a password with both methods, the password set with the -kp option takes precedence.
|
-DatabaseAddress
-da
| Required if you do not use -DatabaseConnectionString (-cs) option. Name and port number of the machine hosting the domain configuration database.
|
-DatabaseConnectionString
-cs
| Required if you do not use -DatabaseAddress (-da) and -DatabaseServiceName (-ds) options. Connection string used to connect to the domain configuration database. Specify the database host, database port, and the database service name as part of the connection string. Enclose the connection string in quotes.
|
-DatabaseUserName
-du
| Required if you do not use -TrustedConnection (-tc) option. Account for the database containing the domain configuration information.
|
-DatabasePassword
-dp
| Domain configuration database password corresponding to the database user. If you omit this option,
infasetup uses the password specified in the INFA_DEFAULT_DATABASE_PASSWORD environment variable. If no value is specified in the environment variable, you must enter a password using this option.
|
-DatabaseType
-dt
| Required. Type of database that stores the domain configuration metadata. Database types include:
|
-DatabaseServiceName
-ds
| Required if you do not use -DatabaseConnectionString (-cs) option. The database service name. Required for Oracle, IBM DB2, and Microsoft SQL Server databases. Enter the SID for Oracle, the service name for IBM DB2, or the database name for Microsoft SQL Server.
|
-Tablespace
-ts
| Required for an IBM DB2 database. Name of the tablespace where the domain configuration database tables reside.
|
-SchemaName
-sc
| Optional. Name of the Microsoft SQL Server schema. Enter a schema name if you are not using the default schema.
|
-TrustedConnection
-tc
| Optional. Connect to the Microsoft SQL Server database through a trusted connection. Trusted authentication uses the Windows security credentials of the current user to connect to Microsoft SQL Server.
|
-PreviousInfaHome
-ph
| Required. Path to the previous Informatica home directory.
|
-KeysDirectory
-kd
| Optional. Directory where all keytab files and the encryption key for the Informatica domain are stored. Default is
<InformaticaInstallationDir>/isp/config/keys .
|
-DatabaseTlsEnabled
-dbtls
| Optional. Indicates whether the Informatica domain database is secure with TLS or SSL. Set this option to True for the secure database. Default is false. If you specify the ‑dbtls option without a value, the Informatica domain uses secure communication to the Informatica domain database.
|
-DatabaseTruststorePassword
-dbtp
| Optional. Password for the database truststore file for the secure database.
|
-DatabaseTruststoreLocation
-dbtl
| Optional. Path and file name of the truststore file for the gateway node.
|