<?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: identifying the raid in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583617#M374091</link>
    <description>RAID concept explained below thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1266133494488+28353475&amp;amp;threadId=1370405" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1266133494488+28353475&amp;amp;threadId=1370405&lt;/A&gt;</description>
    <pubDate>Sun, 14 Feb 2010 07:51:41 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2010-02-14T07:51:41Z</dc:date>
    <item>
      <title>identifying the raid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583615#M374089</link>
      <description>we are using raid1 and raid 5 for allocating pv to vg, now we need to extend the file system. so now i need to find in which raid configuration the particular vg  was used before and as well as in which disk group it was allocated...&lt;BR /&gt;&lt;BR /&gt;how to find that.</description>
      <pubDate>Sun, 14 Feb 2010 06:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583615#M374089</guid>
      <dc:creator>newunix</dc:creator>
      <dc:date>2010-02-14T06:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: identifying the raid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583616#M374090</link>
      <description>&amp;gt;&amp;gt;we are using raid1 and raid 5 for allocating pv to vg,&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;well i understand are you refering from "Storage side" ?? Not from Server side&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;now we need to extend the file system. &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;# vgdisplay /dev/vgname -&amp;gt; from output (look for Free PE * PE Size = unused space or free space)&lt;BR /&gt;then&lt;BR /&gt;# lvextend -L &lt;OLD&gt; /dev/vgname/lvolname&lt;BR /&gt;# fsadm -F vxfs -b &lt;OLD&gt;M /File_System_name&lt;BR /&gt;&lt;BR /&gt;(man vgdisplay , lvextend) -&amp;gt; for examples&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;so now i need to find in which raid configuration the particular vg was used before and as well as in which disk group it was allocated...&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;depends on which storage your using talking about (intenal / External ) ? XP,EMC,EVA ?? they have their own commands for finding&lt;BR /&gt;Better you need to find form your "Storage Team" / Storage Admin "rais configuration of that "particular vg"&lt;/OLD&gt;&lt;/OLD&gt;</description>
      <pubDate>Sun, 14 Feb 2010 07:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583616#M374090</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-14T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: identifying the raid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583617#M374091</link>
      <description>RAID concept explained below thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1266133494488+28353475&amp;amp;threadId=1370405" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1266133494488+28353475&amp;amp;threadId=1370405&lt;/A&gt;</description>
      <pubDate>Sun, 14 Feb 2010 07:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583617#M374091</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-14T07:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: identifying the raid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583618#M374092</link>
      <description>This really depends on your storage device - what is it?</description>
      <pubDate>Sun, 14 Feb 2010 17:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583618#M374092</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-02-14T17:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: identifying the raid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583619#M374093</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;In LVM there is only raid 0 (* striping *) and raid 1 ( mirroring ) - raid 5 will be on a disk array.&lt;BR /&gt;&lt;BR /&gt;To check to see if you have raid 1 in LVM, use :&lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vg##/lvol#&lt;BR /&gt;&lt;BR /&gt;...and refer to the 'mirrored copied' data field.  0 = no mirrors.  1 = one mirror and most common. 2 = 2 mirrors most often used now for data migrations since you can perform the migration online.&lt;BR /&gt;&lt;BR /&gt;Question:  What is your disk array?</description>
      <pubDate>Sun, 14 Feb 2010 20:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-raid/m-p/4583619#M374093</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-14T20:24:25Z</dc:date>
    </item>
  </channel>
</rss>

