Inhaltsverzeichnis

Search

  1. Vorwort
  2. Befehlszeilenprogramme und Dienstprogramme
  3. Installieren und Konfigurieren von Befehlszeilendienstprogrammen
  4. Verwenden der Befehlszeilenprogramme
  5. Umgebungsvariablen für Befehlszeilenprogramme
  6. Verwenden von infacmd
  7. infacmd as-Befehlsreferenz
  8. infacmd aud-Befehlsreferenz
  9. infacmd autotune-Befehlsreferenz
  10. Infacmd bg-Befehlsreferenz
  11. infacmd ccps-Befehlsreferenz
  12. infacmd cluster-Befehlsreferenz
  13. infacmd cms-Befehlsreferenz
  14. infacmd dis-Befehlsreferenz
  15. infacmd dps-Befehlsreferenz
  16. infacmd edl-Befehlsreferenz
  17. Infacmd es-Befehlsreferenz
  18. infacmd ihs-Befehlsreferenz
  19. infacmd ipc-Befehlsreferenz
  20. infacmd isp Command Reference
  21. infacmd ldm-Befehlsreferenz
  22. infacmd mas-Befehlsreferenz
  23. infacmd mi-Befehlsreferenz
  24. infacmd mrs-Befehlsreferenz
  25. infacmd ms-Befehlsreferenz
  26. Infacmd oie-Befehlsreferenz
  27. infacmd ps-Befehlsreferenz
  28. infacmd pwx-Befehlsreferenz
  29. infacmd rms-Befehlsreferenz
  30. infacmd rtm-Befehlsreferenz
  31. infacmd sch-Befehlsreferenz
  32. infacmd search-Befehlsreferenz
  33. infacmd sql-Befehlsreferenz
  34. infacmd tdm-Befehlsreferenz
  35. infacmd wfs-Befehlsreferenz
  36. infacmd ws-Befehlsreferenz
  37. infacmd xrf-Befehlsreferenz
  38. infacmd-Steuerdateien
  39. infasetup-Befehlsreferenz
  40. Pmcmd-Befehlsreferenz
  41. pmrep-Befehlsreferenz
  42. Arbeiten mit pmrep-Dateien

Command Reference

Command Reference

UpdateGatewayInfo

UpdateGatewayInfo

Updates gateway node connectivity information in the domains.infa file.
Run infacmd isp UpdateGatewayInfo to create a domains.infa file or update a domains.infa file. The domains.infa file contains the connectivity information for a gateway node in a domain along with the TLS and Kerberos configuration of the domain. The connectivity information includes the domain name, domain host name, and domain host HTTP port.
You might need to generate a domains.infa file to run infacmd oie commands on a client machine. To generate the domains.infa file, run infacmd isp UpdateGatewayInfo. The updateGatewayInfo command generates a domains.infa file in the DeveloperClient directory. Define the domain gateway host name and port when you run the command.
The infacmd isp UpdateGatewayInfo command uses the following syntax:
UpdateGatewayInfo <-DomainName|-dn> domain_name <-GatewayAddress|-dg> domain_gateway_host:port [<-Force|-f>]
The following table describes infacmd isp UpdateGatewayInfo 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.
-GatewayAddress
-dg
domain_gateway_host:port
Required. Gateway host machine name and port number. Enter the gateway address in the following format:
domain_gateway_host:port
-Force
-f
-
Optional. Updates or creates the domains.infa file even when the connection to the domain fails. The ‑Force option sets the Kerberos and TLS enabled options as false in the domains.infa file if the connection to domain fails. If you do not specify the ‑Force option, the command does not update the domains.infa file if the connection to the domain fails.