Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
upgradeDomainMetadata <-PreviousInfaHome|-ph> previous_infa_home <<-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)] [<-KeysDirectory|-kd> Infa_secrets_directory_location] [<-DatabaseTlsEnabled|-dbtls> database_tls_enabled] [<-DatabaseTruststorePassword|-dbtp> database_truststore_password] [<-DatabaseTruststoreLocation|-dbtl> database_truststore_location] [<-SingletonServiceParameters|-ssp> option_name=value ...(SystemServicesFolderName, SchedulerService, ResourceManager, EmailService)]
Option
| Description
|
---|---|
-PreviousInfaHome
-ph
| Required. Path to the previous Informatica home directory.
|
-DatabaseAddress
-da
| Required if you do not use -DatabaseConnectionString (-cs) option. Name and port number of the machine hosting the domain configuration database.
|
-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.
|
-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.
|
-SingletonServiceParameters
-ssp
| Optional. Upgrade service parameters using any of the following options:
Syntax:
infasetup upgradeDomainMetadata -ssp <option>=<value>
|