server task virtualhost throttle
Places the server that is at this virtual host junction in a throttled operational state.
Requires authentication (administrator ID and password) to use this command.
Syntax
server task instance_name-webseald-host_name virtualhost
throttle [–i server_uuid] vhost_label
Description
The server task virtualhost throttle command places the server that is at this virtual host junction in a throttled operational state. Users can create a session with WebSEAL before the invocation of this command. Only requests from such users continue to be processed by the specified server. If a server is not specified, all servers that are at this virtual host junction are placed in a throttled operational state.
Options
–iserver_uuid- Specifies the UUID of the server to throttle. If a server is not specified, all servers that are at this virtual host junction are placed in a throttled operational state. Use the server task virtualhost show command to determine the ID of a specific server. (Optional)
instance_name-webseald-host_name- Specifies the full server name of the installed WebSEAL server
instance. You must specify this full server name in the exact format
as displayed in the output of the server list command.
The
instance_namespecifies the configured name of the WebSEAL server instance. Thewebsealddesignation indicates that the WebSEAL service performs the command task. Thehost_nameis the name of the physical computer where the WebSEAL server is installed.For example, the configured name of a single WebSEAL server instance is
default. The host computer name where the WebSEAL server is installed isabc.ibm.com. Then, the full WebSEAL server name isdefault-webseald-abc.ibm.com.If an additional WebSEAL server instance is configured and named
web2, the full WebSEAL server name isweb2-webseald-abc.ibm.com. vhost_label- Specifies the label name of the virtual host junction.
Authorization
Users and groups that require
access to this command must be given the c (control)
permission in the ACL that governs the /WebSEAL/ object.
For example, the sec_master administrative
user is given this permission by default.host_name-instance_name/@vhost_label
Return codes
- 0
- The command completed successfully. Note: For WebSEAL server task commands, the return code is
0when the command is sent to the WebSEAL server without errors. However, even after the command was successfully sent, the WebSEAL server might not be able to successfully complete the command. The WebSEAL server returns an error message. - 1
- The command failed. When a command fails, the pdadmin command
provides a description of the error and an error status code in hexadecimal
format (for example,
0x14c012f2).See "Error messages" in the IBM Knowledge Center. This reference provides a list of the Security Access Manager error messages by decimal or hexadecimal codes.
Example
- Has the label
support-vhost-https. - Is configured on the WebSEAL server
abc.ibm.com. - Supports the virtual host
support.ibm.com.
support.ibm.com is on the junctioned
server int3.ibm.com.int3.ibm.com server in a throttled operational
state. To determine the UUID of this junctioned server, run the server
task virtualhost show command: pdadmin> server task default-webseald-abc.ibm.com \
virtualhost show support-vhost-https Output is like: Virtual Host label: support-vhost-https
Type: SSL
...
Virtual hostname: support.ibm.com
Alias: ibm.com
Alias: support
Virtual Host junction protocol partner: support-vhost-http
Server 1:
ID: bacecc66-13ce-11d8-8f0a-09267ea5aa77
Server State: running
Operational State: Online
Hostname: int3.ibm.com
Port: 443
Server DN:
Query_contents URL: /cgi-bin/query_contents
Query-contents: unknown
Case insensitive URLs: no
Allow Windows-style URLs: yes
Current requests: 0
Total requests: 1pdadmin> server task default-webseald-cruz virtualhost throttle \
-i bacecc66-13ce-11d8-8f0a-09267ea5aa77 support-vhost-https