Common Content for Data Engineering
- Common Content for Data Engineering 10.2.2
- All Products
DefineWorkerNode <-DomainName|-dn> domain_name <-NodeName|-nn> node_name <-NodeAddress|-na> node_host:port [<-ServiceManagerPort|-sp> service_manager_port] [<-EnableTLS|-tls> enable_tls] [<-NodeKeystore|-nk> node_keystore_directory] [<-NodeKeystorePass|-nkp> node_keystore_password] [<-NodeTruststore|-nt> node_truststore_directory] [<-NodeTruststorePass|-ntp> node_truststore_password] [<-EnableKerberos|-krb> enable_kerberos] [<-ServiceRealmName|-srn> realm_name_of_node_spn] [<-UserRealmName|-urn> realm_name_of_user_spn] [<-KeysDirectory|-kd> Infa_keys_directory_location] [<-HttpsPort|-hs> admin_tool_https_port] [<-NodeKeystoreFile|-kf> admin_tool_keystore_file_location] [<-KeystorePass|-kp> admin_tool_keystore_password] <-GatewayAddress|-dg> domain_gateway_host:port [<-UserName|-un> user_name] [<-SecurityDomain|-sdn> security domain] [<-Password|-pd> password] [<-MinProcessPort|-mi> minimum_port] [<-MaxProcessPort|-ma> maximum_port] [<-ServerPort|-sv> server_shutdown_port] [<-BackupDirectory|-bd> backup_directory] [<-ErrorLogLevel|-el> FATAL_ERROR_WARNING_INFO_TRACE_DEBUG] <-ResourceFile|-rf> resource_file [<-SystemLogDirectory|-sld> system_log_directory]
Option | Argument | Description |
---|---|---|
-DomainName
-dn
| domain_name
| Required. Name of the domain the worker node links to.
|
-NodeName
-nn
| node_name
| Required. Name of the node. Node names must be between 1 and 79 characters and cannot contain spaces or the following characters: \ / * ? < > " |
|
-NodeAddress
-na
| node_host:port
| Required. Host name and port number for the machine hosting the node. Choose an available port number.
|
-ServiceManagerPort
-sp
| service_manager_port
| Optional. Port number used by the Service Manager to listen for incoming connection requests.
|
-EnableTLS
-tls
| enable_tls
| Optional. Configures secure communication among the services in the Informatica domain.
If you use the default SSL certificates provided by Informatica, you do not need to specify the keystore and truststore options. If you do not use the default SSL certificate, you must specify the keystore and truststore options. Valid values are true or false. Default is false. If you specify the -tls option without a value, the Informatica domain uses secure communication among the services.
To enable secure communication for the associated services or web applications, such as Administrator tool, Analyst tool, or Web Services Hub, configure the secure communication separately within the applications.
|
-NodeKeystore
-nk
| node_keystore_directory
| Optional if you use the default SSL certificates from Informatica. Required if you use your SSL certificates. Directory that contains the keystore files. The Informatica domain requires the SSL certificates in PEM format and in Java Keystore (JKS) files. The directory must contain keystore files in PEM and JKS formats.
The keystore files must be named infa_keystore.jks and infa_keystore.pem. If the keystore file that you receive from the certificate authority (CA) has a different name, you must rename it to infa_keystore.jks and infa_keystore.pem.
You must use the same keystore file for all the nodes in the domain.
|
-NodeKeystorePass
-nkp
| node_keystore_password
| Optional if you use the default SSL certificates from Informatica. Required if you use your SSL certificates. Password for the keystore infa_keystore.jks file.
|
-NodeTruststore
-nt
| node_truststore_directory
| Optional if you use the default SSL certificates from Informatica. Directory that contains the truststore files. The Informatica domain requires the SSL certificates in PEM format and in Java Keystore (JKS) files. The directory must contain truststore files in PEM and JKS formats.
The truststore files must be named infa_truststore.jks and infa_truststore.pem. If the truststore file that you receive from the certificate authority (CA) has a different name, you must rename it to infa_truststore.jks and infa_truststore.pem.
|
-NodeTruststorePass
-ntp
| node_truststore_password
| Optional if you use the default SSL certificates from Informatica. Required if you use your SSL certificates. Password for the infa_truststore.jks file.
|
-EnableKerberos
-krb
| enable_kerberos
| Optional. Configures the Informatica domain to use Kerberos authentication. Valid values are true or false. If true, the domain uses Kerberos authentication, and you cannot later change the authentication mode. After you enable Kerberos authentication, you cannot disable it. Default is false. If you specify the -krb option without a value, the Informatica domain uses Kerberos authentication.
|
-ServiceRealmName
-srn
| realm_name_of_node_spn
| Optional. Name of the Kerberos realm to which the Informatica domain services belong. Ensure that you enter the same value as -urn for Kerberos authentication.
|
-UserRealmName
-urn
| realm_name_of_user_spn
| Optional. Name of the Kerberos realm to which the Informatica domain users belong. Ensure that you enter the same value as -srn for Kerberos authentication.
|
-KeysDirectory
-kd
| Infa_keys_directory_location
| Optional. Directory where all keytab files and the encryption key for the Informatica domain are stored. Default is
<InformaticaInstallationDir>/isp/config/keys .
|
-HttpsPort
-hs
| admin_tool_https_port
| Optional. Port number that the node uses for communication between the Administrator tool and the Service Manager. Set this port number if you want to configure HTTPS for a node.
To disable HTTPS support for a node, set this port number to zero.
|
-NodeKeystoreFile
-kf
| admin_tool_keystore_file_location
| Optional. Keystore file that contains the keys and certificates required if you use the SSL security protocol.
|
-KeystorePass
-kp
| admin_tool_keystore_password
| Optional. A plain-text password for the keystore file. You can set a password with the -kp option or the environment variable INFA_PASSWORD. If you set a password with both methods, the password set with the -kp option takes precedence.
|
-GatewayAddress
-dg
| domain_gateway_host:port
| Required. Gateway host machine name and port number.
|
-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.
|
-SecurityDomain
-sdn
| security domain
| Name of the security domain that you want to create 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.
You can specify a value for ‑sdn or use the default based on the authentication mode:
|
-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.
|
-MinProcessPort
-mi
| minimum_port
| Optional. Minimum port number for application service processes that run on the node. Default is 11000.
|
-MaxProcessPort
-ma
| maximum_port
| Optional. Maximum port number for application service processes that run on the node. Default is 11999.
|
-ServerPort
-sv
| server_shutdown_port
| Optional. TCP/IP port number used by the Service Manager. The Service Manager listens for shutdown commands from PowerCenter components on this port. Set this port number if you have multiple nodes on one machine or if the default port number is in use. Default is 8005.
|
-BackupDirectory
-bd
| backup_directory
| Optional. Directory to store repository backup files. The directory must be accessible by the node.
|
-ErrorLogLevel
-el
| fatal
error
warning
info
trace
debug
| Optional. Severity level for log events in the domain log. Default is info.
|
-ResourceFile
-rf
| resource_file
| Required. File that contains the list of available resources for the node. Use the file nodeoptions.xml, located in the following directory:
<INFA_HOME>\isp\bin .
|
-SystemLogDirectory
-sld
| system_log_directory
| Optional. Directory path to store system log files. Default is <INFA_home>/logs.
|