<?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: cmcheckconf,  missing volumes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571072#M715310</link>
    <description>Hey Brian,&lt;BR /&gt;&lt;BR /&gt;One more thing, for MC-SG the disks need to be shared between the machines. I hope the disks you added to the VGs on earth later on were also being seen by mars(even though the actual device file may be different).&lt;BR /&gt;&lt;BR /&gt;An excellent tool to see common disks is inq (from EMC)&lt;BR /&gt;&lt;A href="ftp://ftp.emc.com/pub/symm3000/inquiry/v4.3.1.0" target="_blank"&gt;ftp://ftp.emc.com/pub/symm3000/inquiry/v4.3.1.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
    <pubDate>Tue, 28 Aug 2001 15:23:49 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-08-28T15:23:49Z</dc:date>
    <item>
      <title>cmcheckconf,  missing volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571069#M715307</link>
      <description>I am trying to rebuild a 2 node cluster for MCSG.  I ran "cmcheckconf -C cluster.asc", and&lt;BR /&gt;received the following errors;&lt;BR /&gt;Error: The physical volume with name /dev/dsk/c7t0d4 on node earth cannot be found on node mars&lt;BR /&gt;Error: The physical volume with name /dev/dsk/c8t1d4 on node earth cannot be found on node mars&lt;BR /&gt;&lt;BR /&gt;I ran "vgexport" from the "earth" node and tried to do a "vgimport" on the "mars" node,&lt;BR /&gt;however i received the message volume group already exists on "mars".  I believe a couple of new file systems were created on "earth" and that is why i'm getting the errors  Any help with this issue would be greatly appreciated.</description>
      <pubDate>Mon, 27 Aug 2001 22:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571069#M715307</guid>
      <dc:creator>brian nelson_1</dc:creator>
      <dc:date>2001-08-27T22:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: cmcheckconf,  missing volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571070#M715308</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Did you add the two disks /dev/dsk/c7t0d4 and /dev/dsk/c8t1d4  on earth after the VGs were defined on both earth and mars, if that is the case, one of the things you can do is&lt;BR /&gt;&lt;BR /&gt;On Earth&lt;BR /&gt;vgexport -v -s -p -m /tmp/vg??.map /dev/vg??&lt;BR /&gt;&lt;BR /&gt;rcp /tmp/vg??.map mars:/tmp/vg??.map&lt;BR /&gt;&lt;BR /&gt;On Mars&lt;BR /&gt;ll /dev/vg??/group&lt;BR /&gt;(get the minor number , you can use this later)&lt;BR /&gt;vgchange -a n /dev/vg??&lt;BR /&gt;vgexport /dev/vg??.map&lt;BR /&gt;mkdir /dev/vg??&lt;BR /&gt;mknod /dev/vg??/group c 64 &lt;MINOR&gt;&lt;BR /&gt;[ where &lt;MINOR&gt; is the 0x0??000 number you obtained early on]&lt;BR /&gt;&lt;BR /&gt;vgimport -v -s -m /tmp/vg??.map /dev/vg??&lt;BR /&gt;&lt;BR /&gt;What this would do is import the VG /dev/vg?? on mars.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh&lt;BR /&gt;&lt;/MINOR&gt;&lt;/MINOR&gt;</description>
      <pubDate>Mon, 27 Aug 2001 22:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571070#M715308</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-27T22:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: cmcheckconf,  missing volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571071#M715309</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What it looks like to me is that the two disks referred are not being seen on Server mars. Can you see those two disks as c7t0d4 and c8t1d4 in ioscan.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2001 14:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571071#M715309</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-08-28T14:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: cmcheckconf,  missing volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571072#M715310</link>
      <description>Hey Brian,&lt;BR /&gt;&lt;BR /&gt;One more thing, for MC-SG the disks need to be shared between the machines. I hope the disks you added to the VGs on earth later on were also being seen by mars(even though the actual device file may be different).&lt;BR /&gt;&lt;BR /&gt;An excellent tool to see common disks is inq (from EMC)&lt;BR /&gt;&lt;A href="ftp://ftp.emc.com/pub/symm3000/inquiry/v4.3.1.0" target="_blank"&gt;ftp://ftp.emc.com/pub/symm3000/inquiry/v4.3.1.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Tue, 28 Aug 2001 15:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571072#M715310</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-28T15:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: cmcheckconf,  missing volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571073#M715311</link>
      <description>Thanks Ramesh.  Your solution for the missing disk issue worked perfectly. I now have a couple of new errors when i run cmcheckconf.&lt;BR /&gt;First error is as follows;&lt;BR /&gt;Warning: Network interface lan6 on node earth couldn't talk to itself.&lt;BR /&gt;Error: No bridged net specified for NM_ID 6 at earth&lt;BR /&gt;Second set of errors has to do with the Oracle packages i had previously defined with the cluster.  Each node (earth &amp;amp; mars) has one oracle database defined as a package.  Since the last time we had the cluster up and running, we have re-IPed and re-subnetted our network.  I have change the ascii file for each of the oracle packages to reflect this change, so i'm confused as to where the old 132.10.0.0 subnet is defined.  The error messages regarding the packages are as follows;&lt;BR /&gt;Error: Invalid subnet 132.10.0.0 in package ORACLE_lear&lt;BR /&gt;Error: Invalid subnet 132.10.0.0 in package ORACLE_lear&lt;BR /&gt;&lt;BR /&gt;Our new subnet is 172.16.0.0 and as i said i have changed this in the config files.&lt;BR /&gt;Any suggestions on how to remedy these errors?&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2001 17:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmcheckconf-missing-volumes/m-p/2571073#M715311</guid>
      <dc:creator>brian nelson_1</dc:creator>
      <dc:date>2001-08-28T17:30:30Z</dc:date>
    </item>
  </channel>
</rss>

