OpalisRobot handles boring, reptetitive net management tasks so you don’t have to.Repetitious work is aggravating. If you ever have to do something such as transfer files on a regular basis from a Windows server to another server using FTP, you most likely will have come to grips with scripting FTP sessions. Here’s one we threw together to send the report from our weather station connected to our internal Windows 2000 Server to our external Web server: open www.ourserver.com gearhead secret cd web/weather cd e:inetpubftprootweather put myweather.htm bye quitWe use this with the command “ftp -s:e:ftpscript.txt.” Great! But the weather station updates the report every 5 minutes. We could leave a batch script looping – pretty much guaranteed to barf within a few hours – or use the Windows Task Scheduler, which only allows a minimum repeat interval of 24 hours (unless you want to schedule multiple jobs), but the chances of trying to transfer a locked file (resulting in another barf) are high.We needed a better way. Our ideal solution was to trigger the FTP job by the weather station report being updated. We found our solution in the shape of OpalisRobot from Opalis Software. OpalisRobot is awesome. It consists of a server component and a client component – the latter can run on any machine, including the one hosting the server.Using the client, you graphically construct a process flow by dragging “objects” from a palette into a workspace and linking them. The starting point can be a scheduled trigger or an event.So we dragged a Monitor File Event icon from the File Management objects group into our workspace. We filled in the file- name and location attributes, and specified the event to watch for was the file changing (we also could trigger on file deletion, access, attribute change, etc.).Next we dragged over a Run Program Task object and filled in the details of the program to run and the arguments to use. Once objects are configured in the workspace, they can be linked by clicking and dragging from one object to another. It works great! Every time there’s a file update the FTP utility kicks in and transfers the report to our Web server. Perfect! Then we thought: Let’s test to see if we can ping our Web server (our DSL connection has become flaky and dies regularly, taking out our DSL modem and router.We added an Internet Application Status object and set it to ping our server, and rearranged the links to connect the Monitor File Event object to the Internet Application Status object and connected that, in turn, to the Run Program Task object and a new Send E-mail object.Next we specified the rules that determine the conditions for triggering the Run Program Task and Send E-mail objects. The rules were based on the success or failure of the ping – success triggered the FTP job, while failure sent an e-mail message.OpalisRobot has a feature called Dynamic Data that provides access to data in objects that can be used in text messages or arguments to other objects. We used the stop time from the Internet Application Status object in the Send E-mail object to report when the ping had failed. OpalisRobot also includes static variables that cover user-defined variables (useful for address lists, for example) and system variables (Computer Name, SysDir, etc.).We started to get ambitious: We also added a Syslog Task object to send a syslog message when the ping fails. OpalisRobot includes objects for Popup Messages, Pager Messaging, Interactive Message (à la instant messaging), Alert Windows (dialog boxes), SNMP Trap generation . . . . The facilities go on and on.There is so much to this product that a single Gearhead column can scratch only the surface, and to be honest, for our file replication problem, there are much simpler utilities we could use. But for other network management tasks we now will be automating, it will be perfect.OpalisRobot is an excellent value for the money ($620). Outstanding! Gearhead Scorecard Overall grade A OpalisRobot Functionality: AAAOpalis Software Elegance: Value for money: Vendor: Related content opinion Is anything useful happening in network management? Enterprises see the potential for AI to benefit network management, but progress so far is limited by AI’s ability to work with company-specific network data and the range of devices that AI can see. By Tom Nolle Nov 28, 2023 7 mins Generative AI Network Management Software brandpost Sponsored by HPE Aruba Networking SASE, security, and the future of enterprise networks By Adam Foss, VicePresident Pre-sales Consulting, HPE Aruba Networking Nov 28, 2023 4 mins SASE news AWS launches Cost Optimization Hub to help curb cloud expenses At its ongoing re:Invent 2023 conference, the cloud service provider introduced several new and free updates that are expected to help enterprises optimize their AWS costs. By Anirban Ghoshal Nov 28, 2023 3 mins Amazon re:Invent how-to Getting started on the Linux (or Unix) command line, Part 4 Pipes, aliases and scripts make Linux so much easier to use. By Sandra Henry-Stocker Nov 27, 2023 4 mins Linux Podcasts Videos Resources Events NEWSLETTERS Newsletter Promo Module Test Description for newsletter promo module. Please enter a valid email address Subscribe