Executing Workflows. Executing Workflows. Accessing Service Requests. This chapter contains the following sections:

Size: px
Start display at page:

Download "Executing Workflows. Executing Workflows. Accessing Service Requests. This chapter contains the following sections:"

Transcription

1 This chapter contains the following sections:, page 1 Adding Conditional Processing to Workflows, page 5 Context Workflow Mapping, page 11 Scheduling Workflows, page 13 Rolling Back Workflows, page 14 Validating Workflows, page 15 Workflow Versioning, page 16 You can choose several different ways to execute a workflow in Orchestrator. Creating a service request Using the Execute Now action Using a VM Action policy Using a trigger Accessing Service Requests You can view and generate workflow executions using service requests. 1

2 Using the Execute Now Action Note An archive option is also available for each service request. On the menu bar, choose Organization > Service Requests. Choose the Service Requests tab. Choose a service request. Click View Details. The Service Request Status pane appears. Click Close. Resubmitting a Failed/Cancelled Service Request You can resubmit a failed or cancelled service requests as well as change the inputs before resubmitting. An administrator can access the Input/Output tab, click on a service request and enter new values into a form before resubmittal. Step 7 On the menu bar, choose Organizations > Service Requests. Click on a service request. The input/output table appears. Click the Input/Output tab. The values of a particular task inside a workflow are accessible from this tab. Choose an entry from the Input/Output table. Click Edit Value. Change the value for the service request. Click Submit. Note You can also observe the same actions under the Organizations > My Approvals tab. Using the Execute Now Action You can execute a workflow using the Execute Now action. The drop-down list is accessible on the right of the interface. If you choose to provide any input(s) during the execution stage, you must add those input(s) at execution. However, if those inputs are provided when you add tasks to the workflow, then those inputs are also accepted. Using a VM Action Policy You can create custom actions by using a User VM Action policy. Custom action policies can contain one or more actions. You can also create an action label and associate a workflow to it. You can select a User Action 2

3 Using a VM Action Policy policy when you create a virtual data center (vdc). The virtual machines (VMs) created under this policy still have all of the custom actions enabled that are included in the original User Action policy. Note End user VM Action policies can be used in a VM context. The following procedure describes how to create a workflow that consists of a VM snapshot and a VM resize task. This workflow can be used as a custom action in the VMs context. Choose User VM Action Policy tab. Click Add. In the Add Policy screen, complete the following fields: Policy field Policy field Select No of Actions drop-down list The policy name. The description of the policy. Choose the number of actions associated with the policy. Click Next. In the Add Policy screen, complete the following fields: Action Label field Workflow drop-down list Authorized User Types drop-down list The label for the VM action. Choose the workflow associated with this action. Choose the user type authorized to perform this action. Step 7 Click Submit. After you create a User VM Action policy, as an administrator, you can choose this policy while creating a vdc. All VMs that belong to this vdc have the ability to use these custom actions. Note Only one User VM Action policy can be associated with a vdc. 3

4 Using a Trigger Using a Trigger Triggers are used to execute workflows based on specified conditions that must be met. Once those conditions are met, a workflow is (automatically) executed. This procedure describes how to trigger a resize if the VM memory limit is reached. Choose the Triggers tab. Click Add. In the Add Trigger: Trigger Information screen, complete the following fields: Trigger field Is Enabled check box field Frequency drop-down list Trigger Type drop-down list The name of trigger. Enables the trigger. The description of trigger. Choose the frequency at which the trigger rule is to be verified. Choose the trigger type: Stateful-This type's current state is recorded and actions are executed only when there is a change in a trigger state. Stateless- This type's trigger condition is verified at a frequency provided in the frequency field. For example, if a VM power status is monitored, a trigger would be executed when a change in the power status occurs. Click Next. In the Add Trigger: Specify Conditions screen, complete the following fields: Number of Conditions field What to Monitor drop-down list VM drop-down list Parameter drop-down list The number of conditions to check. Choose the component that is to be monitored. Choose the component entry to monitor. If a VM is being monitored, choose VM to monitor. Choose the parameter of the component to monitor. 4

5 Adding Conditional Processing to Workflows Trigger Type drop-down list Choose trigger type: Stateful-This type's current state is recorded and actions are executed only when there is a change in a trigger state. Stateless-This type's trigger condition is verified at a frequency provided in the frequency field. For example, if a VM power status is monitored, a trigger would be executed when a change in the power status occurs. Step 7 Step 8 Click Next. In the Add Trigger: Specify Workflow screen, complete the following fields: Maximum Invocations field (When Trigger State Becomes Active) Select Workflow drop-down list (When Trigger State Become Clear) Select Workflow drop-down list The number of times that the trigger is invoked. Choose the workflow to be executed when the trigger is activated. Choose the workflow to be executed when the trigger is cleared. Step 9 Click Submit. Adding Conditional Processing to Workflows Orchestrator's task library includes a set of predefined tasks that you can add to a workflow for conditional processing. You can specify conditions for the predefined tasks that are forks in the workflow. The outcome of evaluating the condition determines which branch the workflow takes. For example, a workflow condition might be to check the power status of a VM. If the VM status is powered on, the workflow takes a certain path, and if the VM is powered off, it takes a different path. The following predefined tasks are accessible in Workflow Designer for conditional processing: Start Loop --- This task can be used to begin a loop in the workflow based on the input condition. End Loop --- This task can be used to mark the end of the loop in the workflow. If Else --- This task evaluates the input condition provided. A task or set of tasks are executed if the input condition is true. If the input condition is false, another task or set of tasks are executed. 5

6 Adding an If-Else Logical Branch Conditional Task --- This task can be used to create multiple execution paths in the workflow based on the condition you specify for each task in the workflow. You can use the predefined tasks to create conditional processing constructs such as If, If-Else, nested If, Loop and Switch in your workflows. Adding an If-Else Logical Branch Step 7 Click the Workflows tab. Choose the workflow that you want add the If-Else logical branch. Double-click the workflow to open it in Workflow Designer. In the Available Tasks pane, click the Procedural Tasks folder. Click the If Else task and drag and drop it into Workflow Designer. In the Add Task (If Else) screen, complete the following fields: Task field Comment field Retry Execution checkbox Retry count drop-down list Retry Frequency drop-down list The name of the task. Comments for the task. Check the checkbox to retry ( at a later time), if the task fails. Choose the number of attempts to perform a retry. Choose the duration between the attempts at a retry. The workflow pauses until the task is retried n times until it succeeds before it can continue with the next task or completion of the workflow. Step 8 Step 9 0 Click Next. In the User Input Mapping screen, click Next. In the Task Inputs screen, complete the following fields: 6

7 Adding an If-Else Logical Branch Specify the condition field Enter the condition that will be evaluated to determine the course of the workflow. As a result of evaluating the condition the following can result: If the condition evaluates to true, the course for the workflow towards successful completion is executed. If the condition evaluates to false, the workflow will not be executed successfully. The conditions that you define must only contain the following operators: ==,!=, <, <=, >, >=,, &&, contains, startswith, endswith Below are some examples that you can use while specifying conditions: Task.OUTPUT ATTRIBUTE NAME=="2" WORKFLOW USERINPUT LABEL NAME contains "xyz" Task.OUTPUT ATTRIBUTE NAME == WORKFLOW USERINPUT LABEL NAME WORKFLOW USERINPUT LABEL NAME!= "123" In the User Output Mapping screen, click Submit. In the If-Else task icon that you created, click and drag the True connector and the False connector to more task icons. In the If-Else task icon that you created, click and drag the On Failure connector to the Completed (Failed) task icon. This link defines the logical branch of the workflow for failure. If required, you can add more task icons to this branch in the workflow. What to Do Next After you create your If-Else logical branch, you can execute the workflow. You can view and generate the workflow executions using service requests. 7

8 Adding Loops Adding Loops Step 7 Choose the Workflows tab. Choose the workflow that you want to add a loop. Double-click the workflow to open it in Workflow Designer. In the Available Tasks pane, click the Procedural Tasks folder. Click the Start Loop task and drag and drop it intoworkflow Designer. In the Add Task (Start Loop), complete the following fields: Task field Comment field Retry Execution checkbox Retry count drop-down list Retry Frequency drop-down list The name of the task. Comments for the task. Check the checkbox to retry ( at a later time), if the task fails. Choose the number of attempts to perform a retry. Choose the duration between the attempts at a retry. The workflow pauses until the task is retried n times until it succeeds before it can continue with the next task or completion of the workflow. Step 8 Step 9 0 Click Next. In the User Input Mapping screen, click Next. In the Task Inputs screen, complete the following fields: List based iteration checkbox Input for list based iteration Check the checkbox for list based iteration. The input values for list based iteration. 8

9 Adding Loops User Input to assign iterated values drop-down list Count based iteration checkbox Number of times to loop field The user input for the list based iteration. Note Cisco UCS Director contains a task output variable called START_LOOP_OUTPUT of generic text type which holds the value for each loop iteration. You cannot map this output to the next task input whose type is not generic text. Hence, you must create workflow inputs of the type you need(such as address) and map it to the Start Loop task input that you added using the User Input to assign iterated values drop-down list. Check the checkbox for loop counter based iteration. The loop counter that controls the iterations of the loop In the User Output Mapping screen, select the attributes you want to use as values from the workflow outputs. Click Submit. In the Available Tasks pane, click and drag the tasks that you want as part of the loop. Create links between the task icons in the loop using the On Success connector. Create a link between the Start task icon and the Start Loop task icon In the Available Tasks pane, click the Procedural Tasks folder. Click the End Loop task and drag and drop it intoworkflow Designer. Complete the remaining screens in the Add Task (End Loop) wizard, and click Submit. Connect the End Loop task icon to the Completed (Success) and Completed (Failed) task icons. What to Do Next After you add loops, you can execute the workflow. You can view and generate the workflow executions using service requests. 9

10 Adding Switch Operations Adding Switch Operations Note The switch construct you create can contain several execution paths for the workflow, based on the condition you specify for each task in the workflow. Step 7 Choose the Workflows tab. Choose the workflow that you want to add a loop. Double-click the workflow to open it in Workflow Designer. In the Available Tasks pane, click the Procedural Tasks folder. Click the Conditional task and drag and drop it intoworkflow Designer. In the Add Task (Conditional task) screen, complete the following fields: Task field Comment field Retry Execution checkbox Retry count drop-down list Retry Frequency drop-down list The name of the task. Comments for the task. Check the checkbox to retry ( at a later time), if the task fails. Choose the number of attempts to perform a retry. Choose the duration between the attempts at a retry. The workflow pauses until the task is retried n times until it succeeds before it can continue with the next task or completion of the workflow. Step 8 Step Click Next. In the User Input Mapping screen, click Next. In the Task Inputs screen, click the + icon to add a condition for each execution path of the workflow. For example, if your workflow had n possible execution paths, you would add n entries into the conditions table, one entry for each condition. You can click on the default entry in the table to specify the condition when the workflow takes the default execution path. In the Add Entry to screen, complete the following fields: Label field The label for the condition 10

11 Context Workflow Mapping Condition field Enter the condition that will be evaluated to determine the course of the workflow. The conditions that you define must contain the following operators: ==,!=, <, <=, >, >=,, &&, contains, startswith, endswith Below are some examples that you can use while specifying conditions: Task.OUTPUT ATTRIBUTE NAME=="2" WORKFLOW USERINPUT LABEL NAME contains "xyz" Task.OUTPUT ATTRIBUTE NAME == WORKFLOW USERINPUT LABEL NAME WORKFLOW USERINPUT LABEL NAME!= "123" Click Submit In the User Output Mapping screen, select the attributes you want to use as values from the workflow outputs. Click Submit. In the Available Tasks pane, click and drag the tasks that you want to add to the various execution paths of the workflow. Use the connectors in the Conditional task icon to link with the tasks in the execution paths. For example, use the default connector in the Conditional task icon to create links to the tasks in the default execution path. Create a links between the Start task icon and the Conditional task icon. Create links between the various execution paths in the workflow and the Completed (Success) and Completed (Failed) task icons. What to Do Next After you add the switch construct, you can execute the workflow. You can view and generate the workflow executions using service requests. using service requests. Context Workflow Mapping You can map a workflow in the form of an action and execute it in the component's context. You can execute a workflow that contains a set of tasks from within a context of a component. You do not have to browse for a required workflow in the workflow list in order to execute it. However, you can execute the workflow at the component level. For example, when you execute a workflow, that you created for a server, you can map the workflow as an action (for the server) and execute it at the server level instead of browsing for the workflow in the workflow list. 11

12 Stage 1: Create a Context Mapper Task Context workflow mapping consists of these two stages: Stage 1- Create a context mapper task and adds it to the workflow that needs to be mapped as an action. Stage 2- Adds the workflow to the content mapper list by giving it an action label. Stage 1: Create a Context Mapper Task Choose the Workflow tab. Open a workflow in Workflow Designer. Choose a Context Mapper task and drag it onto the Workflow Designer pane. Stage 2: Adding to the Workflow to the Content Mapper Choose Context Workflow Mapping. Choose a component to add to your workflow. Click Edit. In the Edit Workflow Mappings dialog box, complete the following fields: Add Workflow icon Selection Required check box Action Label field Workflow drop-down list Authorized User Types drop-down list Add additional workflows. Check the check so that an end user can select an entry of the component for the action label to show. Also, the workflows are filtered based on the component if it is checked. For example, for LUN Context workflow mapping, only the workflows which contain the LUN context mapper task is displayed. The name of the action label. Choose a workflow to execute. Choose an authorized user type. Click Submit. The workflow is added as an action to the component. 12

13 Scheduling Workflows Note When you browse through the logical unit number (LUN) components and choosing an entry under LUNs, the action becomes visible (Associate LUN to Datastore). Clicking on this action executes the workflow that you had previously mapped to this component. Scheduling Workflows You can schedule workflows for execution at a specific time. You can also modify several schedule parameters when a workflow is scheduled. Click the Workflows tab. In the Workflows pane, choose the workflow that you want to schedule. Click Schedule. In the Schedule Workflow screen, complete the following fields: Recurrence Type drop-down list The type of reexecution of the workflow. There are several types: No End -The workflow is executed continuously from the start time based on frequency type and frequency interval, without any end time. Only once-the workflow is executed only once at the start time. Fixed Number of Times-The workflow is executed n number of times as provided in the Repeat Count field continuously from the start time based on frequency type and frequency interval. End by Date-The workflow is executed continuously from the start time based on the frequency type and frequency interval until the provided end time. Start Time field Frequency Type drop-down list Frequency Interval drop-down list The time of the scheduled workflow execution. The frequency of the workflow executions. The workflow can be executed hourly, daily, weekly or monthly. Choose the interval at which the workflow needs to be executed for the frequency that you chose. If the frequency interval is four and the frequency type is daily, the workflow is executed every four days. 13

14 Rolling Back Workflows User ID field The user associated to the workflow. This is not a mandatory field. Note If you defined inputs while you created the workflow, you must provide those inputs need to be provided under the Workflow Inputs. Click Edit to edit another schedule. Note The Modify Workflow Schedule screen is identical to the Schedule Workflow dialog box. Rolling Back Workflows You can undo executed workflows by using the Workflow Rollback feature. All tasks that are part of the workflow are undone when the workflow is rolled back. Note If a workflow is rolled back it might not return to the same state as before the workflow was executed. Some tasks cannot be rolled back in their entirety. For example, storage values increased for a VM cannot be undone. On the menu bar, choose Organizations > Service Requests. Choose the Service Requests tab. Choose the service request that corresponds to the workflow that needs to be rolled back. Click Rollback Request. Check the check box next to the task(s) that you want to roll back. Click Submit. Note Right-click a service request and choose View Details to examine its undo workflow status. 14

15 Viewing Workflow Assets (Created or Modified) Viewing Workflow Assets (Created or Modified) Before you roll back your workflow you can view the details of all of the assets and resources that were used during the execution of the workflow. The assets are tracked and available through the service request's View Details option. On the menu bar, choose Organizations > Service Requests. Choose the Service Requests tab. Choose a service request to examine. Choose the View Details option. Choose the Objects Created and Modified tab. The Objects Created and Modified tab displays all of the resources that were created or modified as part of the construction of the workflow. All resources that pertaining to all of the tasks of the workflow are tracked. When you roll back a workflow, all associated resources are deleted and previously modified resource changes are undone. Click Close. Validating Workflows Orchestrator provides a mechanism for validating workflows. Validating a workflow helps identify issues with the workflow caused by incorrect flow of data from one element to the next. Workflow validation checks the data bindings and connections between elements. Common issues detected during validation are mapping mismatch, missing mandatory values for tasks, Task Handler not found and missing admin/task inputs after import or upgrade. Orchestrator enables issue detection and resolution by using a wizard-based issue resolver. When you validate a workflow, a list of issues is created along with suggestions for fixing those issues. Clicking an issue in the list prompts the user to run the issue wizard resolver. Some issues might require additional information or input from you. Other issues might be quick fixes that are resolved for you. Resolving Workflow Validation Issues 15

16 Workflow Versioning Click the Workflows tab. Choose the workflow that failed validation. Click Validate Workflow. In the Workflow Validation dialog box, double click the description under Resolution. In the Validation Errors dialog box, view the summary for the issue detected. You can complete the remaining prompts in the wizard to resolve the validation error. Workflow Versioning All Orchestrator workflows have an associated version history. You can use version history to either revert a workflow state to an earlier one or increment the version. In some scenarios you might use versioning for comparing the differences between the current state of a workflow with an earlier saved version. Versioning can be particularly useful when you need to know if a workflow is ready for production, deployment, or for any other operation. A new version item is created when a workflow version is incremented and saved. Consequent changes to the workflow do not change the current version. For example, if you create and save a workflow version X.0.0, the state of the version is saved in the Cisco UCS Director database. If any changes are made to the workflow, the changes cannot be applied to workflow version X.0.0. To save the changes, a subsequent workflow version needs to be created. The version history along with the workflow is saved in the database. Workflows can be deleted without losing their version history. Creating Workflow Versions Choose the Workflows tab. Right click the workflow and choose Create New Version. In the Create New Version screen, complete the following fields: Version Label field field The label for the version. The description for the version. Step 7 Click Submit. In Workflow Designer, complete your changes for the workflow. Click Close. The workflows report displays the incremented version of the workflow under the Version column. 16

17 Managing Workflow Versions Managing Workflow Versions Choose the Workflows tab. Right click the workflow and choose Manage Versions. In the Manage Versions screen, complete the following fields: Show latest version checkbox Set default version checkbox Check the checkbox to display the latest version of the workflow in the workflows report. For example, if the latest workflow version is X.0, it is displayed as Version X (latest) in the Versioncolumn, in the workflows report. Check the checkbox to display the chosen workflow version as the default version in the workflow report. Choose the workflow version from the workflows table below. For example, if you chose the workflow version as X.0 to be set as the default version for display, it is displayed as Version X.0 (user selected) in the Versioncolumn, in the workflows report. Click Submit. 17

18 Managing Workflow Versions 18

Executing Workflows. Executing Workflows. Accessing Service Requests. This chapter contains the following sections:

Executing Workflows. Executing Workflows. Accessing Service Requests. This chapter contains the following sections: This chapter contains the following sections:, page 1 Adding Conditional Processing to Workflows, page 5 Context Workflow Mapping, page 11 Scheduling Workflows, page 13 Rolling Back Workflows, page 14

More information

Creating Workflows. Viewing the Task Library. Creating a Workflow. This chapter contains the following sections:

Creating Workflows. Viewing the Task Library. Creating a Workflow. This chapter contains the following sections: This chapter contains the following sections: Viewing the Task Library, page 1 Creating a Workflow, page 1 Example: Creating a Workflow, page 12 Resolving Workflow Validation Issues, page 15 Changing Flow

More information

Creating Workflows. Viewing the Task Library. Creating a Workflow. This chapter contains the following sections:

Creating Workflows. Viewing the Task Library. Creating a Workflow. This chapter contains the following sections: This chapter contains the following sections: Viewing the Task Library, page 1 Creating a Workflow, page 1 Example: Creating a Workflow, page 13 Resolving Workflow Validation Issues, page 16 Changing Flow

More information

Managing Virtual Data Centers

Managing Virtual Data Centers This chapter contains the following sections: Virtual Data Centers, page 1 VDC Actions, page 2 Virtual Data Center Service Profiles, page 7 Virtual Data Centers A Virtual Data Center (VDC) is a logical

More information

Multiple Disk VM Provisioning

Multiple Disk VM Provisioning This chapter contains the following sections: About, page 1 Overview of the Procedure for, page 2 About Templates with Multiple Disks, page 2 Assigning Disk Categories, page 2 Defining Storage Policies,

More information

Multiple Disk VM Provisioning

Multiple Disk VM Provisioning This chapter contains the following sections: About, page 1 Workflow for, page 2 About Templates with Multiple Disks, page 2 Assigning Disk Categories, page 2 Defining Storage Policies, page 3 Creating

More information

Managing VMware vcenter Site Recovery Manager

Managing VMware vcenter Site Recovery Manager Managing VMware vcenter Site Recovery Manager This chapter contains the following sections: About VMware vcenter Site Recovery Manager, page 1 Overview of SRM Configuration, page 2 Integrating SRM with

More information

Application Provisioning

Application Provisioning Overview, page 1 Application Categories, page 1 Application Containers, page 2 Catalogs, page 7 Self-Service Provisioning, page 8 Overview After you have allocated your resources among your user groups,

More information

Managing the VM Lifecycle

Managing the VM Lifecycle This chapter contains the following sections:, page 1 Managing VM Power, page 2 Resizing a VM, page 3 Resizing a VM Disk, page 4 Managing VM Snapshots, page 5 Managing Other VM Actions, page 7 You can

More information

Configuring Cisco UCS Server Pools and Policies

Configuring Cisco UCS Server Pools and Policies This chapter contains the following sections: Global Equipment Policies, page 1 UUID Pools, page 3 Server Pools, page 5 Management IP Pool, page 7 Boot Policy, page 8 Local Disk Configuration Policy, page

More information

Embedded Event Manager (EEM)

Embedded Event Manager (EEM) CHAPTER 12 This chapter consists of the following: What is EEM? Components of Cisco IOS EEM Types of Actions What is EEM? EEM (Embedded Event Manager) is an IOS technology that runs on the control plane

More information

Overview of the Self-Service Portal

Overview of the Self-Service Portal This chapter contains the following sections: Cisco UCS Director Self-Service Portal, page 1 Logging into the Self-Service Portal, page 1 Examining the Interface, page 4 Cisco UCS Director Self-Service

More information

Toolkit Activity Installation and Registration

Toolkit Activity Installation and Registration Toolkit Activity Installation and Registration Installing the Toolkit activity on the Workflow Server Install the Qfiche Toolkit workflow activity by running the appropriate SETUP.EXE and stepping through

More information

Building Automation and Orchestration for Software-Defined Storage with NetApp and VMware

Building Automation and Orchestration for Software-Defined Storage with NetApp and VMware Technical Report Building Automation and Orchestration for Software-Defined Storage with NetApp and VMware Using NetApp OnCommand Workflow Automation, VMware vrealize Automation, and vrealize Orchestration

More information

Contents. Add a Form Element to a Group Box Add a Field to a Form... 22

Contents. Add a Form Element to a Group Box Add a Field to a Form... 22 Workflow Design Guide Version 17 November 2017 Contents About This Guide... 7 Workflows and Forms Overview... 7 Security Permissions for Workflows and Forms... 8 Search for a Workflow Design, Workflow

More information

ForeScout CounterACT. Configuration Guide. Version 1.2

ForeScout CounterACT. Configuration Guide. Version 1.2 ForeScout CounterACT Core Extensions Module: NetFlow Plugin Version 1.2 Table of Contents About NetFlow Integration... 3 How it Works... 3 Supported NetFlow Versions... 3 What to Do... 3 Requirements...

More information

Managing Deployment. Understanding Deployment CHAPTER

Managing Deployment. Understanding Deployment CHAPTER CHAPTER 8 The settings and policies you define in Security Manager must be deployed to your devices so that you can implement them in your network. The steps you take to deploy configurations to devices

More information

THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright

THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright Unica Marketing Operations and Unica Campaign Version 8.2.0 Integration Guide Publication Date: September 20, 2010 Copyright THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright Table of

More information

Using VMware vsphere With Your System

Using VMware vsphere With Your System Using VMware vsphere, page 1 Configuring the ESXi Host to Use an NTP Server, page 2 Creating a Backup Using VMware vcenter, page 2 Taking a Snapshot Using VMware vcenter, page 3 Attaching an Existing VMDK

More information

Using NetShow Commands

Using NetShow Commands CHAPTER 10 Network show (NetShow) commands represent a set of read-only commands. These are primarily, show commands that you can run on devices that are managed in LMS. You can specify the commands that

More information

Cisco UCS Director Orchestration Guide, Release 6.5

Cisco UCS Director Orchestration Guide, Release 6.5 First Published: 2017-07-11 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE

More information

Using VMware vsphere With Your System

Using VMware vsphere With Your System Using VMware vsphere, page 1 Configuring the ESXi Host to Use an NTP Server, page 2 Creating a Backup Using VMware vcenter, page 2 Taking a Snapshot Using VMware vcenter, page 3 Attaching an Existing VMDK

More information

Creating Application Containers

Creating Application Containers This chapter contains the following sections: General Application Container Creation Process, page 1 Creating Application Container Policies, page 3 About Application Container Templates, page 5 Creating

More information

EMC RecoverPoint. EMC RecoverPoint Support

EMC RecoverPoint. EMC RecoverPoint Support Support, page 1 Adding an Account, page 2 RecoverPoint Appliance Clusters, page 3 Replication Through Consistency Groups, page 4 Group Sets, page 22 System Tasks, page 24 Support protects storage array

More information

RecoverPoint Operations

RecoverPoint Operations This chapter contains the following sections: RecoverPoint Appliance Clusters, page 1 Consistency Groups, page 2 Replication Sets, page 17 Group Sets, page 20 Assigning a Policy to a RecoverPoint Task,

More information

Using Script Modules. Using Script Modules. This chapter contains the following sections: Using Script Modules, page 1

Using Script Modules. Using Script Modules. This chapter contains the following sections: Using Script Modules, page 1 This chapter contains the following sections:, page 1 Adding Script Modules, page 2 Adding Libraries, page 2 Jar Files, page 4 Lists of Values, page 4 Tabular Reports, page 7 Context Mapping, page 10 Importing

More information

Custom SharePoint Workflows

Custom SharePoint Workflows Custom SharePoint Workflows Using SharePoint Designer 2013 SharePoint Workflows Microsoft SharePoint, as a collaboration platform, contains a huge amount of business data - documents, contacts, meetings,

More information

Creating Application Containers

Creating Application Containers This chapter contains the following sections: General Application Container Creation Process, page 1 Creating Application Container Policies, page 2 About Application Container Templates, page 5 Creating

More information

Filtering the Filtering the Universe of Symbols Using Hot Lists and Scanner Universe of Symbols Using Hot Lists and Scanner.

Filtering the Filtering the Universe of Symbols Using Hot Lists and Scanner Universe of Symbols Using Hot Lists and Scanner. Lesson 8 Filtering the Universe of Symbols Using Hot Lists and Scanner Table of Contents Hot Lists. 1 Selecting the Symbol Universe... 7 Scanner.. 3 Selecting the Scan Criteria.. 8 TradeStation Sample

More information

Developing with VMware vcenter Orchestrator. vrealize Orchestrator 5.5.1

Developing with VMware vcenter Orchestrator. vrealize Orchestrator 5.5.1 Developing with VMware vcenter Orchestrator vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Contents. Properties: Field Area Fields Add a Table to a Form... 23

Contents. Properties: Field Area Fields Add a Table to a Form... 23 Workflow Design Guide Version 18 February 2018 Contents About This Guide... 7 Workflows and Forms Overview... 7 Security Permissions for Workflows and Forms... 8 Search for a Workflow Design, Workflow

More information

Easy Time Control Training Manual

Easy Time Control Training Manual Easy Time Control Training Manual Copyright 2008, Trinity Enterprise Solutions Inc Easy Time Control Training Manual Table of Contents Preface...iii Module 1...5 Getting Started...5 1.1. Opening the System...6

More information

Smart Install in LMS CHAPTER

Smart Install in LMS CHAPTER CHAPTER 6 Smart Install (SI) is a plug-and-play configuration and image management feature that provides zero-touch deployment for new switches. You can configure SI on a switch which will then be the

More information

Using VMware vsphere with Your System

Using VMware vsphere with Your System Using VMware vsphere, on page 1 Configuring the ESXi Host to Use an NTP Server, on page 2 Creating a Backup by Using VMware vcenter, on page 2 Taking a Snapshot by using VMware vcenter, on page 3 Removing

More information

Decision Manager Help. Version 7.1.7

Decision Manager Help. Version 7.1.7 Version 7.1.7 This document describes products and services of Pegasystems Inc. It may contain trade secrets and proprietary information. The document and product are protected by copyright and distributed

More information

Developing with VMware vcenter Orchestrator

Developing with VMware vcenter Orchestrator Developing with VMware vcenter Orchestrator vcenter Orchestrator 4.2.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Dell Storage vsphere Web Client Plugin. Version 4.0 Administrator s Guide

Dell Storage vsphere Web Client Plugin. Version 4.0 Administrator s Guide Dell Storage vsphere Web Client Plugin Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION:

More information

Visual Workflow Implementation Guide

Visual Workflow Implementation Guide Version 30.0: Spring 14 Visual Workflow Implementation Guide Note: Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may

More information

Quick Start Guide (CM)

Quick Start Guide (CM) NetBrain Integrated Edition 7.1 Quick Start Guide (CM) Version 7.1 Last Updated 2018-08-20 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Contents 1. Managing Network Changes... 3

More information

Using the JSON Iterator

Using the JSON Iterator Using the JSON Iterator This topic describes how to process a JSON document, which contains multiple records. A JSON document will be split into sub-documents using the JSON Iterator, and then each sub-document

More information

CounterACT NetFlow Plugin

CounterACT NetFlow Plugin Version 1.1.0 and Above Table of Contents About NetFlow Integration... 3 How it Works... 3 Supported NetFlow Versions... 3 What to Do... 3 Requirements... 4 CounterACT Requirements... 4 Networking Requirements...

More information

Cisco ACI vcenter Plugin

Cisco ACI vcenter Plugin This chapter contains the following sections: About Cisco ACI with VMware vsphere Web Client, page 1 Getting Started with, page 2 Features and Limitations, page 7 GUI, page 12 Performing ACI Object Configurations,

More information

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-10 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Contents 1 INTRODUCTION... 3 1.1 Who Should Read This Guide? 3 1.2 Getting Started 4 1.3 Terms and Definitions

More information

Table of Contents HOL CMP

Table of Contents HOL CMP Table of Contents Lab Overview - - vrealize Orchestrator - Advanced... 2 Lab Guidance... 3 Module 1 - Creating Advanced vrealize Orchestrator Workflows (45 min)...9 Introduction... 10 Prompting User Input

More information

ForeScout CounterACT. Plugin. Configuration Guide. Version 2.2.4

ForeScout CounterACT. Plugin. Configuration Guide. Version 2.2.4 ForeScout CounterACT Core Extensions Module: Advanced Tools Plugin Version 2.2.4 Table of Contents About the CounterACT Advanced Tools Plugin... 4 What to Do... 5 Requirements... 5 Configure the Plugin...

More information

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview.

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview. Citrix Connector 3.1 May 02, 2016 About this release System requirements Technical overview Plan Install Citrix Connector Upgrade Create applications Deploy applications to machine catalogs Publish applications

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

vrealize Automation Management Pack 2.0 Guide

vrealize Automation Management Pack 2.0 Guide vrealize Automation Management Pack 2.0 Guide This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

Lab - Task Scheduler in Windows 8

Lab - Task Scheduler in Windows 8 Lab - Task Scheduler in Windows 8 Introduction In this lab, you will schedule a task using the Windows 8 Task Scheduler utility. You will then make changes to your task and test your task by running it.

More information

Designing the Layout of External Content Using the Widgets Tool

Designing the Layout of External Content Using the Widgets Tool Designing the Layout of External Content Using the Widgets Tool First Published: August 2, 2012 This module describes how to design the layout for display of the data that you have integrated and mapped

More information

Microsoft Outlook 2003 Microsoft screen shots used in accordance with Microsoft rules to be viewed at URL

Microsoft Outlook 2003 Microsoft screen shots used in accordance with Microsoft rules to be viewed at URL Microsoft Outlook 2003 Microsoft screen shots used in accordance with Microsoft rules to be viewed at URL http://www.microsoft.com/permission/copyrgt/cop-img.htm#screenshot Compiled by: Charmaine Morris

More information

SilverStripe - Website Administrators

SilverStripe - Website Administrators SilverStripe - Website Administrators Managing Roles and Permissions In this section: Understand roles and security groups Learn how to set up a role Learn how to edit a role Learn how to create a security

More information

Speed Lab 2! System Center 2012 R2: Introduction to Automation, Service & Application Management

Speed Lab 2! System Center 2012 R2: Introduction to Automation, Service & Application Management Speed Lab 2! System Center 2012 R2: Introduction to Automation, Service & Application Management Lab Guide System Center 2012 R2 is the industry s leading datacenter management system, providing a variety

More information

Creating and Updating Menu Boards

Creating and Updating Menu Boards Creating and Updating Menu Boards First Published: August 2, 2012 This module describes how to create and modify menu boards and publish them for display on TVs. It includes the following topics: Workflow

More information

Perceptive Data Transfer

Perceptive Data Transfer Perceptive Data Transfer User Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

FileCatalyst HotFolder Quickstart

FileCatalyst HotFolder Quickstart FileCatalyst HotFolder Quickstart Contents 1 Installation... 2 1.1 Verify Java Version... 2 1.2 Perform Installation... 3 1.2.1 Windows... 3 1.2.2 Mac OSX... 3 1.2.3 Linux, Solaris, *nix... 3 1.3 Enable

More information

Deferred Deployments of Service Profile Updates

Deferred Deployments of Service Profile Updates Service Profile Deferred Deployments, page 1 Maintenance Policy, page 3 Pending Activities for Deferred Deployments, page 7 Service Profile Deferred Deployments Some modifications to a service profile

More information

Comodo. Time Machine Software Version 2.9. User Guide Guide Version Versi

Comodo. Time Machine Software Version 2.9. User Guide Guide Version Versi Comodo Time Machine Software Version 2.9 User Guide Guide Version 2.9.092611 Versi Comodo Security Solutions 525 Washington Blvd. Jersey City, NJ 07310 Table of Contents 1.Comodo Time Machine - Introduction...

More information

Oracle Eloqua Campaigns

Oracle Eloqua Campaigns http://docs.oracle.com Oracle Eloqua Campaigns User Guide 2018 Oracle Corporation. All rights reserved 12-Apr-2018 Contents 1 Campaigns Overview 5 2 Creating multi-step campaigns 6 3 Creating simple email

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Configuring Storage Profiles

Configuring Storage Profiles This part contains the following chapters: Storage Profiles, page 1 Disk Groups and Disk Group Configuration Policies, page 2 RAID Levels, page 3 Automatic Disk Selection, page 4 Supported LUN Modifications,

More information

Managing the Mobility Express Network

Managing the Mobility Express Network Under the Management tab on the navigation pane, an admin users can do the following: 1 Configure access to the Mobility Express controller 2 Manage Admin Accounts 3 Configure Time 4 Perform a Software

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 3 About

More information

System Center 2012 R2 Lab 4: IT Service Management

System Center 2012 R2 Lab 4: IT Service Management System Center 2012 R2 Lab 4: IT Service Management Hands-On Lab Step-by-Step Guide For the VMs use the following credentials: Username: Contoso\Administrator Password: Passw0rd! Version: 1.5.5 Last updated:

More information

Active Servicedesk Release Notes

Active Servicedesk Release Notes 8.00.00 Integration Added new history information related to external notifications Notifications Added config.xml to templates folder so specific email settings can be controlled using template scripts

More information

WIBDirect Corporate Uploading a payment file

WIBDirect Corporate Uploading a payment file WIBDirect Corporate Uploading a payment file Document issue: 2.1 Date of issue: November 2015 Contents Uploading a Payment file... 3 Page 2 Uploading a Payment file Important: Based on your feedback we

More information

Managing Video Feeds. About Video Feeds CHAPTER

Managing Video Feeds. About Video Feeds CHAPTER CHAPTER 5 This chapter describes how to use the VSOM Video Feeds area to set up and manage camera groups and feeds, import camera configurations into VSOM using batch administration, and set up archives

More information

USER GUIDE MADCAP LINGO Source Control: Git

USER GUIDE MADCAP LINGO Source Control: Git USER GUIDE MADCAP LINGO 10.1 Source Control: Git Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

Using VMware vsphere With Your System

Using VMware vsphere With Your System Using VMware vsphere, page 1 Configuring the ESXi Host to Use an NTP Server, page 2 Creating a Backup by using VMware vcenter, page 2 Taking a Snapshot by using VMware vcenter, page 3 Attaching an Existing

More information

The following topics describe how to work with reports in the Firepower System:

The following topics describe how to work with reports in the Firepower System: The following topics describe how to work with reports in the Firepower System: Introduction to Reports Introduction to Reports, on page 1 Risk Reports, on page 1 Standard Reports, on page 2 About Working

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Starfish Guide: Office Hours Set Up

Starfish Guide: Office Hours Set Up Starfish Guide: Office Hours Set Up Establish your availability (Setting Up Office Hours in Starfish) Students can only schedule an appointment through Starfish at times you indicate are available by adding

More information

PTC Integrity Integration With Microsoft Visual Studio (SDK)

PTC Integrity Integration With Microsoft Visual Studio (SDK) PTC Integrity Integration With Microsoft Visual Studio (SDK) PTC provides a number of integrations for Integrated Development Environments (IDEs). IDE integrations allow you to access the workflow and

More information

This document covers the most frequently used procedures in ClearCase. It contains the following sections:

This document covers the most frequently used procedures in ClearCase. It contains the following sections: ClearCase is a software configuration management system. It is also the tool Concur uses for documentation management and version control. All historical versions are located in a Versioned Object database

More information

Hortonworks Data Platform

Hortonworks Data Platform Hortonworks Data Platform Workflow Management (August 31, 2017) docs.hortonworks.com Hortonworks Data Platform: Workflow Management Copyright 2012-2017 Hortonworks, Inc. Some rights reserved. The Hortonworks

More information

Altaro Hyper-V Backup User Guide

Altaro Hyper-V Backup User Guide Altaro Hyper-V Backup User Guide 1 / 144 Table of contents Introducing Altaro Hyper-V Backup... 4 Different Editions... 5 Getting Started... 6 System requirements... 6 Supported Backup Destinations...

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

Executing PowerShell Agent Commands

Executing PowerShell Agent Commands This chapter contains the following sections: Cisco UCS Director Orchestrator Workflow and PowerShell Command, page 1 Execute PowerShell Command Task, page 2 Execute Native PowerShell Command Task, page

More information

Lab - Task Scheduler in Windows 7 and Vista

Lab - Task Scheduler in Windows 7 and Vista Lab - Task Scheduler in Windows 7 and Vista Introduction In this lab, you will schedule a task using the Windows 7 Task Scheduler utility. You will then make changes to your task and test your task by

More information

Script Step Reference Information

Script Step Reference Information Script Step Reference Information This chapter lists all the steps available for use in creating scripts. These steps are accessed using the palette pane (see Using the Palette Pane, page 8). This chapter

More information

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview In Cisco Unified Intelligence Center, Dashboard is an interface that allows

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Managing VMware Datastore Clusters

Managing VMware Datastore Clusters This chapter contains the following sections: About VMware Datastores, page 1 About VMware Datastore Clusters, page 1 Integrating VMware Datastore Clusters With Cisco UCS Director, page 1 Adding Datastore

More information

BLUEPRINT READER 2010 INSTALLATION & USER GUIDE 09OCT09

BLUEPRINT READER 2010 INSTALLATION & USER GUIDE 09OCT09 BLUEPRINT READER 2010 INSTALLATION & USER GUIDE 09OCT09 The information in this document is subject to change without notice and should not be construed as a commitment by Blueprint Software Systems Inc.

More information

Tenant Onboarding. Tenant Onboarding Overview. Tenant Onboarding with Virtual Data Centers

Tenant Onboarding. Tenant Onboarding Overview. Tenant Onboarding with Virtual Data Centers Overview, page 1 with Virtual Data Centers, page 1 with Resource Groups, page 5 Overview In Cisco UCS Director, tenants enable you to securely control and allocate the virtual and physical infrastructure

More information

UCS Director 5.4 Windows/Linux CSV Workflow Deployment

UCS Director 5.4 Windows/Linux CSV Workflow Deployment UCS Director 5.4 Windows/Linux CSV Workflow Deployment The purpose of this document is to illustrate the steps to implement the CSV Workflow that can be used for Windows or Linux VM deployments. The CSV

More information

8 MANAGING SHARED FOLDERS & DATA

8 MANAGING SHARED FOLDERS & DATA MANAGING SHARED FOLDERS & DATA STORAGE.1 Introduction to Windows XP File Structure.1.1 File.1.2 Folder.1.3 Drives.2 Windows XP files and folders Sharing.2.1 Simple File Sharing.2.2 Levels of access to

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

Real-Time Monitoring Configuration

Real-Time Monitoring Configuration CHAPTER 7 This chapter contains the following information for configuring the Cisco Unified Presence Server Real-Time Monitoring Tool (RTMT). Some options that are available in the current version of the

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Microsoft Exchange Server March 2018 215-12936_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read the SnapCenter Data Protection

More information

Working with Reports

Working with Reports The following topics describe how to work with reports in the Firepower System: Introduction to Reports, page 1 Risk Reports, page 1 Standard Reports, page 2 About Working with Generated Reports, page

More information

ZENworks 2017 Audit Management Reference. December 2016

ZENworks 2017 Audit Management Reference. December 2016 ZENworks 2017 Audit Management Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

STUDY ASSISTANT. Adding a New Study & Submitting to the Review Board. Version 10.03

STUDY ASSISTANT. Adding a New Study & Submitting to the Review Board. Version 10.03 STUDY ASSISTANT Adding a New Study & Submitting to the Review Board Version 10.03 Contents Introduction... 3 Add a Study... 3 Selecting an Application... 3 1.0 General Information... 3 2.0 Add Department(s)...

More information

vrealize Business for Cloud User Guide

vrealize Business for Cloud User Guide vrealize Business for Cloud Standard 7.2 and vrealize Business for Cloud Advanced 7.2 vrealize Business 7.2 vrealize Business for Cloud 7.2 You can find the most up-to-date technical documentation on the

More information

Solution Composer. User's Guide

Solution Composer. User's Guide Solution Composer User's Guide January 2014 www.lexmark.com Contents 2 Contents Overview...4 Understanding the basics...4 System recommendations...5 Building custom solutions...6 Getting started...6 Step

More information

UCS Director: Tenant Onboarding Cisco ACI & Microsoft HyperV. Dec. 2016

UCS Director: Tenant Onboarding Cisco ACI & Microsoft HyperV. Dec. 2016 UCS Director: Tenant Onboarding Cisco ACI & Microsoft HyperV Dec. 2016 The following presentation covers tenant onboarding in UCS Director with ACI and a HyperV-based VMM Domain Tenant Onboarding: Quick

More information

Control Device Administration Using TACACS+

Control Device Administration Using TACACS+ Device Administration, page 1 Device Administration Work Center, page 3 Data Migration from Cisco Secure ACS to Cisco ISE, page 3 Device Administration Deployment Settings, page 3 Device Admin Policy Sets,

More information

vrealize Business for Cloud User Guide

vrealize Business for Cloud User Guide vrealize Business for Cloud User Guide vrealize Business for Cloud Standard 7.3 and vrealize Business for Cloud Advanced 7.3 vrealize Business 7.3 vrealize Business for Cloud 7.3 You can find the most

More information