Option | Argument | Description |
---|---|---|
-DomainName -dn | domain_name | 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. |
-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. |
-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. |
-Gateway -hp | gateway_host1:port gateway_host2:port ... | Required if the gateway connectivity information in the domains.infa file is out of date. The host names and port numbers for the gateway nodes in the domain. |
-ResilienceTimeout -re | timeout_period_in_seconds | Optional. Amount of time in seconds that infacmd attempts to establish or re-establish 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 a the resilience timeout period with both methods, the -re option takes precedence. |
-ServiceName -sn | service_name | Required. Name of the Listener Service. |
-LicenseName -ln | license_name | Optional. License to assign to the service. If not already provided, required before you can enable the service. |
-NodeName -nn | node_name | Required. Name of the node where you want the Listener Service to run. |
-BackupNode -bn | backup_node | Optional. If the PowerCenter environment is configured for high availability, this option specifies the name of the backup node. |
-StartParameters -sp | start_parameters | Optional. Parameters to include when you start the Listener Service. Separate the parameters with the space character. You can include the following parameters:
Node name that identifies the Listener Service. This name must match the name in the LISTENER statement in the DBMOVER configuration file. Specifies the full path and file name for any dbmover.cfg configuration file that you want to use instead of the default dbmover.cfg file. This alternative configuration file takes precedence over any alternative configuration file that you specify in the PWX_CONFIG environment variable. Specifies the full path and file name for any license key file that you want to use instead of the default license.key file. The alternative license key file must have a file name or path that is different from that of the default file. This alternative license key file takes precedence over any alternative license key file that you specify in the PWX_LICENSE environment variable. |
-SvcPort -sp | service_port | Optional. Port on which the Listener Service listens for commands from the Service Manager. |