<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>there&amp;#39;s a server A and server B which are configured as HA and their gateway</title><link>https://community.appian.com/discussions/f/administration/1321/there-s-a-server-a-and-server-b-which-are-configured-as-ha-and-their-gateway</link><description>there&amp;#39;s a server A and server B which are configured as HA and their gateways (kdb files) are stored in a mounted device. now we want to move server B to a better server (performancewise). is it ok if I shut down the server B&amp;#39;s Appian suit and Jboss and</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: there's a server A and server B which are configured as HA and their gateway</title><link>https://community.appian.com/thread/4735?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2013 12:17:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb563a35-c250-43cf-916a-8154f573f739</guid><dc:creator>lilyc</dc:creator><description>Thanks a million... great help&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: there's a server A and server B which are configured as HA and their gateway</title><link>https://community.appian.com/thread/4628?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2013 20:19:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b24e757-e694-40de-88b8-927360853697</guid><dc:creator>Alok Mohare</dc:creator><description>After step #7 from my previous note, you can follow these steps:&lt;br /&gt;&lt;br /&gt;8) Ensure the kdb&amp;#39;s were copied over correctly, after the stop-suite.bat|sh so that both /gw1 and /gw2 directories have the same kdb.&lt;br /&gt;9) Start engines on SERVER B and JBoss so that SERVER B can work in STANDALONE while you perform maintenance (server+configuration changes) on server A.&lt;br /&gt;9) Once that is complete, stop Jboss and run a stop-suite.bat|sh on SERVER B, so that kdb&amp;#39;s are synced between SERVER A and SERVER B&lt;br /&gt;10) Verify that the kdb was copied over to both /gw1 and /gw2 directories&lt;br /&gt;11) Start SERVER A and wait for all engines to come up&lt;br /&gt;12) Start SERVER B and wait for all engines to come up&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: there's a server A and server B which are configured as HA and their gateway</title><link>https://community.appian.com/thread/4627?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2013 19:10:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f82ee161-400a-4277-a763-c26cf8b4c232</guid><dc:creator>lilyc</dc:creator><description>Thanks for recommend. It gave me a idea. &lt;br /&gt;What if I want to change server A too? After changing server B!&lt;br /&gt;&lt;br /&gt;Do I stop the service and jboss on server A after checkpoint and redo the steps on your walk through once again on server A? But I doubting.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: there's a server A and server B which are configured as HA and their gateway</title><link>https://community.appian.com/thread/4603?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2013 22:23:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:64648767-5ef1-47a6-94ba-85e35e14426e</guid><dc:creator>Alok Mohare</dc:creator><description>The preferred approach would be to follow what Sathya recommended in the last note.&lt;br /&gt;&lt;br /&gt;If you MUST keep one server up, it is possible to do so. But you will need to eventually schedule a downtime before you bring the engines up on Server B, since the engine database files needs to be synced. &lt;br /&gt;&lt;br /&gt;Here’s what you can do:&lt;br /&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Check-point the environment when both servers are up&lt;br /&gt;2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Stop SERVER B&lt;br /&gt;3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;At this point all the gateways on SERVER A will switch to [STANDALONE] to handle all the requests/transactions&lt;br /&gt;4)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Make any necessary server/configurations changes that you like for SERVER B&lt;br /&gt;5)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Once you are done with the changes, use “stop-suite.bat|sh” to stop the engines on SERVER A.&lt;br /&gt;6)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Stop-suite.bat|sh will ensure that the kdb is copied over to both /gw1 and /gw2 directories and both gateways will be on the same engine database id (no mismatch in kdb&amp;#39;s).&lt;br /&gt;7)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Ensure that that file was correctly copied over to the NFS that is hosting the kdb’s by looking at the /gw1 and /gw2 directories.&lt;br /&gt;8)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If the result of the above step is satisfactory, start engines on SERVER A&lt;br /&gt;9)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Start engines on SERVER B&lt;br /&gt;&lt;br /&gt;This will significantly reduce the downtime in your environment, while you make the SERVER change.&lt;br /&gt;&lt;br /&gt;Hope this helps!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: there's a server A and server B which are configured as HA and their gateway</title><link>https://community.appian.com/thread/4602?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2013 21:58:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1db28077-2c34-4eba-a8cc-50a159de5e38</guid><dc:creator>lilyc</dc:creator><description>Thanks for recommend. But I must keep one server up. Shutting down is the last option if no option left&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: there's a server A and server B which are configured as HA and their gateway</title><link>https://community.appian.com/thread/4600?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2013 19:42:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:24739c71-1944-43a7-9b28-5b79a49184f9</guid><dc:creator>Sathya Srinivasan</dc:creator><description>Is your FQDN going to remain the same or is the new server going to have a different FQDN.  Remember that your topology file will hold this info (or the IP address based on how you&amp;#39;ve configured).&lt;br /&gt;  My personal recommendation is to shut-down both the engines for such a config change.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>