<?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: hard disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/3365421#M194785</link>
    <description>Hi,&lt;BR /&gt;The first thing you can check whether mirroring software is installed or not by just swlist command.&lt;BR /&gt;Then&lt;BR /&gt;For hard disk mirrored or not lvdisplay -v &lt;BR /&gt;will tell you.&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol1&lt;BR /&gt;Here the 5th row will tell you that &lt;BR /&gt;mirror copies of this lv is either 0,1 or 2 &lt;BR /&gt;0 = no mirror&lt;BR /&gt;1 = 1 mirror &lt;BR /&gt;2 = 2 mirrors&lt;BR /&gt;Also next you will get the disks which are involved in the mirrorin.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Aug 2004 00:32:05 GMT</pubDate>
    <dc:creator>Shaikh Imran</dc:creator>
    <dc:date>2004-08-26T00:32:05Z</dc:date>
    <item>
      <title>hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/3365419#M194783</link>
      <description>Dear All&lt;BR /&gt;i have HPUX 11i system how can i show the hardware of the system specially that i want to see if the hardisk is mirrored or not&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Aug 2004 00:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/3365419#M194783</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-08-26T00:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/3365420#M194784</link>
      <description>HI Fadia,&lt;BR /&gt;To see what hardware you have you have no. of commands but i think you are looking for this:&lt;BR /&gt;# ioscan -fn&lt;BR /&gt;&lt;BR /&gt;Then if you want to see whether the harddisk is mirrored or not then:&lt;BR /&gt;&lt;BR /&gt;1. Identify the Logical Volume on that disk.&lt;BR /&gt;2. # lvdisplay &lt;LOGICALVOLUMENAME&gt; | grep mirror&lt;BR /&gt;&lt;BR /&gt;If this says mirror 0 then it is not mirrored otherwise if it is 1 or 2 then it is mirrored.&lt;BR /&gt;&lt;BR /&gt;Now to identify which lv is on which device:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;This will show you the disk e.g. /dev/dsk/c0t0d0 then&lt;BR /&gt;# lvdisplay -v &lt;LVNAME&gt; &lt;BR /&gt;This will list the LV attributes along with the PV it is using i.e. e.g. /dev/dsk/c0t0d0&lt;BR /&gt;Hope that helps,&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LVNAME&gt;&lt;/LOGICALVOLUMENAME&gt;</description>
      <pubDate>Thu, 26 Aug 2004 00:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/3365420#M194784</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-08-26T00:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/3365421#M194785</link>
      <description>Hi,&lt;BR /&gt;The first thing you can check whether mirroring software is installed or not by just swlist command.&lt;BR /&gt;Then&lt;BR /&gt;For hard disk mirrored or not lvdisplay -v &lt;BR /&gt;will tell you.&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol1&lt;BR /&gt;Here the 5th row will tell you that &lt;BR /&gt;mirror copies of this lv is either 0,1 or 2 &lt;BR /&gt;0 = no mirror&lt;BR /&gt;1 = 1 mirror &lt;BR /&gt;2 = 2 mirrors&lt;BR /&gt;Also next you will get the disks which are involved in the mirrorin.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Aug 2004 00:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/3365421#M194785</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-08-26T00:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/3365422#M194786</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you want to know what's in your system, use ioscan.&lt;BR /&gt;For disks: ioscan -fnCdisk&lt;BR /&gt;&lt;BR /&gt;If you have mirroring, it can be arranged by the hardware so this depends on what kind of hardware you have and the tools to show it.&lt;BR /&gt;&lt;BR /&gt;If you are talking about software mirrors, you must have MirrorDisk/UX(you must have a license) installed. Mirroring is then configured at logicalvolume level.&lt;BR /&gt;lvdisplay /dev/vgxx/lvolx will show the number of mirrors configured for a specific lvol.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 26 Aug 2004 00:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/3365422#M194786</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-08-26T00:33:14Z</dc:date>
    </item>
  </channel>
</rss>

