server task jmt
Clears or loads the junction mapping table data.
Requires authentication (administrator ID and password) to use this command.
Syntax
server task instance_name-webseald-host_name jmt load
server
task instance_name-webseald-host_name jmt clear
Options
clear- Clears the junction mapping table data.
instance_name-webseald-host_name- Specifies the full server name of the installed WebSEAL server
instance. You must specify this full server name in the exact format
as displayed in the output of the server list command.
The
instance_namespecifies the configured name of the WebSEAL server instance. Thewebsealddesignation indicates that the WebSEAL service performs the command task. Thehost_nameis the name of the physical computer where the WebSEAL server is installed.For example, the configured name of a single WebSEAL server instance is
default. The host computer name where the WebSEAL server is installed isabc.ibm.com. Then, the full WebSEAL server name isdefault-webseald-abc.ibm.com.If an additional WebSEAL server instance is configured and named
web2, the full WebSEAL server name isweb2-webseald-abc.ibm.com. load- Loads the junction mapping table data, which is in the jmt.conf file. This file does not exist by default, so you must create the file and add data.
Authorization
Users and groups that require
access to this command must be given the s (server
administration) permission in the ACL that governs the /WebSEAL/ object.
For example, the sec_master administrative
user is given this permission by default.host_name-instance_name/
Return codes
- 0
- The command completed successfully. Note: For WebSEAL server task commands, the return code is
0when the command is sent to the WebSEAL server without errors. However, even after the command was successfully sent, the WebSEAL server might not be able to successfully complete the command. The WebSEAL server returns an error message. - 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.
For more information about the WebSEAL junction mapping table, see the Administering topics in the IBM Knowledge Center.
Example
jmt.conf file.
As a result, WebSEAL has the new information: pdadmin> server task default-webseald-abc.ibm.com jmt load Output
is like: JMT table successfully loaded.