Option | Argument | Description |
---|---|---|
-DomainName -dn | domain_name | Required. Name of the Informatica domain. You can set the domain name with the -dn option or the environment variable INFA_DEFAULT_DOMAIN. If you set a domain name with both methods, the -dn option takes precedence. |
-SecurityDomain -sdn | security_domain | Required if the domain uses LDAP authentication. Optional if the domain uses native authentication or Kerberos authentication. Name of the security domain to which the domain user belongs. You can set a security domain with the -sdn option or the environment variable INFA_DEFAULT_SECURITY_DOMAIN. If you set a security domain name with both methods, the -sdn option takes precedence. The security domain name is case sensitive. If the domain uses native or LDAP authentication, the default is Native. If the domain uses Kerberos authentication, the default is the LDAP security domain created during installation. The name of the security domain is the same as the user realm specified during installation. |
-UserName -un | user_name | Required if the domain uses Native or LDAP authentication. User name to connect to the domain. You can set the user name with the -un option or the environment variable INFA_DEFAULT_DOMAIN_USER. If you set a user name with both methods, the -un option takes precedence. Optional if the domain uses Kerberos authentication. To run the command with single sign-on, do not set the user name. If you set the user name, the command runs without single sign-on. |
-Password -pd | password | Required if you specify the user name. Password for the user name. The password is case sensitive. You can set a password with the -pd option or the environment variable INFA_DEFAULT_DOMAIN_PASSWORD. If you set a password with both methods, the password set with the -pd option takes precedence. |
-ServiceName -sn | service_name | Required. Name of the Model Repository Service. |
-ResilienceTimeout -re | timeout_period_in_seconds | Optional. Amount of time in seconds that infacmd attempts to establish or reestablish a connection to the domain. You can set the resilience timeout period with the -re option or the environment variable INFA_CLIENT_RESILIENCE_TIMEOUT. If you set the resilience timeout period with both methods, the -re option takes precedence. |
-Options -o | options | Required. Enter name-value pair separated by spaces. |
-PrimaryNode -nn | primary node name | Optional. Node where you want to run the Model Repository Service to run. |
-BackupNodes -bn | nodename1,nodename2,... | Optional. Nodes on which the service can run if the primary node is unavailable. You can configure backup nodes if you have high availability. |
-SearchIndexRoot -si | Optional. Changes the directory for the search index. Enter the full path to the directory. Default is the Informatica installation directory. |
Option | Argument | Description |
---|---|---|
CACHE.EnableCache | true | false | Enables the Model Repository Service to store Model repository objects in cache memory. To apply changes, restart the Model Repository Service. |
CACHE.CacheJVMOptions | -Xmx[heap_size] | JVM options for the Model Repository Service cache. To configure the amount of memory allocated to cache, configure the maximum heap size. This field must include the maximum heap size, specified by the -Xmx option. The default value and minimum value for the maximum heap size is -Xmx128m. The options you configure apply when Model Repository Service cache is enabled. To apply changes, restart the Model Repository Service. The options you configure in this field do not apply to the JVM that runs the Model Repository Service. |
PERSISTENCE_DB.Username | db_user | Required. Account for the repository database. Set up this account using the database client. |
PERSISTENCE_DB.Password | db_password | Required. Repository database password for the database user. |
PERSISTENCE_DB.DatabaseSchema | db_schema | Optional. The schema name for a particular database. |
PERSISTENCE_DB.DatabaseTablespace | db_tablespace | Required for a DB2 database only. When you configure a tablespace name, the Model Repository Service creates all repository tables in the same tablespace. You cannot use spaces in the tablespace name. For a multi-partition IBM DB2 database, the tablespace must span a single node and a single partition. |
PERSISTENCE_DB.DatabaseType | DatabaseType | Required. Database types include:
|
PERSISTENCE_DB.JDBCConnectString | JDBC Connect String | The JDBC connection string used to connect to the Model repository database. Use the following JDBC connect string syntax for each supported database:
|
PERSISTENCE_DB.SecureJDBCParameters | Secure JDBC Parameters | If the Model repository database is secured with the SSL protocol, you must enter the secure database parameters. Enter the parameters as name=value pairs separated by semicolon characters (;). For example: param1=value1;param2=value2 |
PERSISTENCE_DB.Dialect | Dialect | The SQL dialect for a particular database. The dialect maps java objects to database objects. For example: org.hibernate.dialect.Oracle9Dialect |
PERSISTENCE_DB.Driver | Driver | The Data Direct driver used to connect to the database. For example: com.informatica.jdbc.oracle.OracleDriver |
SEARCH.SearchAnalyzer | Fully qualified Java class name | Fully qualified Java class name of the search analyzer. By default, the Model Repository Service uses the following search analyzer for English: com.informatica.repository.service.provider.search.analysis.MMStandardAnalyzer You can specify the following Java class name of the search analyzer for Chinese, Japanese and Korean languages: org.apache.lucene.analysis.cjk.CJKAnalyzer Or, you can create and specify a custom search analyzer. |
SEARCH.SearchAnalyzerFactory | Fully qualified Java class name | Fully qualified Java class name of the factory class if you used a factory class when you created a custom search analyzer. If you use a custom search analyzer, enter the name of either the search analyzer class or the search analyzer factory class. |
VCS.Host | IP_address or host name | Required to configure versioning properties for the Model repository on Perforce. The URL, IP address, or host name of the machine where the Perforce version control system runs. Do not use this option when you configure SVN as the version control system. |
VCS.URL | URL of the Subversion repository | Required to configure versioning properties for the Model repository on SVN. URL of the Subversion repository. For example: VCS.URL=https://myserver.company.com/svn/ Do not use this option when you configure Perforce as the version control system. |
VCS.Port | VCS_port | Required to configure versioning properties for the Model repository. Port number that the version control system host uses to listen for packets from the Model repository. |
VCS.User | VCS_user | Required to configure versioning properties for the Model repository. User account for the version control system user. This account must have write permissions on the version control system. After you configure the connection with this single version control system user and password, all Model repository users connect to the version control system through this account. For the Perforce version control system, the account type must be a Standard user. |
VCS.Password | VCS_password | Required to configure versioning properties for the Model repository. Password for the version control system user. |
VCS.Type | VCS_type | Required to configure versioning properties for the Model repository. The supported version control system that you want to connect to. You can choose Perforce or SVN. |
VCS.MRSPath | MRS_path | Required to configure versioning properties for the Model repository with Perforce. Path to the root directory of the version control system copy of Model repository objects. Note: When you run the command, the Model repository connects to the version control system and generates the specified directory if the directory does not exist yet. Only one Model Repository Service can use this directory. For Perforce, use the syntax: //directory/path where directory is the Perforce directory root, and path is the remainder of the path to the root directory of Model repository objects. Example: //depot/Informatica/repository_copy Do not use this option when you configure SVN as the version control system. |