Table of Contents

Search

  1. Preface
  2. Command Line Programs and Utilities
  3. Installing and Configuring Command Line Utilities
  4. Using the Command Line Programs
  5. Environment Variables for Command Line Programs
  6. Using infacmd
  7. infacmd as Command Reference
  8. infacmd aud Command Reference
  9. infacmd autotune Command Reference
  10. Infacmd bg Command Reference
  11. infacmd ccps Command Reference
  12. infacmd cluster Command Reference
  13. infacmd cms Command Reference
  14. infacmd dis Command Reference
  15. infacmd idp Command Reference
  16. infacmd edp Command Reference
  17. Infacmd es Command Reference
  18. infacmd ihs Command Reference
  19. infacmd ipc Command Reference
  20. infacmd isp Command Reference
  21. infacmd ldm Command Reference
  22. infacmd mas Command Reference
  23. infacmd mi Command Reference
  24. infacmd mrs Command Reference
  25. infacmd ms Command Reference
  26. infacmd oie Command Reference
  27. infacmd ps Command Reference
  28. infacmd pwx Command Reference
  29. infacmd roh Command Reference
  30. infacmd rms Command Reference
  31. infacmd rtm Command Reference
  32. infacmd sch Command Reference
  33. infacmd search Command Reference
  34. infacmd sql Command Reference
  35. infacmd tdm Command Reference
  36. infacmd tools Command Reference
  37. infacmd wfs Command Reference
  38. infacmd ws Command Reference
  39. infacmd xrf Command Reference
  40. infacmd Control Files
  41. infasetup Command Reference
  42. pmcmd Command Reference
  43. pmrep Command Reference
  44. Working with pmrep Files

createService

createService

Creates a Mass Ingestion Service. When you create the Mass Ingestion Service, you must specify a Model Repository Service. The Mass Ingestion Service is disabled by default. To enable the Mass Ingestion Service, use infacmd isp enableService.
The infacmd mi createService command uses the following syntax:
createService <-DomainName|-dn> domain_name <-UserName|-un> user_name <-Password|-pd> password [<-SecurityDomain|-sdn> security_domain] [<-Gateway|-hp> gateway_host1:port gateway_host2:port...] [<-ResilienceTimeout|-re> timeout_period_in_seconds] <-ServiceName|-sn> service_name <-HttpPort|-http> http_port [<-HttpsPort|-https> https_port] [<-KeystoreFile|-kf> keystore_file_location] [<-KeystorePassword|-kp> keystore_password] <-LicenseName|-ln> license_name [<-FolderPath|-fp> full_folder_path] <-NodeName|-nn> node_name <-RepositoryService|-rs> repository_service_name [<-RepositoryUser|-ru> repository_user] [<-RepositoryPassword|-rp> repository_password] [<-RepositoryUserSecurityDomain|-rsdn> repository_user_security_domain]
The following table describes infacmd mi createService options and arguments:
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.
-UserName
-un
user_name
Required. 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.
-Password
-pd
password
Required. 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
Optional. 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.
Default is Native.
-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 the resilience timeout period with both methods, the -re option takes precedence.
-ServiceName
-sn
service_name
Required. Name of the Mass Ingestion Service.
The name is not case sensitive and must be unique within the domain. The characters must be compatible with the code page of the associated repository. The name cannot exceed 230 characters, have leading or trailing spaces, or contain carriage returns, tabs, or the following characters:
/ * ? < > " |
-HttpPort
-http
http_port
Required if you do not specify an HTTPS port. Unique HTTP port number used for each Mass Ingestion Service process. After you create the service, you can define different port numbers for each Mass Ingestion Service process.
Default is 9050.
You cannot specify both an HTTP port and an HTTPS port.
-HttpsPort
-https
https_port
Required if you do not specify an HTTP port. Unique HTTPS port number used for each Mass Ingestion Service process. After you create the service, you can define different port numbers for each Mass Ingestion Service process.
You cannot specify both an HTTP port and an HTTPS port.
-KeystoreFile
-kf
keystore_file_location
Required if you specify an HTTPS port. Path and file name of the keystore file that contains the keys and certificates required if you use the HTTPS protocol for the Mass Ingestion 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.
-KeystorePassword
-kp
keystore_password
Required if you specify an HTTPS port. Password for the keystore file.
-LicenseName
-ln
license_name
Required. Name of the license you want to assign to the Mass Ingestion Service.
To apply changes, restart the Mass Ingestion Service.
-FolderPath
-fp
full_folder_path
Optional. Full path, excluding the domain name, to the folder in which you want to create the Mass Ingestion Service. Must be in the following format:
/
parent_folder
/
child_folder
Default is the domain:
/
-NodeName
-nn
node_name
Required. Node where the Mass Ingestion Service runs.
-RepositoryService
-rs
repository_service_name
Required. Model Repository Service that stores the metadata for mass ingestion specifications.
-RepositoryUser
-ru
repository_user
Optional. User name to access the Model Repository Service.
-RepositoryPassword
-rp
repository_password
Required if you specify the user name. User password to access the Model Repository Service.
-RepositoryUserSecurityDomain
-rsdn
repository_user_security_domain
Optional. Name of the security domain that the Model repository user belongs to.

0 COMMENTS

We’d like to hear from you!