server task sms session list
Lists all session management sessions.
Syntax
server task server_name–host_name sms session list –realm realm_name pattern maximum_return
Options
–realmrealm_name- Specifies the name of the session management realm.
server_name–host_name- Specifies the name of the server or server instance. You must
specify the server name in the exact format as it is shown in the
output of the server list command.
For example, if the configured name of a single WebSEAL server on host
example.dallas.ibm.comisdefault, theserver_namewould bedefault-websealdand thehost_namewould beexample.dallas.ibm.com. For this example, the name of the server would bedefault-webseald-example.dallas.ibm.com.If multiple server instances are configured on the same computer, for example:- The host is
example.dallas.ibm.com. - The configured name of the WebSEAL server instance is
webseal2-webseald.
- The
server_nameiswebseal2-webseald. - The
host_nameisexample.dallas.ibm.com. - The name of the server instance is
webseal2-webseald-example.dallas.ibm.com.
- The host is
maximum_return- Specifies the maximum number of sessions to return. When there are more matches than designated by this option, the output contains the number of matches.
pattern- Specifies the pattern for returning user names. The pattern can
include a combination of wildcard and string constant characters.
The pattern is case-sensitive. For example, you can specify
*luca*as the pattern to find all users that contain the substringlucawithin the user name.
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.
Note: This command is available only when the session management
command-line extensions are installed to a hosting authorization server.
Example
The following example is entered
as one line. The example:
- Lists the user sessions in the
ibm.comrealm of theabc.ibm.comserver. - Lists sessions for users that contain the string
ons. - Limits the number of matches to 100.
pdadmin> server task default-webseald-abc.ibm.com
sms session list -realm ibm.com *ons* 100See also
server list
server task sms realm list
server task sms realm show
server task sms replica set show