<?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 conf file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758546#M660642</link>
    <description>Dear Gany&lt;BR /&gt;&lt;BR /&gt;Please read the attachment, which is step by step procedure for configuring cluster.</description>
    <pubDate>Mon, 28 Feb 2011 06:06:44 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2011-02-28T06:06:44Z</dc:date>
    <item>
      <title>cluster conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758541#M660637</link>
      <description>Can any one tell the cluster configuration files and purpose and also please post the output of all the configuration files on cluster. I want to view how the files are and need to know what are the entries they putted on that files.&lt;BR /&gt;&lt;BR /&gt;Please help me on the same&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Sat, 26 Feb 2011 09:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758541#M660637</guid>
      <dc:creator>gany59</dc:creator>
      <dc:date>2011-02-26T09:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: cluster conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758542#M660638</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The cluster configuration file is better known as the ASCII file.  It will be generated by running the 'cmquerycl' command when you are building your cluster orginally.&lt;BR /&gt;&lt;BR /&gt;This file will usually reside in:&lt;BR /&gt;/etc/cmcluster&lt;BR /&gt;&lt;BR /&gt;However, once you have a running cluster you can delete the ASCII file.  To regenerate the ASCII cluster file (basically you will load all the configuration settings from the running cluster) use the 'cmgetconf' command, e.g.:&lt;BR /&gt;# cmgetconf -c &lt;CLUSTERNAME&gt; /tmp/cmcluster.ascii&lt;BR /&gt;&lt;BR /&gt;Packages will all have their own configuration files (modular packages will only have a configuration file, legacy packages will have both a configuration and control file).  These configuration files can usually be found in:&lt;BR /&gt;/etc/cmcluster/&lt;PACKAGENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Or you can use the 'cmgetconf' command again to generate the configuration files:&lt;BR /&gt;# cmgetconf -c &lt;CLUSTERNAME&gt; -P &lt;PACKAGENAME&gt; /tmp/package.conf&lt;BR /&gt;&lt;BR /&gt;Hope that help!  If you have any specific questions do let me know...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sangilak&lt;/PACKAGENAME&gt;&lt;/CLUSTERNAME&gt;&lt;/PACKAGENAME&gt;&lt;/CLUSTERNAME&gt;</description>
      <pubDate>Sat, 26 Feb 2011 11:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758542#M660638</guid>
      <dc:creator>sangilak</dc:creator>
      <dc:date>2011-02-26T11:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: cluster conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758543#M660639</link>
      <description>Please read the "Managing Serviceguard" book. &lt;BR /&gt;&lt;BR /&gt;It contains very detailed descriptions of each configuration file. It contains *everything* a HP-UX administrator needs to know about Serviceguard clusters.&lt;BR /&gt;&lt;BR /&gt;The book comes with each Serviceguard license as an actual physical book, and is also available in PDF format at:&lt;BR /&gt;&lt;A href="http://www.hp.com/go/hpux-serviceguard-docs" target="_blank"&gt;http://www.hp.com/go/hpux-serviceguard-docs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 26 Feb 2011 11:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758543#M660639</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-02-26T11:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: cluster conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758544#M660640</link>
      <description>if you regenerate the ascii file using the cmgetconf  the file has hundreds of lines of comments that document each of the parameters in the file.  &lt;BR /&gt;&lt;BR /&gt;THe highlights are &lt;BR /&gt;Name of the cluster&lt;BR /&gt;quorum mechanism&lt;BR /&gt;section for each node that describes the nic cards of each node and how each node accesses a lock disk if used and what nic card is the heartbeat lan&lt;BR /&gt;&lt;BR /&gt;and the rest of the file has cluster parameters like timeouts.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Feb 2011 02:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758544#M660640</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2011-02-27T02:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: cluster conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758545#M660641</link>
      <description>Find the attached servicegaurd guide. That may help you on the requirement.&lt;BR /&gt;&lt;BR /&gt;use man pages of serviceguard commands, you have got lot in it, i am sure that will help&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;INH</description>
      <pubDate>Sun, 27 Feb 2011 03:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758545#M660641</guid>
      <dc:creator>INH</dc:creator>
      <dc:date>2011-02-27T03:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: cluster conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758546#M660642</link>
      <description>Dear Gany&lt;BR /&gt;&lt;BR /&gt;Please read the attachment, which is step by step procedure for configuring cluster.</description>
      <pubDate>Mon, 28 Feb 2011 06:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-conf-file/m-p/4758546#M660642</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2011-02-28T06:06:44Z</dc:date>
    </item>
  </channel>
</rss>

