IBM Security Access Manager for Web, Version 7.0

Server task commands for junctions

The following junction commands are available with pdadmin server task:
Command Description
add

Add an additional server to an existing junction point.

Syntax:

add -h host-name options junction-point

See Addition of server to an existing junction.

create

Create a new junction for an initial server.

Syntax:

create -t type -h host-name options junction-point

See Creation of a junction for an initial server.

delete

Remove the specified junction point.

Syntax:

delete junction-point

jmt load
jmt clear

The jmt load command provides 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.

Syntax:

list
offline

Places 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.

Syntax:

offline [-i server_uuid] junction_point
online

Places 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.

Syntax:

online [-i server_uuid] junction_point
remove

Remove the specified server from a junction point.

Syntax:

remove –i server-id junction-point

Use the show command to determine the ID of a particular server.

show

Display the details of a junction.

Syntax:

show junction-point
throttle

Places the server located at this junction in a throttled operational state. Only requests from users who have created a session with WebSEAL before the command is invoked and continues to have their requests processed by the specified server. If a server is not specified, then all servers located at this junction are placed in a throttled operational state.

Syntax:

throttle [-i server_uuid] junction_point


Feedback