Automate a Manual Telnet Process using HP Operations Orchestration

2013-11-29

Automate a Manual Telnet Process using HP Operations Orchestration

Automate a Manual Telnet Process using HP Operations Orchestration

Introduction

This is a very brief tutorial to illustrate how a manual telnet process can be captured and translated into an automated process flow for use in HP Operations Orchestration (OO). I will use one of the available OO wizards that record the manual actions and generate re-useable OO flows. Please remember that although there are a few extra steps to generate this content than the manual process – you only need to generate the content (flows) once and can consume (run) them many times. The manual process of configuring port triggering on a router is used here.

Manual Process Instructions

Connecting to a Router via telnet and configuring port triggering

srv nat trigger -v

%%      Port Trigger Rule status:

Index  Status  Comment  TProto  TPort  IProto  IPort

—————————————————–

1 Disable

2 Disable

3 Disable

4 Disable

5 Disable

6 Disable

……

srv nat trigger 1 -c XBLA1 -e 1 -p 3 -t 53 -P 3 -i 53

srv nat trigger –v

Index  Status  Comment  TProto  TPort    IProto      IPort

—————————————————–

1   Enable   XBLA1     TCP/UDP  53       TCP/UDP  53

2 Disable

3 Disable

4 Disable

5 Disable

6 Disable

……

Converting the manual steps to an automated flow

oo1

oo2

oo3

oo4

oo5

oo10

oo7

oo8

oo9

oo6

0011

oo12

The Automation Flow

That’s pretty much it! When you log in to Operation Orchestration’s flow authoring tool, Studio, the recorded flow will be under the Wizards folder.

oo13

Originally published on allthingscloud.eu (2013-11-29).

← All posts