<?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 find out which filesystems belongs to which disk or I/O controller in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780545#M263141</link>
    <description>&lt;BR /&gt;Hi Unix gurus,&lt;BR /&gt;&lt;BR /&gt;Thanks once again.&lt;BR /&gt;&lt;BR /&gt;Please see my previous update.&lt;BR /&gt;&lt;BR /&gt;Also I need this for Sun Solaris and Linux. &lt;BR /&gt;&lt;BR /&gt;Please help with commands for these Unix. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ezhil&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 05 May 2006 14:48:41 GMT</pubDate>
    <dc:creator>ezhilarasan_1</dc:creator>
    <dc:date>2006-05-05T14:48:41Z</dc:date>
    <item>
      <title>How to find out which filesystems belongs to which disk or I/O controller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780536#M263132</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;    How to find out which filesystems belongs to which disk or I/O controller&lt;BR /&gt;This info will be useful to distribute I/O load evenly by scattering the datafiles&lt;BR /&gt;among filesystems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ezhil&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 00:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780536#M263132</guid>
      <dc:creator>ezhilarasan_1</dc:creator>
      <dc:date>2006-05-02T00:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which filesystems belongs to which disk or I/O controller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780537#M263133</link>
      <description>hi ezhilarasan,&lt;BR /&gt;&lt;BR /&gt;I think the following command will be userful for you.&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v &lt;FILESYSTEM&gt;|more&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Onur&lt;BR /&gt;&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/lvorasoft&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;.........................&lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV  &lt;BR /&gt;   /dev/dsk/c0t3d0    813       813       &lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                PE1   Status 1 &lt;BR /&gt;   00000 /dev/dsk/c0t3d0    00000 current  &lt;BR /&gt;   00001 /dev/dsk/c0t3d0    00001 current  &lt;BR /&gt;   00002 /dev/dsk/c0t3d0    00002 current  &lt;BR /&gt;   00003 /dev/dsk/c0t3d0    00003 current  &lt;BR /&gt;   00004 /dev/dsk/c0t3d0    00004 current  &lt;BR /&gt;..............................&lt;BR /&gt;..............................&lt;BR /&gt;&lt;/FILESYSTEM&gt;</description>
      <pubDate>Tue, 02 May 2006 00:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780537#M263133</guid>
      <dc:creator>Onur Karakan</dc:creator>
      <dc:date>2006-05-02T00:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which filesystems belongs to which disk or I/O controller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780538#M263134</link>
      <description>lvdisplay will tell you the about which FS is on which disk.&lt;BR /&gt;For i/o controller information, you need to give us more infomration. It depends on what type of SAN/NAS you use. You will have to relate the disks to controller and in turn relate those lvols to controllers. Check primary and alternate paths for lvols.</description>
      <pubDate>Tue, 02 May 2006 01:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780538#M263134</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-05-02T01:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which filesystems belongs to which disk or I/O controller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780539#M263135</link>
      <description>with the bdf get the logical volume corresponding to the filesystem you are looking and then lvdisplay on that logical volume with -v option will give you the disk on which that LV is spread. Now you can then do a ioscan -fn and get the disk and controllers in the system and try to map the controller on which that disk resides.&lt;BR /&gt;You could also do a pvdisplay on each disk to see what LV are created on those disks (this is the backward method to go)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 01:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780539#M263135</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2006-05-02T01:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which filesystems belongs to which disk or I/O controller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780540#M263136</link>
      <description>Hi Ezhil&lt;BR /&gt;&lt;BR /&gt;I usually do it the other way around.&lt;BR /&gt;I mean, I do a vgdisplay first to get the &lt;BR /&gt;disks in the volumegroup.&lt;BR /&gt;&lt;BR /&gt;Then I use pvdisplay -v /dev/dsk/cxtxdx |more&lt;BR /&gt;to get the list of logical volumes on that disk:&lt;BR /&gt;--- Distribution of physical volume ---&lt;BR /&gt;   LV Name            LE of LV  PE for LV&lt;BR /&gt;   /dev/vg00/lvol1    11        11&lt;BR /&gt;   /dev/vg00/lvol2    128       128&lt;BR /&gt;   /dev/vg00/lvol3    18        18&lt;BR /&gt;   /dev/vg00/lvol4    38        38&lt;BR /&gt;   /dev/vg00/lvol5    3         3&lt;BR /&gt;   /dev/vg00/lvol6    175       175&lt;BR /&gt;   /dev/vg00/lvol7    150       150&lt;BR /&gt;   /dev/vg00/lvol8    200       200&lt;BR /&gt;   /dev/vg00/lvol9    1000      1000&lt;BR /&gt;   /dev/vg00/lvorasys 938       938&lt;BR /&gt;   /dev/vg00/temp     250       250&lt;BR /&gt;-&lt;BR /&gt;This way you can see if there are more things&lt;BR /&gt;going on like mirrorring, striping etc..&lt;BR /&gt;The patterns is clearer&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 01:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780540#M263136</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-05-02T01:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which filesystems belongs to which disk or I/O controller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780541#M263137</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this script&lt;BR /&gt;&lt;BR /&gt;for i in `vgdisplay | grep 'VG Name' | awk '{print $NF}'`&lt;BR /&gt; do&lt;BR /&gt;  for j in `vgdisplay -v $i | grep 'LV Name' | awk '{print $NF}'`&lt;BR /&gt;    do&lt;BR /&gt;     echo "$j \c"&lt;BR /&gt;     lvdisplay -v $j | awk '/Distribution/,/Logical extents/ {print $1}' | grep '/dev/dsk' | cut -f 4 -d "/" | awk 'ORS=" ";{print $0}'&lt;BR /&gt;     echo "\r"&lt;BR /&gt;    done&lt;BR /&gt; done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will give you which disks are used by each logical volume. You can develop on this script to get what you want.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Tue, 02 May 2006 02:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780541#M263137</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-02T02:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which filesystems belongs to which disk or I/O controller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780542#M263138</link>
      <description>Hi ezhilarasan  ,&lt;BR /&gt;&lt;BR /&gt;1. Do a bdf and check the lvols that refering to  to that Filesystem.&lt;BR /&gt;&lt;BR /&gt;Then use lvdisplay -v lvname to check the disk belongs to.&lt;BR /&gt;&lt;BR /&gt;# echo "lvolname \c" ; lvdisplay -v lvolname | grep -v current | grep dsk | awk '{print $1}'&lt;BR /&gt;&lt;BR /&gt;2. Do a ioscan -fnC disk , to check which controller that disk belongs to.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 02 May 2006 03:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780542#M263138</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-05-02T03:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which filesystems belongs to which disk or I/O controller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780543#M263139</link>
      <description>Hi Unix experts,&lt;BR /&gt;&lt;BR /&gt;   Thanks for your knowledge update in this topic.&lt;BR /&gt;&lt;BR /&gt;   I need this also for Sun Solaris and Linux. &lt;BR /&gt;&lt;BR /&gt;Please help. thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ezhil&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 03:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780543#M263139</guid>
      <dc:creator>ezhilarasan_1</dc:creator>
      <dc:date>2006-05-02T03:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which filesystems belongs to which disk or I/O controller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780544#M263140</link>
      <description>The script given by Ninad is very good.&lt;BR /&gt;&lt;BR /&gt;But the only thing is it will display each device twice, as the rule is matched twice.&lt;BR /&gt;&lt;BR /&gt;Replace this command &lt;BR /&gt;&lt;BR /&gt;lvdisplay -v $j | awk '/Distribution/,/Logical extents/ {print $1}' | grep '/dev/dsk' | cut -f 4 -d "/" | awk 'ORS=" ";{print $0}'&lt;BR /&gt;&lt;BR /&gt;with &lt;BR /&gt;&lt;BR /&gt;lvdisplay -v $j | awk '/Distribution/,/Logical extents/ {print $1}' | grep '/dev/dsk' | cut -f 4 -d "/" | awk 'BEGIN { ORS=" "} ; {print $0}'&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 03:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780544#M263140</guid>
      <dc:creator>Prasad Joshi</dc:creator>
      <dc:date>2006-05-03T03:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which filesystems belongs to which disk or I/O controller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780545#M263141</link>
      <description>&lt;BR /&gt;Hi Unix gurus,&lt;BR /&gt;&lt;BR /&gt;Thanks once again.&lt;BR /&gt;&lt;BR /&gt;Please see my previous update.&lt;BR /&gt;&lt;BR /&gt;Also I need this for Sun Solaris and Linux. &lt;BR /&gt;&lt;BR /&gt;Please help with commands for these Unix. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ezhil&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 May 2006 14:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-which-filesystems-belongs-to-which-disk-or-i-o/m-p/3780545#M263141</guid>
      <dc:creator>ezhilarasan_1</dc:creator>
      <dc:date>2006-05-05T14:48:41Z</dc:date>
    </item>
  </channel>
</rss>

