Option | Argument | Description |
---|---|---|
-DomainName -dn | domain_name | Name of the Informatica domain. |
-ServiceName -sn | service_name | Required. Enter Scheduler_Service. |
-UserName -un | user_name | User name to connect to the domain |
-Password -pd | password | Password for the user name. |
-SecurityDomain -sdn | security_domain | Name of the security domain to which the domain user belongs. |
-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 | Amount of time in seconds that infacmd attempts to establish or re-establish a connection to the domain. |
NodeName -nn | node_name | Name of the node on which the service process runs. |
Options -o | options | Optional. Enter each option separated by a space. |
Option | Description |
---|---|
SchedulerServiceAdvancedOptions.JVMOptions | Java Virtual Machine (JVM) command line options to run Java-based programs. When you configure the JVM options, you must set the Java SDK classpath, Java SDK minimum memory, and Java SDK maximum memory properties. You must set the following JVM command line options:
|
HttpConfigurationOptions.KeyStoreFile | Path and file name of the keystore file that contains the keys and certificates. Required if you use HTTPS connections for the service. You can create a keystore file with a keytool. Keytool is a utility that generates and stores private or public key pairs and associated certificates in a keystore file. You can use the self-signed certificate or use a certificate signed by a certificate authority. |
HttpConfigurationOptions.KeyStorePassword | Password for the keystore file. |
HttpConfigurationOptions.TrustStoreFile | Path and file name of the truststore file that contains authentication certificates trusted by the service. |
HttpConfigurationOptions.TrustStorePassword | Password for the keystore file. |
HttpConfigurationOptions.SSLProtocol | Secure Sockets Layer protocol to use. Default is TLS. |
SchedulerServiceSecurityOptions.HttpPort | Unique HTTP port number for the Scheduler Service process when the service uses the HTTP protocol. Default is 6211. |
SchedulerServiceSecurityOptions.HttpsPort | Unique HTTPS port number for the Scheduler Service process when the service uses the HTTPS protocol. When you set an HTTPS port number, you must also define the keystore file that contains the required keys and certificates. |