help
Obtains system help for pdadmin commands and options.
This command does not require a login or authentication to use.
Syntax
help {topic | command}
Options
command- Specifies the miscellaneous command for which help is needed.
topic- Specifies the help command topic for which help is needed.
Return codes
- 0
- The command completed successfully.
- 1
- The command failed. When a command fails, the pdadmin command
provides a description of the error and an error status code in hexadecimal
format (for example,
0x14c012f2). See "Error messages" in the IBM Knowledge Center. This reference provides a list of the Security Access Manager error messages by decimal or hexadecimal codes.
Examples
- The following example lists help topics and commands:
The output is like:pdadmin> helpType 'help <topic>' or 'help <command> for more information Topics: acl action admin authzrule config context domain errtext exit group help login logout object objectspace policy pop quit rsrc rsrccred rsrcgroup server user Miscellaneous Commands: exit help quit - The following example lists the options and descriptions that
are available whether you specify the topic
actionoraction create:
Or:pdadmin> help action
The output is like:pdadmin> help action createaction create <action-name> <action-label> <action-type> Creates a new ACL action definition action create <action-name> <action-label> <action-type> <action-group-name> Creates a new ACL action definition in a group ...