server task server restart
The server task server restart command restarts a WebSEAL server using the ISAM server task framework.
Requires authentication (administrator ID and password) to use.
server task server_name server restart
Options
- server_name
- Name of the WebSEAL server to be restarted.
Authorization
Users and groups that require access to this command must be given the s (administration) permission in the ACL that governs the /WebSEAL/host_name-instance_name object. For example, the sec_master administrative user has permission by default.
Return codes
- 0
- The command that completed successfully. For WebSEAL server task commands, the return code is 0 when the command is sent to the WebSEAL server without errors. Even if the command is successfully sent, the WebSEAL server might not be able to successfully complete the command and can return 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 which provides a list of the ISAM error messages by decimal or hexadecimal codes.
Examples
The following example restarts server03:pdadmin> server task server03 server restart
Parent topic: Command reference