Use this template to define an agent site:
You can use one of the following agent site types:
To use an existing agent site, replace all occurrences of the *AgentSite token with the agent site name.
To use the default agent site, replace all occurrences of the *AgentSite token with ISV_DEFAULTAGENTSITE.
To define a new agent site, specify values for the tokens in the AgentSite.tag template. Replace all occurrences of the *AgentSite token with the name of the new agent site.
Table 14 provides information about each token in the
template.
Table 14. AgentSite.tag tokens
Token | Description | Allowed values |
---|---|---|
Entity parameters | ||
*AgentSite | The name of a new agent site, or the name of the default agent site, if
the agent is not new.
If you specify a new name, it must be unique within the warehouse control database. This token is required, but you can specify the default agent site, ISV_DEFAULTAGENTSITE | A text string, up to 80 bytes in length.
If you do not want to create a new agent site, use ISV_DEFAULTAGENTSITE for the default agent site. |
*AgentSiteContact
| The name of the person or organization responsible for this agent. | A text string. |
*AgentSiteDescription | The short description of the agent site.
This token is optional. | A text string, up to 254 bytes in length. |
*AgentSiteNotes | The long description of the agent site.
This token is optional. | A text string, up to 32700 bytes in length. |
*AgentSiteOSType | The type of operating system that runs on the agent site.
This token is required. | One of the following values:
|
*AgentSiteTCP/IPHostname | The TCP/IP host name of the agent site.
This token is required. | A text string, up to 200 bytes in length. |
*AgentSiteUserid | The user ID under which the agent runs.
This token is required. | A text string, up to 36 bytes in length. |
Relationship parameters | ||
*CurrentCheckPointID++ | An index, starting with 0, that increases each time it is substituted in
a token.
This token is required. | A numeric value. |
Table 15 provides example values for each token to illustrate the
kind of metadata you might provide for each token.
Table 15. Example values for AgentSite.tag tokens
Token | Example value |
---|---|
*AgentSite | My agent site |
*AgentSiteContact
| DEPT W24A |
*AgentSiteDescription | This is the description of my agent site |
*AgentSiteNotes | These are the notes for my agent site. |
*AgentSiteOSType | ISV_Solaris |
*AgentSiteTCP/IPHostname | CHI11W71.stl.ibm.com |
*AgentSiteUserid | VWADMIN |
*CurrentCheckPointID++
| 1 |