You are here: Using the CLI > Context Command Summaries > Responder Commands

Responder Commands

Responders are global objects in the sense that a single responder can be assigned to multiple clusters. They are used when no servers in the associated server pool are available:

CollapsedUsing Responder commands in the global context:
CollapsedUsing Responder commands in a responder specific context:

When creating a responder, you must specify the type parameter first on the command line, and then the parameters required for that type. The supported responder types are:

For example, the following command creates a sorry responder named Sorry01, and downloads the redirect URL from the URL specified on the command line:

eqcli > resp Sorry01 type sorry html ftp://mylocalftpserver/redirect.html

The contents of the file redirect.html will be used as the redirect URL for the responder.

The html parameter can be specified on the command line as follows:

html

edit

Launch an editor to supply the HTML for the sorry page.

“url”

Download the redirect URL from the ftp:// or http:// protocol URL supplied on the command line (quotes are optional).

Related Topics IconRelated Topics