<?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 Extending LV through SAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671489#M381817</link>
    <description>Hi all,&lt;BR /&gt;We have HPUX 11.11 and have room on the disks of our EVA 4400 to extend some LVs. I have OnlineJFS and would like to do this through SAM. Here are my questions:&lt;BR /&gt;- Can I safely do this through SAM? &lt;BR /&gt;- Will SAM do the lvextend as well as the fsadm portions of the tasks? &lt;BR /&gt;- Will unmounting or re-booting be required?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Mauro</description>
    <pubDate>Fri, 06 Aug 2010 17:50:20 GMT</pubDate>
    <dc:creator>Mauro Livi</dc:creator>
    <dc:date>2010-08-06T17:50:20Z</dc:date>
    <item>
      <title>Extending LV through SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671489#M381817</link>
      <description>Hi all,&lt;BR /&gt;We have HPUX 11.11 and have room on the disks of our EVA 4400 to extend some LVs. I have OnlineJFS and would like to do this through SAM. Here are my questions:&lt;BR /&gt;- Can I safely do this through SAM? &lt;BR /&gt;- Will SAM do the lvextend as well as the fsadm portions of the tasks? &lt;BR /&gt;- Will unmounting or re-booting be required?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Mauro</description>
      <pubDate>Fri, 06 Aug 2010 17:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671489#M381817</guid>
      <dc:creator>Mauro Livi</dc:creator>
      <dc:date>2010-08-06T17:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extending LV through SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671490#M381818</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Can I safely do this through SAM? &lt;BR /&gt;Yes.&lt;BR /&gt;&amp;gt;&amp;gt;Will SAM do the lvextend as well as the fsadm portions of the tasks? &lt;BR /&gt;Yes.&lt;BR /&gt;&amp;gt;&amp;gt;Will unmounting or re-booting be required?&lt;BR /&gt;No.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Fri, 06 Aug 2010 18:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671490#M381818</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2010-08-06T18:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extending LV through SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671491#M381819</link>
      <description>Thanks Suraj,&lt;BR /&gt;Kind of thought so, just wondered if there were any gotchas.</description>
      <pubDate>Fri, 06 Aug 2010 18:54:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671491#M381819</guid>
      <dc:creator>Mauro Livi</dc:creator>
      <dc:date>2010-08-06T18:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extending LV through SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671492#M381820</link>
      <description>FYI: I had a problem couple of years ago with trying to extend a filesystem with SAM and OnLineJFS installed, but SAM said it could not unmount the FS so it refused to do it. Turned out to be a bug in the OnLineJFS install did not set some config param in SAM correctly. One time I ran into this, HP gave me a couple of commands to run to fix it. Later there was a patch to SAM to fix it. I could not find my notes so you will have to open a case with HP if you hit that wall.&lt;BR /&gt;My 2 cents,&lt;BR /&gt;-Dave</description>
      <pubDate>Fri, 06 Aug 2010 20:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671492#M381820</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2010-08-06T20:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extending LV through SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671493#M381821</link>
      <description>my 2 cents,&lt;BR /&gt;&lt;BR /&gt;don't count on SAM, for anything, always seems to have something broken... &lt;BR /&gt;&lt;BR /&gt;lvextend -L XXXX /dev/vgname/lvolname&lt;BR /&gt;fsadm -b XXXXm /mountpoint&lt;BR /&gt;(XXXX is a number in MB)&lt;BR /&gt;&lt;BR /&gt;if you need to add another lun to the vg then add do that first then extend the lvol.&lt;BR /&gt;pvcreate /dev/rdsk/cxtxdx&lt;BR /&gt;vgextend /dev/vganem /dev/dsk/cxtdxdx&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Aug 2010 20:34:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671493#M381821</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-08-06T20:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extending LV through SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671494#M381822</link>
      <description>Thanks Dave &amp;amp; Tim...all valuable input.&lt;BR /&gt;&lt;BR /&gt;In fact Tim, you caused me to re-think that perhaps just to be on the safe side, I may want to do it manually.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Mauro&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Aug 2010 20:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671494#M381822</guid>
      <dc:creator>Mauro Livi</dc:creator>
      <dc:date>2010-08-06T20:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extending LV through SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671495#M381823</link>
      <description>Since you run 11.11 don't extend vdisks on EVA.&lt;BR /&gt;&lt;BR /&gt;You need to create new vdisks and add them to your existing VGs.&lt;BR /&gt;&lt;BR /&gt;This is an easy task and even SAM can do it.&lt;BR /&gt;&lt;BR /&gt;But it's no problem to do it manually - just pvcreate the new LUN, vgextend, lvextend and finally extend the file system.&lt;BR /&gt;&lt;BR /&gt;Check if you use striping before you begin, maybe you need to add more than 1 LUN.</description>
      <pubDate>Sun, 08 Aug 2010 04:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671495#M381823</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-08-08T04:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extending LV through SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671496#M381824</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;always go in command line&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Sun, 08 Aug 2010 14:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671496#M381824</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-08-08T14:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extending LV through SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671497#M381825</link>
      <description>Interesting comment Torsten. Out of curiosity, is there a specific reason for not extending an LVOL on an EVA???&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Mauro</description>
      <pubDate>Mon, 09 Aug 2010 14:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-lv-through-sam/m-p/4671497#M381825</guid>
      <dc:creator>Mauro Livi</dc:creator>
      <dc:date>2010-08-09T14:38:05Z</dc:date>
    </item>
  </channel>
</rss>

