﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Opalis Automation Question</title><link>http://www.myitforum.com/forums/</link><description /><copyright>(c) myITforum.com Community Forum</copyright><ttl>30</ttl><item><title>Re:Opalis Automation Question (jekri)</title><description>  Hi James &lt;br&gt;  I dont know if you still is need help with this issue, but if you do i will be happy to get you on the right track. &lt;br&gt;  Since i dont know your application, the main question is if the stuff you need to do with the application can be scripted then yes orchestrator can automate the process. &lt;br&gt;  </description><link>http://www.myitforum.com/forums/fb.ashx?m=235604</link><pubDate>Thu, 26 Apr 2012 09:56:08 GMT</pubDate></item><item><title>Re:Opalis Automation Question (thompja1979)</title><description>  Thank you so much for your reply.&amp;nbsp; With all the various steps I wasn't sure if it could do it. No, it isn't required to auto login, I can get around that easily if I can automate the rest. &lt;br&gt;  </description><link>http://www.myitforum.com/forums/fb.ashx?m=233488</link><pubDate>Wed, 04 Jan 2012 19:50:31 GMT</pubDate></item><item><title>Re:Opalis Automation Question (jmattivi)</title><description>  You should definitely be able to automate this through Orchestrator.&amp;nbsp; SCOrch should stop/start the DB services as well if there's not any specific need for the DBA to manually interact with the services. &lt;br&gt;  &amp;nbsp; &lt;br&gt;  The only catch i can think of is the service account logging into &lt;font size="2"&gt;AppServerName1.&amp;nbsp; Is this required to stay logged in and locked at the console?&amp;nbsp; I don't see a way of scripting this off hand, but there are other ways to specify an auto logon locally on the server rather than manually logging in.&lt;/font&gt; &lt;br&gt;  &amp;nbsp; &lt;br&gt;  There are plenty of blogs that show examples of using SCOrch/Opalis to automate patching clustered servers. &lt;br&gt;  </description><link>http://www.myitforum.com/forums/fb.ashx?m=233454</link><pubDate>Tue, 03 Jan 2012 09:45:18 GMT</pubDate></item><item><title>Re:Opalis Automation Question (thompja1979)</title><description>  BUMP! &lt;br&gt;  </description><link>http://www.myitforum.com/forums/fb.ashx?m=233437</link><pubDate>Mon, 02 Jan 2012 09:56:30 GMT</pubDate></item><item><title>Opalis Automation Question (thompja1979)</title><description>  Scenario: I have a Microsoft clustered environment that consists of a 2 server application cluster and a 2 server database cluster. Due to the way the application that resides on this server is written, I have to reboot the cluster in a certain order with multiple steps in between and after. I have&amp;nbsp;pasted my steps below. My question is, can SCO automate this level of complexity? If not do you have any suggestions on making this a less manual process? Thx &lt;br&gt;  &amp;nbsp; &lt;br&gt;  &lt;font size="2"&gt;&lt;b&gt;Server Reboot Procedure (Production):&lt;/b&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Log into AppServerName1 (or the active app cluster server)&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stop workflow cluster group&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stop AppName service&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stop Application cluster group&lt;/font&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;&lt;u&gt;Take down ABCware:&lt;/u&gt;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Go into &lt;i&gt;Cluster Administrator&lt;/i&gt;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;&lt;b&gt;JOQCWorkflow Group/ ABCware Failover PRD1&lt;/b&gt; – right click “&lt;b&gt;Take Offline&lt;/b&gt;”&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Go to Windows Task Manager/processes find &lt;b&gt;EFG.exe&lt;/b&gt;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;right click and “&lt;b&gt;Kill Tree&lt;/b&gt;”&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;&lt;b&gt;&lt;i&gt;Contact DBA to stop DB services&lt;/i&gt;&lt;/b&gt;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Restart AppServerName1 – wait until no pings are returned&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Restart DBServerName1&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Wait until AppServerName1 and DBServerName1 are fully online (can log into it)&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Restart AppServerName2 – wait until no pings are returned&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Restart DBServerName2&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Wait until AppServerName2 and DBServerName2 are fully online (can log into it)&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;&lt;b&gt;&lt;i&gt;Contact DBA to start DB services&lt;/i&gt;&lt;/b&gt;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Restart AppServerName3 and ABCServer1&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Wait until ABCServer1 is fully online&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Restart ABCServer2&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Restart PrintServer1, PrintServer2, PrintServer3, and PrintServer4&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Once those servers lose pings, start the ProdApp Workflow and Application cluster groups.&lt;b&gt; This should be completed prior to those servers coming back online.&lt;/b&gt;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;&lt;b&gt;&lt;u&gt;Bring up ABCware:&lt;/u&gt;&lt;/b&gt;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Start &lt;b&gt;JOQCWorkflow Group/ ABCware Failover PRD1&lt;/b&gt; (3-5 seconds)&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Right click &lt;b&gt;iProcessXYZ_prd1ProcessSentinels&lt;/b&gt; “&lt;b&gt;Bring Online&lt;/b&gt;”&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;This could take up to 5 minutes or so.&amp;nbsp;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Log into AppServerName1 as&amp;nbsp; &lt;b&gt;user&lt;/b&gt; and password &lt;b&gt;xxxxxxx&lt;/b&gt;&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Once those servers are online restart the HL7 service on each (Print Servers)&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;On each ProdApp server, kill the NamedProcessXYZ.EXE process&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Restart the &lt;i&gt;Vendor Rules Engine &lt;/i&gt;service on each ProdApp server&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;Restart any VendorName services that fail to launch on restart on all servers (Services.msc)&lt;/font&gt; &lt;br&gt;  &lt;font size="2"&gt;&lt;b&gt;Particularly the OMS servers&lt;/b&gt; (Look at all services starting with Siemens listed as automatic)&lt;/font&gt;&amp;nbsp; &lt;br&gt;  </description><link>http://www.myitforum.com/forums/fb.ashx?m=233425</link><pubDate>Fri, 30 Dec 2011 14:02:23 GMT</pubDate></item></channel></rss>