server task offline

Places the server that is at this junction in an offline operational state.

server task instance-webseald-host offline [-i server_uuid] junction_point

The server task offline command places the server that is at this junction in an offline operational state. No additional requests are sent to the specified server. If a server is not specified, all servers that are at this junction are placed in an offline operational state.

Options

Authorization

Users and groups that require access to this command must be given the c (control) permission in the ACL that governs the /WebSEAL/host_name-instance_name/junction_point object. For example, the sec_master administrative user is given this permission by default.

Return codes

This command is available only when WebSEAL is installed.

Example

The following example places the backappl server at the /pubs junction point in an offline operational state. To determine the UUID of this junctioned server, run the server task show command:
pdadmin> server task default-webseald-cruz show /pubs
Output is like:
Junction point: /pubs
...
Server 1:
ID: 6fc3187a-ea1c-11d7-8f4e-09267e38aa77
Server State: running
Operational State: Throttled
Throttled at: 2005-03-01-17:07:24
Hostname: backapp1.diamond.example.com
...
Current requests: 0
...

Place this server in an offline operational state:

pdadmin> server task default-webseald-cruz offline \
-i 6fc3187a-ea1c-11d7-8f4e-09267e38aa77 /pubs

See also

server task online
server task throttle
server task virtualhost offline
server task virtualhost online
server task virtualhost throttle

Parent topic: pdadmin commands