Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Description

Resolves to the separator appropriate to the platform where the agent is running. For Windows, resolves to a backslash ( \ ); for Linux/Unix, resolves to forward slash ( / ). This variable may be useful if you want to piece together a pathname using a combination of text and variables.

Syntax

${ops_trigger_file_separator}

Example

Panel
Html bobswift
<pre>${ops_trigger_file_fullpath}sub_folder_name
${ops_trigger_file_separator}filename.txt </pre>

Trigger File Date

Description

Resolves to the file date of the file that fired the trigger.

Syntax

${ops_trigger_file_date}

Example


...

Description

Resolves to the hostname of this cluster node.

Syntax

${ops_cluster_hostname}

Example

Panel
Html bobswift
<pre>ops_cluster_hostname = MACHINEC19A</pre>

Cluster Node ID

Description

Resolves to the cluster node's internally-generated build ID.

Syntax

${ops_cluster_id}

Example

Panel
Html bobswift
<pre>ops_cluster_id = MACHINEC19A:8080-uc</pre>

Cluster Node IP Address

Description

Resolves to the IP address of this cluster node.

Syntax

${ops_cluster_ipaddr}

Example

Panel
Html bobswift
<pre>ops_cluster_ipaddr = 10.N.N.NN</pre>

Cluster Node Mode

Description

Description

Resolves to the current mode of this cluster node: Offline, Active, Passive.
 
For more information, see Viewing Node Status.

Syntax

${ops_cluster_mode}

Example

Panel

Cluster Node Name

Html bobswift
<pre>ops_cluster_mode = Active</pre>

Cluster Node Name

Description

${ops_cluster_name} is an alias for the ${ops_cluster_id} variable.

Syntax

${ops_cluster_name}

Example

Panel
Html bobswift
<pre>ops_cluster_name = MACHINEC19A:8080-uc</pre>

Cluster Node Running Time

Description

Resolves to the numbers of days, hours, and minutes that this cluster node has been running since it was last started.

Syntax

${ops_cluster_uptime}

Example

Panel
Html bobswift
<pre>ops_cluster_uptime = 7 Seconds</pre>

Cluster Node Start Time

Description

Resolves to the date and time the cluster node (server) was started.

Syntax

${ops_cluster_start_time}

Example

Panel
Html bobswift
<pre>ops_cluster_start_time = 2011-09-26 17:35:01 -0400</pre>

Anchor
Common Variables
Common Variables
Common Variables

...

Panel

Source and Destination Variables

Panel

Primary and Secondary Variables

...

Html bobswift
<pre> open src=srcserver user=$(ops_src_cred_user) pwd=$(ops_src_cred_pwd) dst=dstserver user=$(ops_dst_cred_user) pwd=$(ops_dst_cred_pwd)
</pre>
Panel

Primary and Secondary Variables

Html bobswift
<pre> open src=srcserver user=$(ops_primary_cred_user) pwd=$(ops_primary_cred_pwd) secondary=secserver user=$(ops_secondary_cred_user) pwd=$(ops_secondary_cred_pwd)
</pre>

Anchor
ops_src_cred_pwd
ops_src_cred_pwd
Source Password

...

Description

Resolves to a comma-separated list of files that matched the wildcard, if one was specified in the Remote Filename field in the Remote File Monitor task.

Syntax

${ops_trigger_files}

Example

Panel
Html bobswift
<pre>ops_trigger_files = COMPANY-2011-11-22.xls, COMPANY-2011-11-23.xls,COMPANY-2011-11-24.xls</pre>

Remote Trigger File Name

Description

Resolves to the remote file name.

Syntax

${ops_trigger_file_name}

Example


...

Description

Resolves to the contents of the Remote Filename field in the Remote File Monitor task.

Syntax

${ops_trigger_wildcard}

Example

Panel
Html bobswift
<pre>ops_trigger_wildcard = /home/prod/stonebranch/COMPANY*.xls</pre>

Trigger Wildcard Path Only

Description

Resolves to the path only, with the final slash but without the file name, from the Remote Filename field in the Remote File Monitor task.

Syntax

${ops

Syntax

${ops_trigger_wildcard_path}

Example

Panel
Html bobswift
<pre>ops_trigger_wildcard_path
}

Example

Panel
 = /home/prod/stonebranch/ </pre>

Trigger Wildcard Path Only (without Final Slash)

Description

Resolves to the path only, without the final slash and without the file name, from the Remote Filename field in the Remote File Monitor task.

Syntax

${ops_trigger_wildcard_path_no_separator}

Example

Panel
Html bobswift
<pre>ops_trigger_wildcard_path_no_separator = /home/prod/stonebranch </pre>

Anchor
SAP Task Instance Variables
SAP Task Instance Variables
SAP Task Instance Variables

...

Description

Resolves to the hostname of the Active cluster node.

Syntax

${ops_cluster_hostname}

Example

Panel
Html bobswift
<pre>ops_cluster_hostname = MACHINEC19A</pre>

Cluster Node ID

Description

Resolves to the Active cluster node's internally-generated build ID.

Syntax

${ops_cluster_id}

Example

Panel
Html bobswift
<pre>ops_cluster_id = MACHINEC19A:8080-uc</pre>

Cluster Node IP Address

Description

Resolves to the IP address of the Active cluster node.

Syntax

${opsops_cluster_ipaddr}

Example

Panel
Html bobswift
<pre>ops_cluster_ipaddr
}

Example

Panel
 = 10.N.N.NN</pre>

Cluster Node Mode

Description

Resolves to the current mode of the cluster node: Offline, Active, Passive.
 
For more information, see Viewing Node Status.

Syntax

${ops_cluster_mode}

Example

Panel
Html bobswift
<pre>ops_cluster_mode = Active</pre>

Cluster Node Name

Description

${ops_cluster_name} is an alias for the ${ops_cluster_id} variable.

Syntax

${ops_cluster_name}

Example

Panel
Html bobswift
<pre>ops_cluster_name = MACHINEC19A:8080-uc</pre>

Cluster Node Running Time

Description

Resolves to the numbers of days, hours, and minutes that the Active cluster node has been running since it was last started.

Syntax

${ops_cluster_uptime}

Example

Panel
Html bobswift
<pre>ops_cluster_uptime = 7 Seconds</pre>

Cluster Node Start Time

Description

Resolves to the date and time the Active cluster node (server) was started.

Syntax

${ops_cluster_start_time}

Example

Panel
Html bobswift
<pre>ops_cluster_start_time = 2011-09-26 17:35:01 -0400</pre>

Command

Description

For tasks that launch a command on a Windows or Linux/Unix machine; resolves to the task command.

Syntax

${ops_cmd}

Example


...