<?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: Extend file system (/opt) size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243202#M470063</link>
    <description>fsadm -F vxfs -b 10240 /opt &lt;BR /&gt;&lt;BR /&gt;use "M"&lt;BR /&gt;&lt;BR /&gt;fsadm -b 10240M /opt&lt;BR /&gt;&lt;BR /&gt;i hope this will solve your problem. assuming you have already done lvextend like below.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 10240 &lt;LV_NAME of=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LV_NAME&gt;</description>
    <pubDate>Thu, 10 Jun 2010 12:27:44 GMT</pubDate>
    <dc:creator>singh sanjeev</dc:creator>
    <dc:date>2010-06-10T12:27:44Z</dc:date>
    <item>
      <title>Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243195#M470056</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;i need to extend my file system /opt size form 5Gb to 10 Gb when i use fsadm command i got folloing msg;-&lt;BR /&gt;bash-2.05# fsadm -F vxfs -b 10240 /opt&lt;BR /&gt;vxfs fsadm: V-3-23544: sectors must be &amp;gt;= 4359121 as they are currently in use.&lt;BR /&gt;as i have a internal disk with 33Gb size how can i use it to extend file system size.&lt;BR /&gt;thanks in advance</description>
      <pubDate>Thu, 10 Jun 2010 07:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243195#M470056</guid>
      <dc:creator>prateek_1</dc:creator>
      <dc:date>2010-06-10T07:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243196#M470057</link>
      <description>Hi Prateek,&lt;BR /&gt;&lt;BR /&gt;Remember , in fsadm , "-b" option takes the size in KB.&lt;BR /&gt;&lt;BR /&gt;May I know what is 10240 ??? now your filesystem will reduce to 10MB aprox.&lt;BR /&gt;&lt;BR /&gt;If you want to use 10 GB mention as -b 10485760 &lt;BR /&gt;&lt;BR /&gt;-b 10240M&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Thu, 10 Jun 2010 07:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243196#M470057</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-06-10T07:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243197#M470058</link>
      <description>its 10485760 Kb</description>
      <pubDate>Thu, 10 Jun 2010 09:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243197#M470058</guid>
      <dc:creator>prateek_1</dc:creator>
      <dc:date>2010-06-10T09:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243198#M470059</link>
      <description>Ok &lt;BR /&gt;&lt;BR /&gt;Mention that in that command. What happens then???&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Thu, 10 Jun 2010 09:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243198#M470059</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-06-10T09:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243199#M470060</link>
      <description>vxfs fsadm: V-3-25811: cannot expand /dev/vg00/rlvol8 more than size of the underlying device - 5349376 sectors&lt;BR /&gt;&lt;BR /&gt;/opt max size is ~5Gb only i want to add one of my free internal disk in so i use that space to increase file system size</description>
      <pubDate>Thu, 10 Jun 2010 09:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243199#M470060</guid>
      <dc:creator>prateek_1</dc:creator>
      <dc:date>2010-06-10T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243200#M470061</link>
      <description>Did you expand the volume first with lvextend? You need to do that before running fsadm.</description>
      <pubDate>Thu, 10 Jun 2010 11:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243200#M470061</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-06-10T11:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243201#M470062</link>
      <description>Hi,&lt;BR /&gt;What vgdisplay says for free PE  ?&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg00 | more&lt;BR /&gt;&lt;BR /&gt;Look for the PE size AND Free PE (at bottom)&lt;BR /&gt;&lt;BR /&gt;then calculate ( PE Size * Free PE ) to find realy have that space.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2010 11:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243201#M470062</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-06-10T11:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243202#M470063</link>
      <description>fsadm -F vxfs -b 10240 /opt &lt;BR /&gt;&lt;BR /&gt;use "M"&lt;BR /&gt;&lt;BR /&gt;fsadm -b 10240M /opt&lt;BR /&gt;&lt;BR /&gt;i hope this will solve your problem. assuming you have already done lvextend like below.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 10240 &lt;LV_NAME of=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LV_NAME&gt;</description>
      <pubDate>Thu, 10 Jun 2010 12:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243202#M470063</guid>
      <dc:creator>singh sanjeev</dc:creator>
      <dc:date>2010-06-10T12:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243203#M470064</link>
      <description>i had done this</description>
      <pubDate>Thu, 10 Jun 2010 12:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243203#M470064</guid>
      <dc:creator>prateek_1</dc:creator>
      <dc:date>2010-06-10T12:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243204#M470065</link>
      <description>got error message :-lvextend: Volume group "/dev/vg00" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;after lvmcommand</description>
      <pubDate>Thu, 10 Jun 2010 12:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243204#M470065</guid>
      <dc:creator>prateek_1</dc:creator>
      <dc:date>2010-06-10T12:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243205#M470066</link>
      <description>paste the full command and output here.&lt;BR /&gt;&lt;BR /&gt;lvextend  and &lt;BR /&gt;&lt;BR /&gt;#strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Thu, 10 Jun 2010 13:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243205#M470066</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-06-10T13:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243206#M470067</link>
      <description>You mentioned you wanted to add a free internal disk and then extend /opt?&lt;BR /&gt;&lt;BR /&gt;Also I'm not sure what difference it makes with LVM commands but I usually do system admin tasks as root with the default posix shell.&lt;BR /&gt;&lt;BR /&gt;pvdisplay /dev/dsk (or /dev/disk) to verify disk is not currently in use&lt;BR /&gt;pvcreate -f /dev/rdsk (/dev/rdisk)&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/&lt;BR /&gt;vgdisplay -v /dev/vg00 (ensure disk was added to vg properly)&lt;BR /&gt;lvextend -L 10240 /dev/vg00/lvol# (that corresponds to the lvol /opt is mounted on)&lt;BR /&gt;fsadm -F vxfs -b 10240M /opt&lt;BR /&gt;lvdisplay&lt;BR /&gt;bdf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2010 13:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243206#M470067</guid>
      <dc:creator>S. Ney</dc:creator>
      <dc:date>2010-06-10T13:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243207#M470068</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;don't use -f option to pvcreate unless recommended .use the tool like evainfo to find out the lun to be used.&lt;BR /&gt;&lt;BR /&gt;suppose if ur not sure and made some mistake u will in a position to answer.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Thu, 10 Jun 2010 16:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243207#M470068</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-06-10T16:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243208#M470069</link>
      <description>thanks all it helps me</description>
      <pubDate>Fri, 11 Jun 2010 04:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243208#M470069</guid>
      <dc:creator>prateek_1</dc:creator>
      <dc:date>2010-06-11T04:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extend file system (/opt) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243209#M470070</link>
      <description>thanks</description>
      <pubDate>Fri, 11 Jun 2010 04:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system-opt-size/m-p/5243209#M470070</guid>
      <dc:creator>prateek_1</dc:creator>
      <dc:date>2010-06-11T04:39:53Z</dc:date>
    </item>
  </channel>
</rss>

