Server task commands for junctions

pdadmin> server task instance-webseald-host command

Command Description
add Add an additional server to an existing junction point.

    add -h host-name options junction-point
create Create a new junction for an initial server.

    create -t type -h host-name options junction-point
delete Remove the specified junction point.

    delete junction-point
jmt load
jmt clear
Provide WebSEAL with junction mapping table data (jmt.conf) to handle processing of dynamically generated server-relative URLs. The jmt clear command removes junction mapping table data from WebSEAL.
list List all configured junction points on this server.

    list
offline Place the server located at this junction in an offline operational state. No additional requests are sent to the specified server. If a server is not specified, then all servers located at this junction are placed in an offline operational state.

    offline [-i server_uuid] junction_point
online Place the server located at this junction in an online operational state. The server now resumes normal operation. If a server is not specified, then all servers located at this junction are placed in an online operational state.

    online [-i server_uuid] junction_point
remove Remove the specified server from a junction point.

    remove -i server-id junction-point

To determine the ID of a server, use the show command.

show Display the details of a junction.

    show junction-point
throttle Place the server located at this junction in a throttled operational state. While in this state, only requests from pre-established user sessions are processed. If a server is not specified, then all servers located at this junction are placed in a throttled operational state.

    throttle [-i server_uuid] junction_point

Parent topic: Command option summary: standard junctions

Related concepts

Related tasks