server listtasks
Retrieves the list of tasks (commands) available for the specified installed Security Verify Access server or server instance.
Requires authentication (administrator ID and password) to use.
server listtasks server_name-host_name
Options
- server_name-host_name
- Name of the installed Security Verify Access server or server instance. Specify the server_name in the exact format as displayed in the output of the server list command.
For example, if the configured name of a single WebSEAL server is default, the server_name is default-webseald followed by -host_name. The full server name-host name is default-webseald-cruz.dallas.ibm.com.
For multiple server instances on the same computer, if the configured name of a WebSEAL server instance is webseal2-webseald, the instance_name is followed by -host_name. The full server instance name-host name is webseal2-webseald-cruz.dallas.ibm.com.
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 ISAM error messages by decimal or hexadecimal codes.
Examples
- The following example displays the list of tasks available from the authorization server:
pdadmin sec_master> server listtasks ivacld-mogman.admogman.comThe output is like:trace set component level [file path=file| other-log-agent-config] trace show [component] trace list [component] stats show [component] stats list stats on [component] [interval] [count] [file path= file|other-log-agent-config] stats off [component] stats reset [component] stats get [component]We can run the command server listtasks ivmgrd-master to view the list of tasks available from the Policy server. The output is similar to the output listed for the authorization server.- The following example displays the list of tasks available from the WebSEAL server default-webseald-cruz:
pdadmin sec_master server listtasks default-webseald-cruz
The output is like:
dynurl update jmt load jmt clear cache flush all create add remove delete <junction point> list show <junction point> reload terminate all_sessions <user_id> terminate session <user_session_id> refresh all_sessions <user_id> help command trace set component level [file path=file| other-log-agent-config] trace show [component] trace list [component] stats show [component] stats list stats on [component][interval][count] [file path= file|other-log-agent-config] stats off [component] stats reset [component] stats get [component]
See also
server list
server showParent topic: pdadmin commands