server task server sync
Synchronizes configuration data between two WebSEAL servers using the ISAM server task framework.
This command requires authentication of administrator ID and password.
server task webseal_server server sync server_name
Options
- webseal_server
- Fully qualified server name of the installed WebSEAL instance.
- server_name
- Name of the ISAM authorization server from which data is extracted. Configuration data on the host system is backed up and then synchronized with this data.
Authorization
Users and groups that require access to this command must have the s (administration) permission in the ACL that governs the /WebSEAL/host_name-instance_name object. For example, the sec_master administrative user has this permission by default.
Return codes
- 0
- The command completed successfully. For WebSEAL server task commands, the return code is 0 when the command is sent to the WebSEAL server without errors. However, even after the command was successfully sent, the WebSEAL server might not 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 for a list of the ISAM error messages by decimal or hexadecimal codes.
Example
The following example synchronizes configuration data with server default-webseald-abc.ibm.com:pdadmin> server task default-webseald-abc.ibm.com server sync master-webseald-abc.ibm.com
Parent topic: pdadmin commands