<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Move cluster IP addr. &amp;amp; queue manager in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451208#M66192</link>
    <description>Hi all!&lt;BR /&gt;How i can move cluster IP addr. or queue manager to another node in vms cluster?&lt;BR /&gt;vms 7.3-2&lt;BR /&gt;tcpip 5.4-eco2</description>
    <pubDate>Tue, 28 Dec 2004 00:20:11 GMT</pubDate>
    <dc:creator>Oleg Mikhailov</dc:creator>
    <dc:date>2004-12-28T00:20:11Z</dc:date>
    <item>
      <title>Move cluster IP addr. &amp; queue manager</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451208#M66192</link>
      <description>Hi all!&lt;BR /&gt;How i can move cluster IP addr. or queue manager to another node in vms cluster?&lt;BR /&gt;vms 7.3-2&lt;BR /&gt;tcpip 5.4-eco2</description>
      <pubDate>Tue, 28 Dec 2004 00:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451208#M66192</guid>
      <dc:creator>Oleg Mikhailov</dc:creator>
      <dc:date>2004-12-28T00:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Move cluster IP addr. &amp; queue manager</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451209#M66193</link>
      <description>Oleg,&lt;BR /&gt;If the queue manager on your cluster is running cluster wide issue the following command to shut it down&lt;BR /&gt;&lt;BR /&gt;$stop/queue/manager/cluster&lt;BR /&gt;&lt;BR /&gt;Once it is done, verify that the queue manager is not running on any of your nodes in the cluster by issuing the following command&lt;BR /&gt;&lt;BR /&gt;$show queue/managers&lt;BR /&gt;&lt;BR /&gt;Now if you would like to start the queue manager on a node (NODE1) issue the following command&lt;BR /&gt;&lt;BR /&gt;$start/queue/manager/on=NODE1&lt;BR /&gt;&lt;BR /&gt;Hope this helps, if you have any specific questions let us know&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Tue, 28 Dec 2004 00:39:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451209#M66193</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-12-28T00:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Move cluster IP addr. &amp; queue manager</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451210#M66194</link>
      <description>Do you mean "cluster alias" with "cluster IP" ?&lt;BR /&gt;&lt;BR /&gt;The alias stays on the node until all connections are closed AND the cluster timer has expired (ucx set comm/cluster_timer=nn).&lt;BR /&gt;&lt;BR /&gt;There is no manual way to switch it when it is in use. &lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2004 01:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451210#M66194</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-12-28T01:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Move cluster IP addr. &amp; queue manager</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451211#M66195</link>
      <description>Oleg,&lt;BR /&gt;&lt;BR /&gt;you don't have to STOP the QUEUE_MANAGER before starting it on another node. Just specify $ START/QUE/MANAGER/ON=(newnod,*) and it will fail over to node newnod if it's not already running there. No execution queues will be affected this way. Make sure that the node has access to the same QMAN$MASTER.DAT and queue manager database.&lt;BR /&gt;&lt;BR /&gt;With TCPIP V5.4, the IP cluster alias implementation has changed. Do NOT attempt to use TCPIP&amp;gt; SET INT/CLUSTER=x.x.x.x ifn, as it will destroy the IP config of the running interface (ifn).&lt;BR /&gt;&lt;BR /&gt;With TCPIP V5.4, you can dynamically start and stop IP aliases on the IP interfaces on the nodes in your cluster using the ifconfig commands, e.g.&lt;BR /&gt;&lt;BR /&gt;$ TCPIP ifconfig -a ! show interfaces&lt;BR /&gt;&lt;BR /&gt;$ @SYS$MANAGER:TCPIP$DEFINE_COMMANDS&lt;BR /&gt;$ ifconfig -a&lt;BR /&gt;&lt;BR /&gt;$ ifconfig ifn alias x.x.x.x/nn&lt;BR /&gt;$ ifconfig ifn -alias x.x.x.x/nn&lt;BR /&gt;&lt;BR /&gt;You may want to read the chapter about failSAFE IP in the TCPIP Management Manual:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/732final/6526/6526pro.html#first_page" target="_blank"&gt;http://h71000.www7.hp.com/doc/732final/6526/6526pro.html#first_page&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 28 Dec 2004 03:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451211#M66195</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-12-28T03:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Move cluster IP addr. &amp; queue manager</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451212#M66196</link>
      <description>Thanks all.&lt;BR /&gt;Many thanks Volker!&lt;BR /&gt;&lt;BR /&gt;$ START/QUE/MANAGER/ON=(newnod,*) - move manager to newnod&lt;BR /&gt;$ START/QUE/MANAGER/ON=(*) - reset preferred order&lt;BR /&gt;&lt;BR /&gt;$ ifconfig -a&lt;BR /&gt;$ ifconfig ifn -alias x.x.x.x - move alias. to another node, if using local on impersonator.&lt;BR /&gt;$ ifconfig ifn alias x.x.x.x/nn - return alias support to old impersonator, using localy on it.&lt;BR /&gt;&lt;BR /&gt;But how to select node in cluster from 3 and more nodes...&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Dec 2004 01:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451212#M66196</guid>
      <dc:creator>Oleg Mikhailov</dc:creator>
      <dc:date>2004-12-29T01:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Move cluster IP addr. &amp; queue manager</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451213#M66197</link>
      <description>Note that removing an alias while the address is in use will block both sides of the connection just as when removing the network cable. Keepalive timeout should kill the processes (those without it will stay forever).&lt;BR /&gt;&lt;BR /&gt;Also note that an alias is not the same as a cluster alias.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 29 Dec 2004 02:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451213#M66197</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-12-29T02:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Move cluster IP addr. &amp; queue manager</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451214#M66198</link>
      <description>Oleg,&lt;BR /&gt;&lt;BR /&gt;if you define the SAME alias address on multiple interfaces on multiple nodes in a cluster, this address is only active on ONE interface in the cluster at any time (ifconfig -a shows you the active interface for this alias, even if it's currently on a remote node).&lt;BR /&gt;&lt;BR /&gt;You can remove or de-activate the alias at any time with &lt;BR /&gt;&lt;BR /&gt;$ ifconfig ifn -alias x.x.x.x abort&lt;BR /&gt;&lt;BR /&gt;The 'abort' parameter will close all TCP connections associated with this address on the local node.&lt;BR /&gt;&lt;BR /&gt;From TCPIP V5.4 Release Notes:&lt;BR /&gt;&lt;BR /&gt;TCP/IP Services version 5.4 introduced failSAFE IP, which obsoletes the IP cluster alias address.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 29 Dec 2004 02:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-cluster-ip-addr-amp-queue-manager/m-p/3451214#M66198</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-12-29T02:57:05Z</dc:date>
    </item>
  </channel>
</rss>

