<?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: how to diffenciate raid-4 and raid-5 disk in hp-ux 11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857632#M832840</link>
    <description>Thank you</description>
    <pubDate>Wed, 13 Jul 2005 19:56:17 GMT</pubDate>
    <dc:creator>twtandigi.com.my</dc:creator>
    <dc:date>2005-07-13T19:56:17Z</dc:date>
    <item>
      <title>how to diffenciate raid-4 and raid-5 disk in hp-ux 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857626#M832834</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i have trouble in finding out if the system is configured with raid-4 or raid-5?&lt;BR /&gt;by the way, &lt;BR /&gt;does any body know how to user the cpio command?&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 01:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857626#M832834</guid>
      <dc:creator>twtandigi.com.my</dc:creator>
      <dc:date>2004-08-11T01:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to diffenciate raid-4 and raid-5 disk in hp-ux 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857627#M832835</link>
      <description>Unless we know what type of disk array is attached it is hard to tell.&lt;BR /&gt;&lt;BR /&gt;extract example&lt;BR /&gt;# cpio -icuvdB &amp;lt; /dev/rmt/0mn &lt;BR /&gt;you could also include a directory with quotes.&lt;BR /&gt;&lt;BR /&gt;Reading the tape&lt;BR /&gt;# cpio -icu &amp;lt; /dev/rmt/0mn   (Creating CONTROL file)&lt;BR /&gt;second time&lt;BR /&gt;# cpio -icu &amp;lt; /dev/rmt/0mn   (creates index file to see what is on the tape.&lt;BR /&gt;&lt;BR /&gt;There are many different ways, please also consult the man pages.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 01:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857627#M832835</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-08-11T01:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to diffenciate raid-4 and raid-5 disk in hp-ux 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857628#M832836</link>
      <description>what kind of information do i need to provide in order to diagnose whit type of raid i am currently using on the system?</description>
      <pubDate>Wed, 11 Aug 2004 01:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857628#M832836</guid>
      <dc:creator>twtandigi.com.my</dc:creator>
      <dc:date>2004-08-11T01:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to diffenciate raid-4 and raid-5 disk in hp-ux 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857629#M832837</link>
      <description>That's because the raid sits in the disk array, not actually on the server. The server only knows about LUN's (disks) not actually how they are set up. &lt;BR /&gt;&lt;BR /&gt;For example, if I had an array that used the 'arraydsp' tools, then you could use this to tell you. &lt;BR /&gt;&lt;BR /&gt;# arraydsp -a (basically gives everything, see man page)&lt;BR /&gt;&lt;BR /&gt;If you were using an EMC array of some kind, other tools would be needed. So do you know what is attached to your server? If not perhaps post a copy of your 'ioscan -fnk' output and we may be able to identify it.</description>
      <pubDate>Wed, 11 Aug 2004 01:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857629#M832837</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-08-11T01:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to diffenciate raid-4 and raid-5 disk in hp-ux 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857630#M832838</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ItÂ´s very unlike to have RAID4, it is not used generally. Anyway, youÂ´ll need an array manager software to obtain your lun configuration. As Tully said, RAID is not done in hp-ux, but in hardware. The only RAID like you can have in hp-ux software is LVM Mirror, equivalent to RAID1. Also, full VxVM over hp-ux gives you the RAID5, RAID1, RAID1+0 and RAID0+1 capabilities.&lt;BR /&gt;&lt;BR /&gt;If you post the array hardware model, itÂ´s going to be easier to say what tool you should use. If this array was configured with sam, and it is patched acordingly, you can see array configuration in some array models through sam.&lt;BR /&gt;&lt;BR /&gt;the commands i know to see array configuration, if you have the software installed, are:&lt;BR /&gt;amdsp -i  # for FCÂ´s&lt;BR /&gt;amdsp -a &lt;ARRAY_ID&gt; # for FCÂ´s &lt;BR /&gt;armdsp -i # for VAÂ´s &lt;BR /&gt;armdsp -a &lt;ARRAY_ID&gt; # for VAÂ´s &lt;BR /&gt;&lt;BR /&gt;You can look for them with this command:&lt;BR /&gt;swlist -l file | grep -e amdsp -e armdsp&lt;BR /&gt;&lt;BR /&gt;Concerning cpio:&lt;BR /&gt;backup&lt;BR /&gt;------&lt;BR /&gt;for relative paths&lt;BR /&gt;find . | cpio -ovB &amp;gt; /dev/rmt/0m&lt;BR /&gt;for absolute paths&lt;BR /&gt;find /usr | cpio -ovB &amp;gt; /dev/rmt/0mn&lt;BR /&gt;Restore&lt;BR /&gt;-------&lt;BR /&gt;cpio -ivdB &amp;lt; /dev/rmt/0m&lt;BR /&gt;Verify&lt;BR /&gt;------&lt;BR /&gt;cpio -ivtB &amp;lt; /dev/rmt/0m&lt;BR /&gt;Copy disk-to-disk(tree copy)&lt;BR /&gt;----------------------------&lt;BR /&gt;find . | cpio -pvdum /destination_dir&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/ARRAY_ID&gt;&lt;/ARRAY_ID&gt;</description>
      <pubDate>Thu, 12 Aug 2004 07:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857630#M832838</guid>
      <dc:creator>Celso Medina Kern</dc:creator>
      <dc:date>2004-08-12T07:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to diffenciate raid-4 and raid-5 disk in hp-ux 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857631#M832839</link>
      <description>i got the information tha i needed about the raid configuration on my system. &lt;BR /&gt;&lt;BR /&gt;thank you for the advise.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2004 22:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857631#M832839</guid>
      <dc:creator>twtandigi.com.my</dc:creator>
      <dc:date>2004-08-12T22:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to diffenciate raid-4 and raid-5 disk in hp-ux 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857632#M832840</link>
      <description>Thank you</description>
      <pubDate>Wed, 13 Jul 2005 19:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-diffenciate-raid-4-and-raid-5-disk-in-hp-ux-11/m-p/4857632#M832840</guid>
      <dc:creator>twtandigi.com.my</dc:creator>
      <dc:date>2005-07-13T19:56:17Z</dc:date>
    </item>
  </channel>
</rss>

