server listtasks
Retrieves the list of tasks (commands) available for the specified installed Verify Identity Access server or server instance.
Requires authentication (administrator ID and password) to use this command.
Syntax
server listtasks server_name-host_name
Options
server_name-host_name- Specifies the name of the installed Verify Identity Access server
or server instance. You must specify the
server_namein 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, theserver_nameisdefault-websealdfollowed by-host_name. The full server name–host name isdefault-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, theinstance_nameis followed by -host_name. The full server instance name–host name iswebseal2-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 Verify Identity Access error messages by decimal or hexadecimal codes.
Examples
- The following example displays the list of tasks available from
the authorization server:
The output is like:pdadmin sec_master> server listtasks ivacld-mogman.admogman.comtrace 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]Note: You can run the commandserver listtasks ivmgrd-masterto 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-cruzThe 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]