The following options are required:
Specifies the administrator's distinguished name.
Distinguished name of the target node. This is mutually exclusive to -g option.
Specifies the administrator's password in the password file.
Specifies the portal ID; if this is not supplied, the default is used.
The following options are optional:
Attempt to execute command without writing out to LDAP. Default is false.
Global display profile. Default is false. This is mutually exclusive to -d option.
Name of the target display object. If omitted, the entire display profile is displayed.
Specifies a file for output.
The psadmin list-dp command does not generate correct output if the display profile is not for English. The solution for this is, before executing the psadmin list-dp command, set the CLI JVM's locale to the locale for the display profile. For example:
export LANG=fr_CA.UTF-8 export LC_ALL=fr_CA.UTF-8 |