<?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: basic cluster build question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488219#M700263</link>
    <description>the "vgchange" man page says that you must run vgchange -a n VG before you run vgchange -c y.  It also states that "the HA software must be running".</description>
    <pubDate>Thu, 17 Feb 2005 17:42:56 GMT</pubDate>
    <dc:creator>Stuart Abramson</dc:creator>
    <dc:date>2005-02-17T17:42:56Z</dc:date>
    <item>
      <title>basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488212#M700256</link>
      <description>This should be an easy one.... for some reason I can figure this out today.&lt;BR /&gt;&lt;BR /&gt;I am working on a lab system for a review before doing this for real.&lt;BR /&gt;&lt;BR /&gt;I am setting up a new cluster:&lt;BR /&gt;&lt;BR /&gt;sys1 -&lt;BR /&gt;create vgtest&lt;BR /&gt;create lvol1&lt;BR /&gt;newfs lvol1&lt;BR /&gt;mount lvol1&lt;BR /&gt;unmount lvol1&lt;BR /&gt;vgexport -p -v -s -m mapfile vgtest&lt;BR /&gt;&lt;BR /&gt;sys2 -&lt;BR /&gt;create /dev/vgtest&lt;BR /&gt;mknod group ...&lt;BR /&gt;vgimport -v -s -m mapfile vgtest&lt;BR /&gt;&lt;BR /&gt;(All is well up to here)&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vgtest&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vgtest" conflicts with configured mode.&lt;BR /&gt;&lt;BR /&gt;OK- It's not cluster aware...&lt;BR /&gt;&lt;BR /&gt;vgchange -c y  vgtest&lt;BR /&gt;vgchange: Cluster Services not available or unreachable on this system, for volume group "/dev/vgtest"&lt;BR /&gt;&lt;BR /&gt;Hmmm.... make sure it's deactivated and check it out again on sys1&lt;BR /&gt;&lt;BR /&gt;sys1:&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vgtest" conflicts with configured mode.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OK - Now I'm confused...&lt;BR /&gt;I have done this before (Really!) and it worked. I am actually folling the online docs.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 13:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488212#M700256</guid>
      <dc:creator>Jim Graefe_1</dc:creator>
      <dc:date>2005-02-17T13:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488213#M700257</link>
      <description>Is MCSG properly installed on the system??&lt;BR /&gt;If yes,&lt;BR /&gt;&lt;BR /&gt;vgchange -s y vgtest&lt;BR /&gt;vhchange -c y vgtest&lt;BR /&gt;vgchange -a e vgtest&lt;BR /&gt;&lt;BR /&gt;man vgchange for details.</description>
      <pubDate>Thu, 17 Feb 2005 13:31:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488213#M700257</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-02-17T13:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488214#M700258</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt;The cluster daemon needs to be running on the system when you turn off/on the VG cluster bit.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep cmcld&lt;BR /&gt;&lt;BR /&gt;The cluster doesn't have to be "up", but the daemon must be active.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 17 Feb 2005 13:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488214#M700258</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-02-17T13:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488215#M700259</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;I don't know if you just missed it out, but you appear to have done a vgchange -a y on sys2 having not previously done a vgchange -a n on sys1... At this stage (i.e. before building a base cluster) you shouldn't be worrying about making the VG cluster aware... these will only come into play once you do your first cmapplyconf...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 17 Feb 2005 13:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488215#M700259</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-02-17T13:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488216#M700260</link>
      <description>All I was trying to do was set up the shared VG. That should work without the cmcld running right? I just followed along the docs.&lt;BR /&gt;&lt;BR /&gt;All of the responses we good. For some reason, I ran &lt;BR /&gt;&lt;BR /&gt;vgchange -c n vgtest &lt;BR /&gt;&lt;BR /&gt;on sys1. Then I was able to import/activate/mount on sys2. I could then sucessfully reverse the process as well.&lt;BR /&gt;&lt;BR /&gt;That seems strange. I don't know about patches on this system. It may be missing something.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 15:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488216#M700260</guid>
      <dc:creator>Jim Graefe_1</dc:creator>
      <dc:date>2005-02-17T15:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488217#M700261</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;I used to think so as well. But have had occasion where I needed cmcld running to do this.&lt;BR /&gt;&lt;BR /&gt;Note from your initial post&lt;BR /&gt;&lt;BR /&gt;vgchange -c y vgtest&lt;BR /&gt;vgchange: Cluster Services not available or unreachable on this system, for volume group "/dev/vgtest"&lt;BR /&gt;&lt;BR /&gt;Was cmcld active when you finally resolved this?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 17 Feb 2005 16:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488217#M700261</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-02-17T16:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488218#M700262</link>
      <description>Nope. No cmcld. &lt;BR /&gt;&lt;BR /&gt;This is a lab setup and another engineer was folling with it first. I deleted the packages and cluster that were on it so everything was shut down. It should have been a relatively clean setup.&lt;BR /&gt;&lt;BR /&gt;I will try another vg later and see how it behaves.&lt;BR /&gt;&lt;BR /&gt;But I should be able to do what I was trying to do right? Or do I need to set it up as shared when I create it. I can't seem to remember. That's why I was following the docs step by step. A lot of good that did huh?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 16:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488218#M700262</guid>
      <dc:creator>Jim Graefe_1</dc:creator>
      <dc:date>2005-02-17T16:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488219#M700263</link>
      <description>the "vgchange" man page says that you must run vgchange -a n VG before you run vgchange -c y.  It also states that "the HA software must be running".</description>
      <pubDate>Thu, 17 Feb 2005 17:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488219#M700263</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2005-02-17T17:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488220#M700264</link>
      <description>RAC:&lt;BR /&gt;&lt;BR /&gt;do you really need to do that:&lt;BR /&gt;&lt;BR /&gt;vgchange -s y&lt;BR /&gt;vgchange -c y&lt;BR /&gt;vgchange -a e&lt;BR /&gt;&lt;BR /&gt;business for a "normal" cluster where the VG is only active on one server at a time?</description>
      <pubDate>Thu, 17 Feb 2005 17:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488220#M700264</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2005-02-17T17:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488221#M700265</link>
      <description>I don't remember ever doing all that. But it has been about a year since I built a cluster.&lt;BR /&gt;&lt;BR /&gt;I would usually -&lt;BR /&gt;create the vg / lvols&lt;BR /&gt;activate / mount / test&lt;BR /&gt;create map files&lt;BR /&gt;umount / deactivate&lt;BR /&gt;&lt;BR /&gt;import the vg on sys2&lt;BR /&gt;activate / mount /test&lt;BR /&gt;umount /deactivate&lt;BR /&gt;&lt;BR /&gt;ready for the next step.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 18:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488221#M700265</guid>
      <dc:creator>Jim Graefe_1</dc:creator>
      <dc:date>2005-02-17T18:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: basic cluster build question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488222#M700266</link>
      <description>vgchange -a y vgtest&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vgtest" conflicts with configured mode.&lt;BR /&gt;&lt;BR /&gt;OK- It's not cluster aware...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This actually means the VG IS cluster aware, as you can't activate a cluster aware VG with -a y. Must be -a e/-a s.&lt;BR /&gt;&lt;BR /&gt;Somehow the cluster flag was set in the LVM headers.</description>
      <pubDate>Thu, 17 Feb 2005 22:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-cluster-build-question/m-p/3488222#M700266</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2005-02-17T22:04:05Z</dc:date>
    </item>
  </channel>
</rss>

