<?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 increase size from sam in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981577#M632297</link>
    <description>I have increase the size of /usr/xxx from sam. But I still see the old size in bdf.</description>
    <pubDate>Mon, 26 May 2003 06:03:53 GMT</pubDate>
    <dc:creator>Fuad_1</dc:creator>
    <dc:date>2003-05-26T06:03:53Z</dc:date>
    <item>
      <title>increase size from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981577#M632297</link>
      <description>I have increase the size of /usr/xxx from sam. But I still see the old size in bdf.</description>
      <pubDate>Mon, 26 May 2003 06:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981577#M632297</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2003-05-26T06:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: increase size from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981578#M632298</link>
      <description>&lt;BR /&gt;When increasing the size of a logical volume, you also need to extend the size of the filesystem as well.&lt;BR /&gt;At a guess, you haven't got online JFS installed, so the increase cannot be done without first unmounting the filesystem.&lt;BR /&gt;&lt;BR /&gt;To check the software&lt;BR /&gt;# swlist -l product | grep -i jfs&lt;BR /&gt;If it returns only JFS and not Online JFS as well, you cannot extend the filesystem without first unmounting it, whether it is through 'sam' or the command line.&lt;BR /&gt;&lt;BR /&gt;There are two steps to this, first the extension of the logical volume 'lvextend'(/dev/vgxx/mylv) and the second which extends the filesystem 'extendfs' &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;BR /&gt;"When I have trouble spelling, it's called fat finger syndrome" &lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2003 06:19:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981578#M632298</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-05-26T06:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: increase size from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981579#M632299</link>
      <description>if you have online jfs then &lt;BR /&gt;&lt;BR /&gt;$ /usr/sbin/swlist -l product | grep -i jfs &lt;BR /&gt;&lt;BR /&gt;you can just do &lt;BR /&gt;# lvextend -xxxxL /dev/vgxx/lvol? &lt;BR /&gt;# fsadm -F vxfs -b xxxxxx /opt &lt;BR /&gt;&lt;BR /&gt;If you do not have OnlineJFS&lt;BR /&gt;&lt;BR /&gt;then you need to umount the file system and then increase it using&lt;BR /&gt;&lt;BR /&gt;# lvextend -xxxxL /dev/vgxx/lvol?&lt;BR /&gt;#extendfs /dev/vgxx/rvol?&lt;BR /&gt;&lt;BR /&gt;Then again mount it.&lt;BR /&gt;&lt;BR /&gt;(assuming that you are extending the non-system file systems )&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 26 May 2003 06:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981579#M632299</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-05-26T06:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: increase size from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981580#M632300</link>
      <description>Guru's,&lt;BR /&gt;&lt;BR /&gt;  Do you mean that let say I have online JFS I can extend the filesystem (even system filesystem) without umount the filesystem first.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2003 06:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981580#M632300</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-26T06:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: increase size from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981581#M632301</link>
      <description>&lt;BR /&gt;Yes, if Online JFS is installed there are a number of features you can take advantage of:&lt;BR /&gt;increasing filesytem sizes&lt;BR /&gt;changing parameters, like changing it to largefile option.&lt;BR /&gt;There are some filesystems that you can't which are the ones that are contiguous (/, /stand and primary swap /dev/vg00/lvol2) which cannot) These must be done using 'ignite'.&lt;BR /&gt;&lt;BR /&gt;If you find that you can't unmount your filesystem, there will be processes running. These must be terminated first. &lt;BR /&gt;If these are part of the OS (/, /stand, /opt, /usr, /tmp, /var) etc, you will need to find another alternative by using ignite, or booting into single user mode.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;BR /&gt;"When I have trouble spelling, it's called fat finger syndrome"</description>
      <pubDate>Mon, 26 May 2003 06:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981581#M632301</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-05-26T06:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: increase size from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981582#M632302</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;please check this links&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdbac79bffde7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdbac79bffde7d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xce650b0717d1d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xce650b0717d1d5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope it will be helpful.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;radhakrishnan</description>
      <pubDate>Mon, 26 May 2003 07:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-size-from-sam/m-p/2981582#M632302</guid>
      <dc:creator>Radhakrishnan Venkatara</dc:creator>
      <dc:date>2003-05-26T07:55:02Z</dc:date>
    </item>
  </channel>
</rss>

