Offline command usage for standard WebSEAL junctions
The following pdadmin command syntax is appropriate for use with standard WebSEAL junctions:
server task instance_name-webseald-host_name offline [-i server_uuid] jct_pointUse the -i option to specify the UUID of the junctioned server that is being placed in an offline operational state. If a server is not specified using this option, then all servers located at the junction are placed in an offline operational state.
Example:
The
following example places the backappl server located
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 /pubsOutput is similar to the following:
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
...Then, place this server in an
offline operational state (entered
as one line):
pdadmin> server task default-webseald-cruz offline
-i 6fc3187a-ea1c-11d7-8f4e-09267e38aa77 /pubs