PowerCenter
- PowerCenter 10.4.0
- All Products
infasetup UpdateGatewayNode -krb <true|false> -srn <Kerberos realm names> -urn <Kerberos realm names>
infasetup UpdateWorkerNode -krb <true|false> -srn <Kerberos realm names> -urn <Kerberos realm names>
Option
| Argument
| Description
|
---|---|---|
-EnableKerberos
-krb
| true|false
| Configures the Informatica domain to use Kerberos authentication.
Set to true to enable Kerberos authentication. Default is false.
|
-ServiceRealmName
-srn
| Kerberos_realm_name
| Name of the Kerberos realm that the domain uses to authenticate users. The realm name must be in uppercase and is case-sensitive.
To configure Kerberos cross realm authentication, specify the name of each Kerberos realm that the domain uses to authenticate users, separated by a comma. For example:
COMPANY.COM,EAST.COMPANY.COM,WEST.COMPANY.COM
Use an asterisk as a wildcard character before a realm name to include all realms that include the name. For example:
*EAST.COMPANY.COM
|
-UserRealmName
-urn
| Kerberos_realm_name
| Name of the Kerberos realm that the domain uses to authenticate users. The realm name must be in uppercase and is case-sensitive.
To configure Kerberos cross realm authentication, specify the name of each Kerberos realm that the domain uses to authenticate users, separated by a comma. For example:
COMPANY.COM,EAST.COMPANY.COM,WEST.COMPANY.COM
Use an asterisk as a wildcard character before a realm name to include all realms that include the name. For example:
*EAST.COMPANY.COM
|
infasetup updateWorkerNode -krb true -srn COMPANY.COM -urn COMPANY.COM
infasetup updateWorkerNode -krb true -srn COMPANY.COM,COMPANY.EAST.COM,COMPANY.WEST.COM -urn COMPANY.COM,COMPANY.EAST.COM,COMPANY.WEST.COM