Syntax for pdadmin commands
The following syntax is used with the pdadmin command:
pdadmin [–I
configuration-instance-name] [[–a
admin_id [–p
password] [–d
domain]] [–linelen
max-linelen] [–histsize
history size] [–v]
[command]
pdadmin [–I
configuration-instance-name] [[–a
admin_id [–p
password] [–d
domain]] [–linelen
max-linelen] [–v]
[file]
pdadmin [–I
configuration-instance-name] [[–a
admin_id [–p
password] [–m]] [–linelen
max-linelen] [–v]
[command]
pdadmin [–I
configuration-instance-name] [[–a
admin_id [–p
password] [–m]] [–linelen
max-linelen] [–v]
[file]
pdadmin [–l] [–linelen
max-linelen] [–v]
[command]
pdadmin [–l] [–linelen
max-linelen] [–v]
[file]
command- Specifies the single pdadmin command to run. The command is run one time. The
pdadmin utility does not enter interactive mode. The
commandoption is mutually exclusive with thefileoption. file- Specifies the fully qualified name of the file that contains a list of commands to run. These
commands are run one time. The pdadmin utility does not enter interactive mode.
The
fileoption is mutually exclusive with thecommandoption.Note: For Windows operating systems, file names cannot contain the backward slash (\), colon (:), question mark (?), or double quotation mark characters. –aadmin_id- Logs you in as the user
admin_id. This administrator must exist in the domain. If you do not specify this option on the command line, you are considered unauthenticated, and your access to other commands is limited. If you specify this option without specify the–poption, you are prompted for the password.The
–aoption is mutually exclusive with the–loption. If you do not specify either option, you are logged in as an unauthenticated user. Unauthenticated users can use the context, errtext, exit, help, login, logout and quit commands only. –ddomain- Specifies the Security Verify Access secure domain
to log in. Log in to this domain requires authentication. The
admin_iduser that is specified must exist in this domain. The–doption is mutually exclusive with the–moption. If neither options are specified, the target domain is the local domain that is configured for the system. –Iconfiguration-instance-name- Specifies the pd.conf file instance that the pdadmin
command should use. The
configuration-instance-namevalue is the hostname that is provided to the pdadmin_host command that generated the configuration file. This option allows pdadmin to communicate with multiple policy servers. –l- Specifies a local login operation. When modifications are made to local configuration files by
using the pdadmin config commands, a local login is required before you can run
commands.
The
–loption is mutually exclusive with the–aoption. If you do not specify either option, you are logged in as an unauthenticated user. Unauthenticated users can use the context, errtext, exit, help, login, logout and quit commands only. –linelenmax-linelen- Currently, the
–linelenoption is ignored. –m- Specifies that the login operation must be directed to the management domain. Log in to this
domain requires authentication. The admin_id user that is specified must
exist in this domain. The
–moption is mutually exclusive with the–doption. If neither options are specified, the target domain is the local domain that is configured for the system. –ppassword- Specifies the password for the user admin_id. Using this option might
show your password to others because the password is visible on the screen and also in the process
table. If you do not specify this option on the command line, you are prompted for a password. This
option cannot be used unless the
–aoption is used. –v- Prints the version number of the pdadmin utility. If this option is
specified, all other valid options are ignored.
The following example is the output that you might see when you use this option:
Security Verify Access Administrative Tool v10.0.0.0 (Build 20200202) Copyright (C) IBM Corporation 1994-2020. All Rights Reserved. –histsize- Specifies the command history size. The default command history size is 64. The minimum size of the command history is 1 and the maximum size is 1024. The command history option is available only in the interactive mode and on operating systems other than Windows.
- If you specify the
–aand–poptions, you are logged in as that user. Using this method might show your password to others. For example, one user is using pdadmin with this command. Another user lists the processes that are running. Then, the full command that includes the password, might be visible to the second user. - Users can run the pdadmin context show command to view their authentication information.