<?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: Regarding File system problem. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-file-system-problem/m-p/2423877#M655636</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Say the file system /ggg- 3gb has the lv name /dev/vg01/lvolggg&lt;BR /&gt;&lt;BR /&gt;Now give &lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg01 | more&lt;BR /&gt;&lt;BR /&gt;this lists all the lv's in the volume group.&lt;BR /&gt;In case the lv /dev/vg01/lvolggg is shown go to case 1 and case 2.&lt;BR /&gt;&lt;BR /&gt;if not, go directly to case 2&lt;BR /&gt;&lt;BR /&gt;case 1:&lt;BR /&gt;&lt;BR /&gt;If the lv /dev/vg01/lvolggg is shown then you have to delete it. &lt;BR /&gt;&lt;BR /&gt;umount /ggg&lt;BR /&gt;&lt;BR /&gt;lvremove /dev/vg01/lvol1ggg&lt;BR /&gt;&lt;BR /&gt;case 2:&lt;BR /&gt;&lt;BR /&gt;If the filesystem is deleted succesfully&lt;BR /&gt;The o/p of the vgdisplay ( as said above)command shows the amount free PE in the volume group.&lt;BR /&gt;&lt;BR /&gt;issue these commands for creating the new filesystems&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvcreate -L size_in_MB  -n lvname1 /dev/vg01&lt;BR /&gt;&lt;BR /&gt;newfs /dev/vg01/rlvname1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;goodluck&lt;BR /&gt;&lt;BR /&gt;venu</description>
    <pubDate>Thu, 25 May 2000 10:26:04 GMT</pubDate>
    <dc:creator>Venu_2</dc:creator>
    <dc:date>2000-05-25T10:26:04Z</dc:date>
    <item>
      <title>Regarding File system problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-file-system-problem/m-p/2423874#M655630</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;I have two hard disk .&lt;BR /&gt;&lt;BR /&gt;I have Four file system in first hard disk and two in second.&lt;BR /&gt;&lt;BR /&gt;like /well ---5gb &lt;BR /&gt;      /ggg ----3gb&lt;BR /&gt;&lt;BR /&gt;Now the problem is i have to delete the 3Gb file system and I have to create Four file system on the same hard disk(removing 3gb).&lt;BR /&gt;&lt;BR /&gt;I have deleted the fils system of 3gb but i could not get any free space on the same hard disk.&lt;BR /&gt;&lt;BR /&gt;I do not know why but i have no idea which command will give me the free space status?&lt;BR /&gt;&lt;BR /&gt;Can anyone guide me how to see the file sytem and how to create the new file systems on the same hard disk.&lt;BR /&gt;&lt;BR /&gt;When i have tried to create the file system  it is giving me error " no disk space available on the disk"&lt;BR /&gt;&lt;BR /&gt;I also tried to remove the file system from SAM and DISK and FILE SYSTEM then LOGICAL VOLUME and then just remove the UNUSED logical volume from the list.&lt;BR /&gt;&lt;BR /&gt;But still i am getting error.&lt;BR /&gt;&lt;BR /&gt;Can anyone has seen sch type of problem?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nikhil</description>
      <pubDate>Thu, 25 May 2000 07:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-file-system-problem/m-p/2423874#M655630</guid>
      <dc:creator>Nikhil Chaudhari</dc:creator>
      <dc:date>2000-05-25T07:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding File system problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-file-system-problem/m-p/2423875#M655632</link>
      <description>what does a pvdisplay -v /dev/dsk/c... | more show you for this disk? are there any free PE's?&lt;BR /&gt;Does the lvol you removed still use PE???</description>
      <pubDate>Thu, 25 May 2000 08:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-file-system-problem/m-p/2423875#M655632</guid>
      <dc:creator>Patrick Wessel</dc:creator>
      <dc:date>2000-05-25T08:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding File system problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-file-system-problem/m-p/2423876#M655634</link>
      <description>I think your logical volume is still using space on the volume group.&lt;BR /&gt;&lt;BR /&gt;Imagine your filesystem /ggg is on volumegroup vg01, logical volume lvgggg.&lt;BR /&gt;&lt;BR /&gt;Do a "vgdisplay -v vg01 | more" :&lt;BR /&gt;&lt;BR /&gt;Notice the "Free PE" ? PE stands for Physical Extents ; I think it is very low, as you get the error message "no space available".&lt;BR /&gt;&lt;BR /&gt;Can you see your log-volume /dev/vg01/lvggg in the output ? If so, do following :&lt;BR /&gt;- umount /ggg (if this works ...)&lt;BR /&gt;- lvchange -a n /dev/vg01/lvggg&lt;BR /&gt;- lvremove /dev/vg01/lvggg&lt;BR /&gt;&lt;BR /&gt;By doing this, you have removed the log-volume and freed up the physical extents (PE). If you do the vgdisplay again, you will see that the number of "Free PE's" is higher (means : you have more available space).&lt;BR /&gt;&lt;BR /&gt;Now you can create new log-volumes and file-systems :&lt;BR /&gt;- lvcreate -n lvnew vg01&lt;BR /&gt;- lvextend -l &lt;NEW size=""&gt; /dev/vg01/lvnew&lt;BR /&gt;- newfs -F vxfs /dev/vg01/rlvnew&lt;BR /&gt;- mkdir /new&lt;BR /&gt;- change your /etc/fstab to remove the old mount-settings and add the new ones.&lt;BR /&gt;- mount -a   *or*  mount /new&lt;BR /&gt;&lt;BR /&gt;I would suggest to read the man-pages of each command before applying them on the system. You never know ...&lt;/NEW&gt;</description>
      <pubDate>Thu, 25 May 2000 09:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-file-system-problem/m-p/2423876#M655634</guid>
      <dc:creator>Ivan Coenegrachts</dc:creator>
      <dc:date>2000-05-25T09:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding File system problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-file-system-problem/m-p/2423877#M655636</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Say the file system /ggg- 3gb has the lv name /dev/vg01/lvolggg&lt;BR /&gt;&lt;BR /&gt;Now give &lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg01 | more&lt;BR /&gt;&lt;BR /&gt;this lists all the lv's in the volume group.&lt;BR /&gt;In case the lv /dev/vg01/lvolggg is shown go to case 1 and case 2.&lt;BR /&gt;&lt;BR /&gt;if not, go directly to case 2&lt;BR /&gt;&lt;BR /&gt;case 1:&lt;BR /&gt;&lt;BR /&gt;If the lv /dev/vg01/lvolggg is shown then you have to delete it. &lt;BR /&gt;&lt;BR /&gt;umount /ggg&lt;BR /&gt;&lt;BR /&gt;lvremove /dev/vg01/lvol1ggg&lt;BR /&gt;&lt;BR /&gt;case 2:&lt;BR /&gt;&lt;BR /&gt;If the filesystem is deleted succesfully&lt;BR /&gt;The o/p of the vgdisplay ( as said above)command shows the amount free PE in the volume group.&lt;BR /&gt;&lt;BR /&gt;issue these commands for creating the new filesystems&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvcreate -L size_in_MB  -n lvname1 /dev/vg01&lt;BR /&gt;&lt;BR /&gt;newfs /dev/vg01/rlvname1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;goodluck&lt;BR /&gt;&lt;BR /&gt;venu</description>
      <pubDate>Thu, 25 May 2000 10:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-file-system-problem/m-p/2423877#M655636</guid>
      <dc:creator>Venu_2</dc:creator>
      <dc:date>2000-05-25T10:26:04Z</dc:date>
    </item>
  </channel>
</rss>

