<?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: RESIZED Lun from EVA to HP UNIX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172887#M561127</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Best bet is to present larger LUNS and migrate the the data.&lt;BR /&gt;&lt;BR /&gt;You may have to do it one LUN at a time if you don't have the space.&lt;BR /&gt;&lt;BR /&gt;That is the best way. Increasing them in place works sometimes with HP provided EVA/MSA disk, sometimes does not.&lt;BR /&gt;&lt;BR /&gt;I would schedule some downtime and see how an increase works. If it is not recognized, go for the new LUN idea.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 03 May 2009 12:24:05 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-05-03T12:24:05Z</dc:date>
    <item>
      <title>RESIZED Lun from EVA to HP UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172886#M561126</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We are using HP Unix 11.23 and the server is connected to EVA8000.&lt;BR /&gt;&lt;BR /&gt;From EVA 9 Lun's are presented to the HP Unix Servers. From that 8 of the lun's are using for ASM (ORACLE) as raw disk and one lun is using for FileSystem.&lt;BR /&gt;&lt;BR /&gt;Now we want to increase the size of lun's from 200GB to 300GB for one of the lun's using for ASM and Filesystem.&lt;BR /&gt;&lt;BR /&gt;From EVA it is possible to resize the existing LUN. What about HP Unix Servers?&lt;BR /&gt;&lt;BR /&gt;How i can able to get the new lunsize 300GB in HP Unix servers?&lt;BR /&gt;&lt;BR /&gt;We don't want to present any extra lun to the server as the sanp clone is having some limitations regarding the maximum number of lun's?&lt;BR /&gt;&lt;BR /&gt;Manoj K</description>
      <pubDate>Sun, 03 May 2009 08:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172886#M561126</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2009-05-03T08:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: RESIZED Lun from EVA to HP UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172887#M561127</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Best bet is to present larger LUNS and migrate the the data.&lt;BR /&gt;&lt;BR /&gt;You may have to do it one LUN at a time if you don't have the space.&lt;BR /&gt;&lt;BR /&gt;That is the best way. Increasing them in place works sometimes with HP provided EVA/MSA disk, sometimes does not.&lt;BR /&gt;&lt;BR /&gt;I would schedule some downtime and see how an increase works. If it is not recognized, go for the new LUN idea.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 03 May 2009 12:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172887#M561127</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-03T12:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: RESIZED Lun from EVA to HP UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172888#M561128</link>
      <description>see this vgmodify white paper&lt;BR /&gt;&lt;BR /&gt;It works great.. Just be very very careful</description>
      <pubDate>Mon, 04 May 2009 01:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172888#M561128</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-05-04T01:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: RESIZED Lun from EVA to HP UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172889#M561129</link>
      <description>Emily attachment has all the information.&lt;BR /&gt;&lt;BR /&gt;after changing the LUN size to 300GB&lt;BR /&gt;&lt;BR /&gt;you can verify the size by&lt;BR /&gt;diskinfo /dev/rdsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;If you dont want to take vgmodify route. Then you can do this online&lt;BR /&gt;&lt;BR /&gt;I have done this for filesystem NOT for the ASM&lt;BR /&gt;1) create a new lun 300GB (atleast for the filesystem) on the EVA&lt;BR /&gt;2) ioscan&lt;BR /&gt;3) insf -e -C disk&lt;BR /&gt;4) diskinfo /dev/rdsk/c#t#d#&lt;BR /&gt;5) pvcreate /dev/rdsk/c#t#d#&lt;BR /&gt;6) vgextend /dev/dsk/c#t#d# vgname&lt;BR /&gt;7) mirror the exiting lvol to the new disk lvextend -m 1&lt;BR /&gt;8) after it is done&lt;BR /&gt;9) break the mirror form the old lun lvextend -m 0 &lt;BR /&gt;10) vgreduce the old-lun (200GB)&lt;BR /&gt;11) delete this lun from eva&lt;BR /&gt;12) rmsf the dev files for the old lun</description>
      <pubDate>Mon, 04 May 2009 05:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172889#M561129</guid>
      <dc:creator>Basheer_2</dc:creator>
      <dc:date>2009-05-04T05:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: RESIZED Lun from EVA to HP UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172890#M561130</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for the support.&lt;BR /&gt;&lt;BR /&gt;We have achived the same for the RAW Disks which is configured in ASM (ORACLE).&lt;BR /&gt;&lt;BR /&gt;The only problem with the Lun extension is we have to stop the ASM (Complte Database) because after only stopping the ASM OS is recogonizing the NEW size of lun.&lt;BR /&gt;&lt;BR /&gt;Then we were started the ASM and run the  following command and it is worked fine with out any data lose.&lt;BR /&gt;&lt;BR /&gt;ALTER DISKGROUP &lt;DG name=""&gt; RESIZE DISK &lt;DISK name="" in="" asm=""&gt; SIZE 300G;&lt;BR /&gt;&lt;BR /&gt;For file system we are not at all able to extend the size in lvm after OS recogonized the new size also.&lt;BR /&gt;&lt;BR /&gt;Manoj K&lt;/DISK&gt;&lt;/DG&gt;</description>
      <pubDate>Sun, 10 May 2009 09:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172890#M561130</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2009-05-10T09:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: RESIZED Lun from EVA to HP UNIX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172891#M561131</link>
      <description>I am closing the thread as per the above given details.</description>
      <pubDate>Sun, 10 May 2009 09:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resized-lun-from-eva-to-hp-unix/m-p/5172891#M561131</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2009-05-10T09:03:37Z</dc:date>
    </item>
  </channel>
</rss>

