<?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: Activate LVM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731142#M642322</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;first of all you need to find out the device file group exists in /dev/vg01 or not&lt;BR /&gt;&lt;BR /&gt;ll /dev/vg01&lt;BR /&gt;&lt;BR /&gt;If it does exists then&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg01&lt;BR /&gt;This will tell you if any disks are there in the vg or not&lt;BR /&gt;&lt;BR /&gt;strings /etc/lmtab can also tell you.&lt;BR /&gt;&lt;BR /&gt;You can always export this volume group and the import it back and still you will get the same vg01&lt;BR /&gt;&lt;BR /&gt;Give other details also&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg01&lt;BR /&gt;Are you using clustering ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;</description>
    <pubDate>Fri, 24 May 2002 12:51:21 GMT</pubDate>
    <dc:creator>PIYUSH D. PATEL</dc:creator>
    <dc:date>2002-05-24T12:51:21Z</dc:date>
    <item>
      <title>Activate LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731137#M642317</link>
      <description>Hi leads,&lt;BR /&gt;  I would like to like to activate a VGxx which is currently in deactivated status. I am not able to do so,&lt;BR /&gt;  My requriement is even if I loose the data I want to configure the disk in the same VGxx, which is currently not possible because it say VGxx already exists. &lt;BR /&gt;&lt;BR /&gt;  How to solve the problem.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Gnana A.</description>
      <pubDate>Fri, 24 May 2002 12:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731137#M642317</guid>
      <dc:creator>Gnananandhan</dc:creator>
      <dc:date>2002-05-24T12:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Activate LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731138#M642318</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the error message when you try to activate the vgxx ?&lt;BR /&gt;&lt;BR /&gt;Is it part of a cluster ?&lt;BR /&gt;&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 12:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731138#M642318</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2002-05-24T12:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Activate LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731139#M642319</link>
      <description>I dont know if i understood You well but:&lt;BR /&gt;to activate vg gropu use:&lt;BR /&gt;#vgchange -a y vg_name&lt;BR /&gt;to add disk to greoup use:&lt;BR /&gt;#vgextend vg_name /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;If You want to create new group do&lt;BR /&gt;1. mkdir /dev/vg03&lt;BR /&gt;2. mknod /dev/vg03/group c64 0x030000&lt;BR /&gt;3. pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt;4. vgcreate /dev/vg03 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;To remove vg do&lt;BR /&gt;vgexport vg_name&lt;BR /&gt;&lt;BR /&gt;hope it help&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 12:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731139#M642319</guid>
      <dc:creator>Sebastian Galeski_1</dc:creator>
      <dc:date>2002-05-24T12:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Activate LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731140#M642320</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Please provide some more specific information of what led to the state you are in.&lt;BR /&gt;&lt;BR /&gt;For instance, are you trying to 'vgimport'?&lt;BR /&gt;&lt;BR /&gt;Check for a duplicate minor device number (i.e. one already present):&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/vg*/group&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 24 May 2002 12:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731140#M642320</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-24T12:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Activate LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731141#M642321</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If your are trying to activate a VG use the following:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vg##&lt;BR /&gt;&lt;BR /&gt;If your are trying to save data that is on a disk where the VGRA has become corrupted check the /etc/lvmconf/vg##.conf to see if it is correct:&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmconf/vg##.conf&lt;BR /&gt;&lt;BR /&gt;If it appears to be correct you can use the command:&lt;BR /&gt;# vgcfgrestore /dev/vg## /dev/dsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;This will restore the LVM data structures.&lt;BR /&gt;&lt;BR /&gt;If you are trying to blow away the old VG so that it can be rebuilt:&lt;BR /&gt;&lt;BR /&gt;# vgexport /dev/vg##&lt;BR /&gt;# pvcreate -f /dev/rdsk/c#t#d# &amp;lt;-THIS WILL DESTROY DATA!&lt;BR /&gt;# mkdir /dev/vg##&lt;BR /&gt;# mknod /dev/vg##/group c 64 0x##0000&lt;BR /&gt;# vgcreate /dev/vg## /dev/dsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;Thanks for participating in the forums,&lt;BR /&gt;&lt;BR /&gt;Martin&lt;BR /&gt;Chaos reigns within. Reflect, repent, and reboot. Order shall return.&lt;BR /&gt;&lt;BR /&gt;#</description>
      <pubDate>Fri, 24 May 2002 12:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731141#M642321</guid>
      <dc:creator>Martin Burnett_2</dc:creator>
      <dc:date>2002-05-24T12:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Activate LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731142#M642322</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;first of all you need to find out the device file group exists in /dev/vg01 or not&lt;BR /&gt;&lt;BR /&gt;ll /dev/vg01&lt;BR /&gt;&lt;BR /&gt;If it does exists then&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg01&lt;BR /&gt;This will tell you if any disks are there in the vg or not&lt;BR /&gt;&lt;BR /&gt;strings /etc/lmtab can also tell you.&lt;BR /&gt;&lt;BR /&gt;You can always export this volume group and the import it back and still you will get the same vg01&lt;BR /&gt;&lt;BR /&gt;Give other details also&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg01&lt;BR /&gt;Are you using clustering ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 12:51:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731142#M642322</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-24T12:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Activate LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731143#M642323</link>
      <description>Hi Gnananandhan   &lt;BR /&gt;&lt;BR /&gt;The way to activate is vgchange -a y /dev/vgxx. But I think yuo are getting errros in doing so ,the errors can vary from missing PV's to stale volumes etc . In case yuo are getting some missing PV's try restoring the PV with vgcfgrestore , and then activate the volume group. Please do post the errors you get.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 12:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731143#M642323</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-24T12:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Activate LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731144#M642324</link>
      <description>Thanks leads,&lt;BR /&gt;  Anyway I had found the solution. I exported the volume group and recreated the same. By way of exporting- it removed all my VGxx directories and updated the /etc/lvmtab file. &lt;BR /&gt;&lt;BR /&gt;  I am saved. Thanks again. Definetly I will assign points whoever is near to the solution.</description>
      <pubDate>Fri, 24 May 2002 13:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-lvm/m-p/2731144#M642324</guid>
      <dc:creator>Gnananandhan</dc:creator>
      <dc:date>2002-05-24T13:06:10Z</dc:date>
    </item>
  </channel>
</rss>

