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. |
-NodeName -nn | node_name | Required. Node where you want to run the Catalog Service to run. |
-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. Catalog Service name. |
-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. |
-ModelRepositoryService -mrs | model_repository_service_name | Required. Model Repository Service name to associate with the Catalog Service. |
-MRSUserName -mrsun | model_repository_service_user_name | Required if you specify a Model Repository Service. User name to connect to the Model repository. If you enter a user name that contains a space or other non-alphanumeric character, enclose the name in quotation marks. |
-MRSPassword -mrspd | model_repository_service_user_password | Required if you specify a Model Repository Service. User password for the Model Repository Service. |
-MRSSecurityDomain -mrssdn | model_repository_service_user_security_domain | Required if you use LDAP authentication. Name of the security domain to which the Administrator user belongs. |
-DataIntegrationService -dis | data_integration_service_name | Required. Data Integration Service name. |
-ContentManagementService -cms | content_management_service_name | Optional. Name of the Content Management Service. |
-HttpPort -p | port_name | Required. A unique HTTP port number used for each Data Integration Service process. The defaults is 8085. |
-HttpsPort -sp | https_port_name | Required if you enable Transport Layer Sercurity. Port number for the HTTPS connection. |
-EnableTls -tls | enable_tls | Select this option to enable Transport Layer Sercurity. |
-KeystoreFile -kf | keystore_file_location | Required if you select Enable Transport layer Security. Path and file name of the keystore file. The keystore file contains the keys and certificates required if you use the SSL security protocol with Live Data Map Administrator. |
-KeystorePassword -kp | keystore_password | Required if you select Enable Transport layer Security. The password for the keystore file. |
-SSLProtocol -sslp | ssl_protocol | Optional. Secure Sockets Layer protocol to use. |
-IsExternalCluster -ise | is_external_cluster | Indicates the deployment type for Live Data Map. You can choose to deploy in an internal Hadoop cluster or an external Hadoop cluster. |
-InfaHadoopServiceName -ihsn | infa_hadoop_service_name | Optional. Name of the Hadoop service for the external cluster. |
-ZookeeperURI -zk | zk_uris | Required. The URI for the Zookeeper service, which is a high-performance coordination service for distributed applications. Multiple Zookeeper URI values are separated by commas. |
-HDFSNameNodeURI -hnnu | hdfs_namenode_uri | Required. The URI to access HDFS. Use the following format to specify the NameNode URI in the Cloudera distribution: hdfs://<namenode>:<port> Where - <namenode> is the host name or IP address of the NameNode.• - <port> is the port that the NameNode listens for Remote Procedure Calls (RPC). For high availability enabled cluster, enter all the Hadoop namenode URI values separated by commas. |
-YarnRMUri -yrmu | yarn_resource_manager_uri | Required. The service within Hadoop that submits the MapReduce tasks to specific nodes in the cluster. Use the following format:<hostname>:<port> Where- - Hostname is the name or IP address of the Yarn resource manager.- - Port is the port number on which Yarn resource manager listens for Remote Procedure Calls (RPC). For high availability enabled cluster, enter all the resource manager URI values separated by commas. |
-YarnRMHttpUri -yrmhu | yarn_resource_manager_http_uri | Required. http URI value for the Yarn resource manager. For high availability enabled cluster, enter all the resource manager URI values separated by commas. |
-HistoryServerHttpUri -hshu | history_server_http_uri | Required. Enter a value to generate the Yarn allocation log for scanners. When you Provide the value, the Live Data Map Administrator displays the log URL as part of task monitoring. |
-YarnRMSchedulerUri -yrmsu | yarn_resource_manager_scheduler_uri | Required. Scheduler URI value for the Yarn resource manager. For high availability enabled cluster, enter all the resource manager URI values separated by commas. |
-ServiceClusterName -scn | service_cluster_name | Optional. Name of the service cluster. |
-HdfsServiceNameHA -hsn | hdfs_service_name | Optional. Required for high availability enabled cluster. Name of the HDFS service. |
-IsClusterSecure -isc | is_cluster_secure | Applies to external cluster. Choose to enable cluster authentication. |
-HdfsServicePrincipal -hspn | hdfs_service_principal | Required. Principal name for the HDFS service. |
-YarnServicePrincipal -yspn | yarn_service_principal | Required. Principal name for the Yarn service. |
-KdcDomain -kdn | kdc_domain_name | Required. Kerberos domain name. |
-KeytabLocation -kl | keytab_location | Required. Path to the keytab file. A keytab file contains all the users in LDAP. |
-ClusterSslEnabled -cssl | cluster_ssl_enabled | Optional. Select the option to enable cluster SSL. |
-SolrKeyStoreFile -skf | Solr_KeyStore_File | Optional. Solr keystore file path in cluster. |
-SolrKeyStorePassword -skp | Solr_KeyStore_Password | Optional. Password for Solr keystore . |
-isEmailEnabled -iee | is_email_enabled | Optional. Specify True if you want to enable email notification. Default is False. |
-OtherOptions -oo | other options | Optional. Enter name-value pair separated by spaces. To enter an option value that contains a space or other non-alphanumeric character, enclose the value in quotation marks. |