<?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 Re: Cluster hostname change in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110740#M709017</link>
    <description>Hi Kent,&lt;BR /&gt;where can I find this document ??&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Christian</description>
    <pubDate>Fri, 05 Dec 2003 04:53:19 GMT</pubDate>
    <dc:creator>Christian Schulze</dc:creator>
    <dc:date>2003-12-05T04:53:19Z</dc:date>
    <item>
      <title>Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110735#M709012</link>
      <description>Hello,&lt;BR /&gt;I would like to know if someone knows what is  the procedure to change the hostname of the nodes in a cluster environment in the VPO database.&lt;BR /&gt;&lt;BR /&gt;The problem I have is that the nodes are in the database with the short name and should be with the long name resolved by DNS, so the VPO applications doesnÂ´t work, and when I open the browser the messages doesnÂ´t appear unless I change the name of the nodes to itÂ´s long name.&lt;BR /&gt;&lt;BR /&gt;If someone can tell me what is the procedure to change the hostname in both nodes , I would be very gratefull.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help &lt;BR /&gt;Cr</description>
      <pubDate>Wed, 05 Nov 2003 05:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110735#M709012</guid>
      <dc:creator>Cristina Reyes_1</dc:creator>
      <dc:date>2003-11-05T05:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110736#M709013</link>
      <description>how to change node names in cluster.&lt;BR /&gt;&lt;BR /&gt;First you have to get current configuration&lt;BR /&gt;of cluster and each package in it.&lt;BR /&gt;&lt;BR /&gt;cmgetconf -v cmcl.ascii&lt;BR /&gt;cmgetconf -v -p package_name package_name.ascii&lt;BR /&gt;&lt;BR /&gt;Change names in each ascii file and&lt;BR /&gt;.rhosts if you use it or cmclnodelist&lt;BR /&gt;&lt;BR /&gt;Shutdown both nodes in single user mode&lt;BR /&gt;and use &lt;BR /&gt;/sbin/set_parms hostname&lt;BR /&gt;&lt;BR /&gt;to set new host name on each&lt;BR /&gt;&lt;BR /&gt;Start both nodes without starting cluster&lt;BR /&gt;Then &lt;BR /&gt;cmcheckconf -v -C cmcl.ascii -p package_name.ascii ...&lt;BR /&gt;&lt;BR /&gt;If it pass repeat same syntax but instead&lt;BR /&gt;of check use apply &lt;BR /&gt;&lt;BR /&gt;Then cmruncl -v&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Hrvoje</description>
      <pubDate>Thu, 06 Nov 2003 06:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110736#M709013</guid>
      <dc:creator>Hrvoje Dubravica</dc:creator>
      <dc:date>2003-11-06T06:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110737#M709014</link>
      <description>&amp;gt;Shutdown both nodes in single user mode&lt;BR /&gt;&amp;gt;and use &lt;BR /&gt;&amp;gt;/sbin/set_parms hostname&lt;BR /&gt; &lt;BR /&gt;I would think you can avoid the shutdown.&lt;BR /&gt; &lt;BR /&gt;Simply execute&lt;BR /&gt;&lt;BR /&gt;hostname &lt;NEWNAME&gt;&lt;BR /&gt; &lt;BR /&gt;uname -S &lt;NEWNODENAME&gt;&lt;BR /&gt; &lt;BR /&gt;To make it permanent edit /etc/rc.config.d/netconf and redefine the variable HOSTNAME in there.&lt;BR /&gt;Then execute&lt;BR /&gt;/sbin/init.d/hostname start&lt;BR /&gt;&lt;/NEWNODENAME&gt;&lt;/NEWNAME&gt;</description>
      <pubDate>Thu, 06 Nov 2003 06:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110737#M709014</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2003-11-06T06:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110738#M709015</link>
      <description>Wouldn't it be much more easier to make an alias to the new name from the existing name , both in the hosts file and the DNS database .</description>
      <pubDate>Tue, 11 Nov 2003 11:34:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110738#M709015</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2003-11-11T11:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110739#M709016</link>
      <description>The following document was written by HP's ServiceGuard team for a step by step process to do this:&lt;BR /&gt;&lt;BR /&gt;TITLE:  Changing HOSTNAME on a ServiceGuard node&lt;BR /&gt;Edited to comply with ITRC Guidelines&lt;BR /&gt;Document ID:&lt;BR /&gt;UMCSGKBRC00006541</description>
      <pubDate>Tue, 11 Nov 2003 11:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110739#M709016</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-11-11T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110740#M709017</link>
      <description>Hi Kent,&lt;BR /&gt;where can I find this document ??&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Christian</description>
      <pubDate>Fri, 05 Dec 2003 04:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110740#M709017</guid>
      <dc:creator>Christian Schulze</dc:creator>
      <dc:date>2003-12-05T04:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110741#M709018</link>
      <description>Hi Kent,&lt;BR /&gt;&lt;BR /&gt;First check software on nodename based licensing if so aquire new licences.&lt;BR /&gt;&lt;BR /&gt;Here is a solution.&lt;BR /&gt;&lt;BR /&gt;Check for all the package config files with contain the "old  node name. Adjust those files so the packages are not able to start up on that node, check and apply those. Mark these files.&lt;BR /&gt;&lt;BR /&gt;Use set parms initial to alter the node name.&lt;BR /&gt;&lt;BR /&gt;Add the new name to the clusterascii file and check and apply the configuration.&lt;BR /&gt;&lt;BR /&gt;Alter the packages config files you marked to put in the new node name and check and apply those.&lt;BR /&gt; &lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 05 Dec 2003 05:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110741#M709018</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2003-12-05T05:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110742#M709019</link>
      <description>Cristina - this sounds more like a VPO problem (VPO database) then a Serviceguard problem.&lt;BR /&gt;&lt;BR /&gt;Consider going to the VPO forum?&lt;BR /&gt;&lt;BR /&gt;-StephenDoud</description>
      <pubDate>Fri, 05 Dec 2003 09:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110742#M709019</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2003-12-05T09:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110743#M709020</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You'll have to reapply the cluster binaries once the hostnames have changed. You can delete the cluster configuration and change the hostname, re-edit the cluster configuration file with the new hostnames and reapply the configuration.&lt;BR /&gt;&lt;BR /&gt;I'm not sure about the VPO database, but the long / short names of the cluste nodes should not affect the app in any manner.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2003 10:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110743#M709020</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-12-05T10:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110744#M709021</link>
      <description>Cristina,&lt;BR /&gt;&lt;BR /&gt;instead of changing your hostname, consider putting an alias with the short name on DNS.&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Dec 2003 13:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110744#M709021</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2003-12-06T13:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster hostname change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110745#M709022</link>
      <description>Thanks all for your help!.&lt;BR /&gt;As Stephen says it seems more a VPO problem , so I contacted HP support.&lt;BR /&gt;The final solution I believe is to change the hostname of the VPO server in VPO database but I want to know how it affects the cluster.&lt;BR /&gt; Cristina</description>
      <pubDate>Tue, 09 Dec 2003 02:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-hostname-change/m-p/3110745#M709022</guid>
      <dc:creator>Cristina_5</dc:creator>
      <dc:date>2003-12-09T02:52:45Z</dc:date>
    </item>
  </channel>
</rss>

