Common Content for Data Engineering
- Common Content for Data Engineering 10.4.1
- All Products
CreateService <-DomainName|-dn> domain_name <-NodeName|-nn> node_name [<-SecurityDomain|-sdn> security_domain] <-UserName|-un> user_name <-Password|-pd> password <-ServiceName|-sn> service_name [<-ResilienceTimeout|-re> timeout_period_in_seconds] [<-HttpPort|-p> port_name] [<-HttpsPort|-sp> https_port_name] [<-EnableTls|-tls> enable_tls true|false] [<-KeystoreFile|-kf> keystore_file_location] [<-KeystorePassword|-kp> keystore_password] [<-SSLProtocol|-sslp> ssl_protocol] <-HadoopGatewayHost|-hgh> [<-HadoopGatewayPort|-hgp>] <-HadoopNodes|-hn> [<-GatewayUser|-gu>] [<-isOverridePwd|-opwd> Override default password true|false (default false)] [<-ambariAdminPassword|-apwd> Ambari admin password ] [<-isDomainSSLEnabled|-dssl> Is domain SSL enabled true|false] [<-TrustStoreLocation|-tf>] [<-TrustStorePassword|-tp>] [<-EnableKerberos|-krb> enable_kerberos true|false] [<-KdcType|-kt> kdc_type mit-kdc|active-directory] [<-KdcHost|-kh> kdc_host] [<-AdminServerHost|-ah> kdc_host] [<-Realm|-r> realm] [<-LdapUrl|-lu> ldap_url] [<-kdcCertPath|-kc> kdc certificate location on Domain] [<-ContainerDn|-cd> container_dn] [<-AdminUserPrincipal|-au> admin_principal] [<-AdminPassword|-ap> admin_password] [<-OtherOptions|-oo> other options] [<-BackupNodes|-bn> node_name1,node_name2,...]
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. Informatica Domain node name.
|
-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. Informatica Cluster 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.
|
-HttpPort
-p
| port_name
| Optional. A unique HTTP port number used for Informatica Cluster Service. The default port number is 9075.
|
-HttpsPort
-sp
| https_port_name
| Required if you enable Transport Layer Security. Port number for the HTTPS connection.
|
-EnableTls
-tls
| enable_tls true|false
| Optional. Select this option to enable Transport Layer Security.
|
-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 Catalog® 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.
|
-HadoopGatewayHost
-hgh
| Hadoop_Gateway_Host
| Required. Fully qualified host name of the node that serves as the gateway to the Hadoop cluster.
|
-HadoopGatewayPort
-hgp
| Hadoop_Gateway_Port
| Optional. Port number of the Hadoop gateway node. Default is 8080.
|
-HadoopNodes
-hn
| Hadoop_Nodes
| Required. Comma-separated list of fully qualified host names that host the Hadoop services.
|
-GatewayUser
-gu
| Gateway_User
| Optional. Username for the Hadoop Gateway Node. Enable a SSH connection from Informatica Domain to Hadoop Gateway Host. Default is root.
|
-isOverridePwd
-opwd
| Override_default_password
| Required. Specify if you want to override the existing Ambari administrator password.
|
-ambariAdminPassword
-apwd
| Ambari_admin_password
| Required. The Ambari administrator password to login to the Ambari Service. Applicable if the OverridePwd option is set to true.
|
-isDomainSSLEnabled
-dssl
| is_Domain_SSL_Enabled
| Optional. Specify true to enable SSL domain. Default is False.
|
-TrustStoreLocation
-tf
| Trust_Store_Location
| Required when the domain is SSL- enabled. Domain truststore file location in the cluster.
|
-TrustStorePassword
-tp
| Trust_Store_Password
| Required when the domain is SSL- enabled. Truststore domain password.
|
-EnableKerberos
-krb
| Enable_Kerberos
| Optional. Specify True to enable Kerberos. Default is False.
|
-KdcType
-kt
| kdc_type mit-kdc|active-directory
| Required when Kerberos is enabled. Type of Key Distribution Center that is configured, such as MIT KDC or active directory.
|
-KdcHost
-kh
| kdc_host
| Required when Kerberos is enabled. Fully qualified domain name for the Key Distribution Center host.
|
-AdminServerHost
-ah
| kdc_host
| Required when Kerberos is enabled. Fully qualified domain name for the KDC Kerberos administrative server host.
|
-Realm
-r
| realm
| Required when Kerberos is enabled. Name of the Kerberos realm.
|
-LdapUrl
-lu
| ldap_url
| Required when Kerberos is enabled. URL to the active directory.
|
-kdcCertPath
-kc
| kdc certificate location on Domain
| Required when -KdcType is an active-directory. Key Distribution Center certificate on the domain.
|
-ContainerDn
-cd
| container_dn
| Required when Kerberos is enabled. Name of the container used to store service principals.
|
-AdminUserPrincipal
-au
| admin_principal
| Required when Kerberos is enabled. Administrator user principal used to create principals and keytabs.
|
-AdminPassword
-ap
| admin_password
| Required when Kerberos is enabled. Administrator password for the administrator user principal.
|
-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.
|
-BackupNodes
-bn
| node_name1,node_name2,...
| Optional. Nodes on which the service can run if the primary node is unavailable. You can configure backup nodes if you have high availability.
|