<?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: volume group careate and remove in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920493#M407763</link>
    <description>Hi Amar ,&lt;BR /&gt;&lt;BR /&gt;This is the Logical Volume name of the swap , showing in swapinfo,&lt;BR /&gt;&lt;BR /&gt;/dev/vgammar/swap&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Tue, 23 Aug 2005 16:20:45 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2005-08-23T16:20:45Z</dc:date>
    <item>
      <title>volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920474#M407744</link>
      <description>hi&lt;BR /&gt;i want to remove volume group on disk "c0t10d0"&lt;BR /&gt;and want to create new volume so tell me what to do&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 15:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920474#M407744</guid>
      <dc:creator>Ammar_4</dc:creator>
      <dc:date>2005-08-23T15:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920475#M407745</link>
      <description>You have to do vgremove {VolumeGroup}. Make sure it is a single disk on the volume group, if not you will need to do vgreduce {VolumeGroup} /dev/dsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;hope it helps</description>
      <pubDate>Tue, 23 Aug 2005 15:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920475#M407745</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2005-08-23T15:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920476#M407746</link>
      <description>why we use vhchange infact i am newcomer</description>
      <pubDate>Tue, 23 Aug 2005 15:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920476#M407746</guid>
      <dc:creator>Ammar_4</dc:creator>
      <dc:date>2005-08-23T15:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920477#M407747</link>
      <description>do you wish to remove c0t10d0 from the volume group? or remove the volume group which contains c0t10d0???&lt;BR /&gt;&lt;BR /&gt;To remove the volume group simply enter &lt;BR /&gt;&lt;BR /&gt;vgremove vgname&lt;BR /&gt;&lt;BR /&gt;To remove teh device from the volume group, use pvdisplay -v to make sure that there is no data on the physical device&lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/dsk/c0t10d0&lt;BR /&gt;&lt;BR /&gt;All extents should be free&lt;BR /&gt;&lt;BR /&gt;Then remove it from the volume group with the vgreduce command&lt;BR /&gt;&lt;BR /&gt;vgreduce vgname /dev/dsk/c0t10d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To create a new volume group enter&lt;BR /&gt;&lt;BR /&gt;vgcreate vgname /dev/dsk/c0t10d0&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 15:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920477#M407747</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-08-23T15:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920478#M407748</link>
      <description>vgchange is used to deactivate the volume group.&lt;BR /&gt;vgchange -a n VolumeGroup&lt;BR /&gt;&lt;BR /&gt;-a n =Deactivate the VG&lt;BR /&gt;-a y =Activate the VG</description>
      <pubDate>Tue, 23 Aug 2005 15:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920478#M407748</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2005-08-23T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920479#M407749</link>
      <description>vgchange is used to make the volume group active or inactive on the current system.&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vgname&lt;BR /&gt;&lt;BR /&gt;makes the VG active&lt;BR /&gt;&lt;BR /&gt;vgchange -a n vgname&lt;BR /&gt;&lt;BR /&gt;makes it inactive.</description>
      <pubDate>Tue, 23 Aug 2005 15:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920479#M407749</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-08-23T15:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920480#M407750</link>
      <description>you need to know which volume group is sitting on this disk first.&lt;BR /&gt;&lt;BR /&gt;first you need to unmount every filesystem sitting on this volume group using umount commands as many times as necessary&lt;BR /&gt;(hint: man umount)&lt;BR /&gt;&lt;BR /&gt;then you will remove the logical volumes by using lvremove&lt;BR /&gt;(hint: man lvremove)&lt;BR /&gt;&lt;BR /&gt;then you can remove the volume group using vgremove &lt;BR /&gt;(hint: -guess what ? man vgremove)&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;rm -r /dev/volumegroup_name&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/rdsk/c0t10d0&lt;BR /&gt;# mkdir /dev/vgnew&lt;BR /&gt;# mknod /dev/vgnew/group c 64 0x050000&lt;BR /&gt;(note the number 05 immediately follwing letter x. It should be a unique number and can not exceed hexadecimal digit "a" without modifying the default kernel)&lt;BR /&gt;# vgcreate /dev/vgnew /dev/dsk/c0t10d0&lt;BR /&gt;&lt;BR /&gt;then you can create nev logical volumes using lvcreate command as in the follwing example&lt;BR /&gt;&lt;BR /&gt;# lvcreate -L 1000 -n lvol1 /dev/vgnew&lt;BR /&gt;# newfs -F vxfs /dev/vg00/rlvol1&lt;BR /&gt;# mkdir /test&lt;BR /&gt;# mount /dev/vgnew/lvol1 /test&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Tue, 23 Aug 2005 15:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920480#M407750</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-23T15:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920481#M407751</link>
      <description>Hi Amar ,&lt;BR /&gt;&lt;BR /&gt;To remove the volume group on c0t1d0 , you have to :&lt;BR /&gt;&lt;BR /&gt;1. check #pvdisplay -v /dev/dsk/c0t1d0&lt;BR /&gt;2. unmount all the filesystems on it.&lt;BR /&gt;# umount /fsname&lt;BR /&gt;3. Remove the lvol 's.&lt;BR /&gt;#lvremove -f /dev/vgname/lvolname [ it will remove data,  ]&lt;BR /&gt;4. Remove the VG ,&lt;BR /&gt;# vgremove vgname&lt;BR /&gt;------------------------&lt;BR /&gt;&lt;BR /&gt;to create :&lt;BR /&gt;1. pvcreate /dev/rdsk/c0t1d0&lt;BR /&gt;2. mkdir /dev/vgnew&lt;BR /&gt;3. mknod /dev/vgnew/group c 64 0x0N0000 [ N must be unique number , that is not used , check with # ls -l /dev/*/group ]&lt;BR /&gt;4. vgcreate  /dev/vgnew /dev/dsk/c0t1d0&lt;BR /&gt;&lt;BR /&gt;5. Now you can create LV on this.&lt;BR /&gt;# lvcreate -L100 -n lvol1 /dev/vgnew&lt;BR /&gt;&lt;BR /&gt;6. create a FS.&lt;BR /&gt;# mkfs -F vxfs /dev/vgnew/rlvol1&lt;BR /&gt;&lt;BR /&gt;7. Add the mount entry in /etc/fstab . &lt;BR /&gt;-------------------&lt;BR /&gt;&lt;BR /&gt;cheers ,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 23 Aug 2005 15:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920481#M407751</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-23T15:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920482#M407752</link>
      <description>Volume Group Creation&lt;BR /&gt;&lt;BR /&gt;Identify the disk(s) to be in the VG.&lt;BR /&gt;#  pvcreate dev/rdsk/cntndn and for all the disks that will be part of this VG&lt;BR /&gt;# mkdir /dev/vgnn&lt;BR /&gt;# mknod /dev/vgnn/group c 64 0x0n0000&lt;BR /&gt;creat vgnn by&lt;BR /&gt;# vgcreate /dev/vgnn /dev/dsk/cntndn to all the disks&lt;BR /&gt;# lvcreate -L &lt;SIZE&gt; -n lvname /dev/vgnn &lt;BR /&gt;and then it &lt;BR /&gt;&lt;BR /&gt;IF you want to remove entire VG then use vgremove command&lt;BR /&gt;First remove each lvols&lt;BR /&gt;&lt;BR /&gt;lvremove /dev/vgnn/lvoln&lt;BR /&gt;Then reduce vg by taking out each disk&lt;BR /&gt;&lt;BR /&gt;vgreduce /dev/vgnn /dev/dsk/diskname&lt;BR /&gt;&lt;BR /&gt;then vgremove /dev/vgnn&lt;BR /&gt;&lt;BR /&gt;see man pages for all the commands given here. If you have any valuable data take backup first.&lt;BR /&gt;&lt;/SIZE&gt;</description>
      <pubDate>Tue, 23 Aug 2005 15:53:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920482#M407752</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2005-08-23T15:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920483#M407753</link>
      <description>what is the use of vgexport command&lt;BR /&gt;some body tell me that for practicing for your course you first do vgchange and then vgexport and i want to remove volumegroup on that disk c0t10d0</description>
      <pubDate>Tue, 23 Aug 2005 15:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920483#M407753</guid>
      <dc:creator>Ammar_4</dc:creator>
      <dc:date>2005-08-23T15:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920484#M407754</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Before removing vg from the disk make sure the data in the disk is not required or alreday backed up.&lt;BR /&gt;&lt;BR /&gt;execute a pvdisplay -v /dev/dsk/c0t10d0&lt;BR /&gt;verify there is no LE mapping to the PE. If there is a mapping  do a&lt;BR /&gt;pvmove /dev/dsk/c0t10d0 /dev/dsk/c0t2d0&lt;BR /&gt;then&lt;BR /&gt;vgreduce vgname /dev/dsk/c0t10d0&lt;BR /&gt;IF there is alternate link  for the PV do a vgreduce for that PV also&lt;BR /&gt;&lt;BR /&gt;When creating a new vg &lt;BR /&gt;&lt;BR /&gt;pvcreate -f /dev/rdsk/c0t10d0 (-f used since alreday some vginfo is there in the PV)&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/newvgname&lt;BR /&gt;mknod /dev/newvgname/group c 64 &lt;MINOR number=""&gt; ---minor number should be unique in the server&lt;BR /&gt;vgcreate newvgname /dev/dsk/c0t10d0&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;CS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MINOR&gt;</description>
      <pubDate>Tue, 23 Aug 2005 15:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920484#M407754</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-08-23T15:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920485#M407755</link>
      <description>lvremove command give that out put&lt;BR /&gt;&lt;BR /&gt;lvremove: Couldn't delete logical volume "/dev/vgammar/swap":&lt;BR /&gt;The specified logical volume is open, or&lt;BR /&gt;a sparing operation is in progress.&lt;BR /&gt;Volume Group configuration for /dev/vgammar has been saved in /etc/lvmconf/vgammar.conf&lt;BR /&gt;hp03/home/ammar $ cal volume "/dev/vgammar/swap":                            &amp;lt;&lt;BR /&gt;&amp;gt; The specified logical volume is open, or&lt;BR /&gt;&amp;gt; a sparing operation is in progress.Volume Group configuration for /dev/vgammar has been saved in /etc/lvmconf/vgammar.conf&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ammar has been saved in /etc/lvmconf/vgammar.conf                          &amp;lt;&lt;BR /&gt;&amp;gt; lvremove: Couldn't delete logical volume "/dev/vgammar/swap":&lt;BR /&gt;a sparing operation is in progress.&lt;BR /&gt;Volume Group configuration for /dev/vgammar has been saved in /etc/lvmconf/vgammar.conf&lt;BR /&gt;sh: lvremove::  not found.&lt;BR /&gt;hp03/home/ammar $ The specified logical volume is open, or&lt;BR /&gt;sh: The:  not found.&lt;BR /&gt;hp03/home/ammar $ a sparing operation is in progress.&lt;BR /&gt;sh: a:  not found.&lt;BR /&gt;hp03/home/ammar $  /dev/vgammar has been saved in /etc/lvmconf/vgammar.conf  &amp;lt;&lt;BR /&gt;sh: Volume:  not found.&lt;BR /&gt;hp03/home/ammar $ sudo lvremove -f /dev/vgammar/swap&lt;BR /&gt;lvremove: Couldn't delete logical volume "/dev/vgammar/swap":&lt;BR /&gt;The specified logical volume is open, or&lt;BR /&gt;a sparing operation is in progress.&lt;BR /&gt;Volume Group configuration for /dev/vgammar has been saved in /etc/lvmconf/vgammar.conf&lt;BR /&gt;h</description>
      <pubDate>Tue, 23 Aug 2005 16:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920485#M407755</guid>
      <dc:creator>Ammar_4</dc:creator>
      <dc:date>2005-08-23T16:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920486#M407756</link>
      <description>What does the swapinfo -a shows on your server. &lt;BR /&gt;why is swap under different vg group</description>
      <pubDate>Tue, 23 Aug 2005 16:04:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920486#M407756</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2005-08-23T16:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920487#M407757</link>
      <description>i create it only to check it now want to remove&lt;BR /&gt;hp03/home/ammar $ sudo swapinfo -a&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev      524288       0  524288    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev       49152       0   49152    0%       0       -    1  /dev/vgammar/swap&lt;BR /&gt;reserve       -  136240 -136240&lt;BR /&gt;memory   185572   87088   98484   47%&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 16:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920487#M407757</guid>
      <dc:creator>Ammar_4</dc:creator>
      <dc:date>2005-08-23T16:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920488#M407758</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Execute a swapinfo and check whether the disk is in use as swap.  This error comes when either the disk is used for continuous usage..&lt;BR /&gt;swapinfo will give the lvol used as swap.  Check whether the vg u r trying to remove is having any lvol configured as swap&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
      <pubDate>Tue, 23 Aug 2005 16:09:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920488#M407758</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-08-23T16:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920489#M407759</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;From sam u can remove the allocated swap&lt;BR /&gt;&lt;BR /&gt;sam...disks and file systems..swap..&lt;BR /&gt;&lt;BR /&gt;regrads&lt;BR /&gt;cs</description>
      <pubDate>Tue, 23 Aug 2005 16:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920489#M407759</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-08-23T16:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920490#M407760</link>
      <description>also try lvlnboot -v this command will tell you which is the primary swap.</description>
      <pubDate>Tue, 23 Aug 2005 16:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920490#M407760</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2005-08-23T16:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920491#M407761</link>
      <description>yes i want to remove that &lt;BR /&gt;/dev/vgammar/swap&lt;BR /&gt;where swap is a logical volume and below is the output of swapinfo -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kb Kb Kb PCT START/ Kb&lt;BR /&gt;TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME&lt;BR /&gt;dev 524288 0 524288 0% 0 - 1 /dev/vg00/lvol2&lt;BR /&gt;dev 49152 0 49152 0% 0 - 1 /dev/vgammar/swap&lt;BR /&gt;reserve - 136240 -136240&lt;BR /&gt;memory 185572 87088 98484 47%&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 16:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920491#M407761</guid>
      <dc:creator>Ammar_4</dc:creator>
      <dc:date>2005-08-23T16:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920492#M407762</link>
      <description>you will need to modify the /etc/fstab (remove the entry for the second swap) then you will have to reboot the server no choice</description>
      <pubDate>Tue, 23 Aug 2005 16:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920492#M407762</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2005-08-23T16:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: volume group careate and remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920493#M407763</link>
      <description>Hi Amar ,&lt;BR /&gt;&lt;BR /&gt;This is the Logical Volume name of the swap , showing in swapinfo,&lt;BR /&gt;&lt;BR /&gt;/dev/vgammar/swap&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 23 Aug 2005 16:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-careate-and-remove/m-p/4920493#M407763</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-23T16:20:45Z</dc:date>
    </item>
  </channel>
</rss>

