Server task commands for virtual host junctions

Learn about the available virtual junction commands so that we do actions such as add, create, and delete virtual host junctions. The following virtual host junction commands are available with pdadmin server task virtualhost:

Command Description
virtualhost add Add more servers to an existing virtual host junction.

Syntax:

See Addition of a server to a virtual host junction.

virtualhost create Create a new virtual host junction for an initial server.

Syntax:

    virtualhost create options vhost-label

See Creation of a virtual host junction.

virtualhost delete Remove the specified virtual host junction.

A virtual host junction cannot be deleted if a second virtual host junction refers to it through the -g option. An error message is returned at such an attempt.

Syntax:

    virtualhost delete vhost-label
virtualhost list List all configured virtual host junctions by label name.

Syntax:

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

Syntax:

    virtualhost offline [-i server_uuid] vhost_label

virtualhost online Place the server that is at this virtual host junction in an online operational state. The server now resumes normal operation. If a server is not specified, then all servers that are at this virtual host junction are placed in an online operational state.

Syntax:

    virtualhost online [-i server_uuid] vhost_label

virtualhost remove Remove the specified server from a virtual host junction.

Syntax:

    virtualhost remove -i server-id vhost-label

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

virtualhost show Display the details of a virtual host junction with the specified label.

Syntax:

    virtualhost show vhost-label

virtualhost throttle Place the server that is at this virtual host junction in a throttled operational state. Only requests from users with a session with WebSEAL before the invocation of this command continues to have their requests processed by the specified server. If a server is not specified, then all servers at this virtual host junction are placed in a throttled operational state.

Syntax:

    virtualhost throttle [-i server_uuid] vhost_label

Parent topic: Virtual Hosting