<?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: Problem with volume group not loading in in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631691#M646191</link>
    <description>Yes the volume group should mount on boot &lt;BR /&gt;but does not.  Get and error with vgchange&lt;BR /&gt;&lt;BR /&gt;- no physical volumes for the volume group&lt;BR /&gt;- also gives a cross link error &lt;BR /&gt;&lt;BR /&gt;Yes we are running Service Guard but it is not&lt;BR /&gt;used in Service Guard</description>
    <pubDate>Mon, 17 Dec 2001 19:40:31 GMT</pubDate>
    <dc:creator>james gould</dc:creator>
    <dc:date>2001-12-17T19:40:31Z</dc:date>
    <item>
      <title>Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631686#M646186</link>
      <description>Trying to mount a volume group that would not&lt;BR /&gt;come up - mount -a on HPUX 11.0.&lt;BR /&gt;&lt;BR /&gt;Volume would not mount.  Disk drives look ok&lt;BR /&gt;and ioscan can see them that comprise the &lt;BR /&gt;volume group. Was told to perform the following&lt;BR /&gt;below.&lt;BR /&gt;&lt;BR /&gt;  a.  Boot in single user mode with quorum override:&lt;BR /&gt;&lt;BR /&gt;                hpux -is -lq (;2)/hp-ux&lt;BR /&gt;&lt;BR /&gt;        b. Move the out-of-date lvmtab file:&lt;BR /&gt;&lt;BR /&gt;                mv /etc/lvmtab  /etc/lvmtab.saved&lt;BR /&gt;&lt;BR /&gt;        c. Use vgscan to build a new one:&lt;BR /&gt;&lt;BR /&gt;                vgscan -v&lt;BR /&gt;&lt;BR /&gt;Ran the command and still had problems. Also&lt;BR /&gt;noticed that it stated to do run vgimport of&lt;BR /&gt;the two drives.  Ran the command and it stated&lt;BR /&gt;it was not a block device when using rdsk and&lt;BR /&gt;dsk in the command for vgimport.&lt;BR /&gt;&lt;BR /&gt;Anything else to check or run??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 17 Dec 2001 19:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631686#M646186</guid>
      <dc:creator>james gould</dc:creator>
      <dc:date>2001-12-17T19:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631687#M646187</link>
      <description>I'm somewhat confused as to youru problem.  I'll try to give it a shot though.&lt;BR /&gt;&lt;BR /&gt;Is the volume group with the LVs you are trying to mount active?  Does it get activated by default when the machine boots up?&lt;BR /&gt;&lt;BR /&gt;What happens if you do:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vg??&lt;BR /&gt;&lt;BR /&gt;for the suspect VG?</description>
      <pubDate>Mon, 17 Dec 2001 19:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631687#M646187</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-12-17T19:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631688#M646188</link>
      <description>If your doing a mount -a...than I might ask:&lt;BR /&gt;Is this volume group mentioned in your /etc/fstab?&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;Are you running MC/SG? and is this volume group supposed to be part of that mount control?&lt;BR /&gt;&lt;BR /&gt;Just a couple thoughts,&lt;BR /&gt;Rita</description>
      <pubDate>Mon, 17 Dec 2001 19:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631688#M646188</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-12-17T19:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631689#M646189</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Try "vgchange -a y /dev/vg_name" for the volume groups you are trying to mount. Do "vgchange -a e /dev/vg_name" if you are using a SG volume group.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 19:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631689#M646189</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-17T19:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631690#M646190</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Did you check  your /etc/lvmrc file?. See if it has these volume groups configured as not to be activated during the bootup time. Some users edit this file on the systems with MC/Service Guard.&lt;BR /&gt;&lt;BR /&gt;You can also try vgchange -a y volume_group to see if it is getting activated.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 17 Dec 2001 19:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631690#M646190</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-12-17T19:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631691#M646191</link>
      <description>Yes the volume group should mount on boot &lt;BR /&gt;but does not.  Get and error with vgchange&lt;BR /&gt;&lt;BR /&gt;- no physical volumes for the volume group&lt;BR /&gt;- also gives a cross link error &lt;BR /&gt;&lt;BR /&gt;Yes we are running Service Guard but it is not&lt;BR /&gt;used in Service Guard</description>
      <pubDate>Mon, 17 Dec 2001 19:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631691#M646191</guid>
      <dc:creator>james gould</dc:creator>
      <dc:date>2001-12-17T19:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631692#M646192</link>
      <description>Correction - We are running 10.20 on server &lt;BR /&gt;with Service Guard.  Output of vgchange -a&lt;BR /&gt;e volume group:&lt;BR /&gt;&lt;BR /&gt;vgchange:Warning Couldnt attach to the volume&lt;BR /&gt;group physical volume "/dev/dks/c5t3d1"&lt;BR /&gt;Cross link device link&lt;BR /&gt;&lt;BR /&gt;same thing happens for the other drive</description>
      <pubDate>Mon, 17 Dec 2001 19:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631692#M646192</guid>
      <dc:creator>james gould</dc:creator>
      <dc:date>2001-12-17T19:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631693#M646193</link>
      <description>Did you by chance just have a disk replaced?  I have had this happen before where the hardware engineer(third party, not hp) has replaced a disk, but it was the wrong one, resulting in the cross-link error.  have you tried to run vgcfgrestore on vg in question?&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 17 Dec 2001 20:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631693#M646193</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-12-17T20:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631694#M646194</link>
      <description>Just a thought,&lt;BR /&gt;&lt;BR /&gt;Stop your package.&lt;BR /&gt;1.Make sure you have edited your package ~.run file (or whatever you call the Package Control Script file) properly and added the new volume group and fs information correctly.&lt;BR /&gt;2. Now release control of vg from lvm and give it to your cluster..&lt;BR /&gt;vgchange -a n /dev/vgname&lt;BR /&gt;vgchange -c y /dev/vgname&lt;BR /&gt;3. Now restart your package and see if everything mounts ok now..&lt;BR /&gt;&lt;BR /&gt;Like I said just a thought,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 20:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631694#M646194</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-12-17T20:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631695#M646195</link>
      <description>System was at single user mode when vgchange&lt;BR /&gt;run.  Also the disk drives are fine ioscan&lt;BR /&gt;can see them and the autoraid can see them.</description>
      <pubDate>Mon, 17 Dec 2001 20:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631695#M646195</guid>
      <dc:creator>james gould</dc:creator>
      <dc:date>2001-12-17T20:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631696#M646196</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;try,&lt;BR /&gt;&lt;BR /&gt;For non-SG volumes,&lt;BR /&gt;vgchange -a y -q n /dev/vg_name &lt;BR /&gt;&lt;BR /&gt;for SG volumes,&lt;BR /&gt;vgchange -a e -q n /dev/vg_name&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 20:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631696#M646196</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-17T20:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with volume group not loading in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631697#M646197</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;If it is the root disk, simply use,&lt;BR /&gt;&lt;BR /&gt;vgchange -q n /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Then boot into multiuser mode,&lt;BR /&gt;&lt;BR /&gt;init 2 &lt;BR /&gt;or &lt;BR /&gt;init 3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 20:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-volume-group-not-loading-in/m-p/2631697#M646197</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-17T20:52:20Z</dc:date>
    </item>
  </channel>
</rss>

