Online command usage for standard WebSEAL junctions
The following pdadmin command syntax is appropriate for use with standard WebSEAL junctions:
server task instance-webseald-host online [-i server_uuid] jct_point
Use the -i option to specify the UUID of the junctioned server being placed in an online operational state. If a server is not specified using this option, then all servers located at the junction are placed in an online operational state.
Example:
The following example places the backappl server located at the /pubs junction point in an online 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 similar to the following:
Junction point: /pubs ... Server 1: ID: 6fc3187a-ea1c-11d7-8f4e-09267e38aa77 Server State: running Operational State: Offline Hostname: backapp1.diamond.example.com ... Current requests: 0 ...
Then, place this server in an online operational state:
pdadmin> server task default-webseald-cruz online -i 6fc3187a-ea1c-11d7-8f4e-09267e38aa77 /pubs
Parent topic: Junctioned server in an online state