Sun Java System Portal Server 7.2 Command-Line Reference

Options

The following options are required:

[--adminuser | -u] uid

Specifies the administrator's distinguished name.

[--dn | -d] dn

Distinguished name of the target node. This is mutually exclusive to -g option.

[--passwordfile | -f] password-filename

Specifies the administrator's password in the password file.

[--portalId| -p] portal-ID

Specifies the portal ID; if this is not supplied, the default is used.

The following options are optional:

[--dry-run | -r]

Attempt to execute command without writing out to LDAP. Default is false.

[--global | -g]

Global display profile. Default is false. This is mutually exclusive to -d option.

[--name | -n] name

Name of the target display object. If omitted, the entire display profile is displayed.

[--output | -o] output-file

Specifies a file for output.


Note –

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