<?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: Mapping Disk, with mount point ... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764392#M893833</link>
    <description>Physical Disks can be //logically// grouped or ungrouped to create logical volumes inside a volume group.&lt;BR /&gt;&lt;BR /&gt;Each logical volume is like a logical partition and it can be used for a file system.&lt;BR /&gt;&lt;BR /&gt;It is just like tablespaces and datafiles to understand from the DBA side.&lt;BR /&gt;&lt;BR /&gt;Tablespaces are logical and datafiles are physical.&lt;BR /&gt;&lt;BR /&gt;So you can use &lt;BR /&gt;pvdisplay &lt;BR /&gt;to query the physical disk to find which volume group it is belonging to.&lt;BR /&gt;&lt;BR /&gt;check this manual for more info&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html&lt;/A&gt;</description>
    <pubDate>Tue, 16 Jul 2002 03:42:27 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-07-16T03:42:27Z</dc:date>
    <item>
      <title>Mapping Disk, with mount point ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764386#M893827</link>
      <description>Hi Friends,&lt;BR /&gt;When I want to know the disk-activity, I use,&lt;BR /&gt;"#sar -d n n" &lt;BR /&gt;it shows the device name like c0t6d0.&lt;BR /&gt;Now how to map it with the mount poins like /u01 or /u02.&lt;BR /&gt;&lt;BR /&gt;One more question,&lt;BR /&gt;#ioscan -fnC disk,&lt;BR /&gt;it gives detail of all the disks in the system.&lt;BR /&gt;it is showing, H/W Path, Driver S/W State, H/W Type etc,&lt;BR /&gt;again how to map these disks with the mount points.&lt;BR /&gt;&lt;BR /&gt;Please help me to understand it.&lt;BR /&gt;&lt;BR /&gt;Thanks in Adv&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shah&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 03:02:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764386#M893827</guid>
      <dc:creator>Shahbaz_1</dc:creator>
      <dc:date>2002-07-16T03:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Disk, with mount point ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764387#M893828</link>
      <description>Do a pvdisplay -v on the disk.&lt;BR /&gt;&lt;BR /&gt;For ex.,&lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/dsk/c0t6d0 will show you the distribution of the logical volumes.&lt;BR /&gt;&lt;BR /&gt;bdf command shows on what mount points these logical volumes are mounted.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 16 Jul 2002 03:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764387#M893828</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-07-16T03:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Disk, with mount point ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764388#M893829</link>
      <description>Hi Shah,&lt;BR /&gt;&lt;BR /&gt;I hate to say but you will need to take a class on Administering HP-UX. There are quite a number of things involved in setting up the system.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 16 Jul 2002 03:08:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764388#M893829</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-07-16T03:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Disk, with mount point ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764389#M893830</link>
      <description>A quick way is just run this ..&lt;BR /&gt;# pvdisplay -v /dev/dsk/c0t6d0 | more&lt;BR /&gt;and take a look at how it is distributed logical volume wise.&lt;BR /&gt;From there look at your /etc/fstab file or "bdf" command to find out which logical volume is mounted on which filesystem.</description>
      <pubDate>Tue, 16 Jul 2002 03:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764389#M893830</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-16T03:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Disk, with mount point ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764390#M893831</link>
      <description>And also,&lt;BR /&gt;&lt;BR /&gt;you will get a lot of answers by searching the threads in this forum as well in the knowledge database here.&lt;BR /&gt;&lt;BR /&gt;You will find a wealth of information there without having to wait for responses from the forum members.&lt;BR /&gt;&lt;BR /&gt;Just type in what you want and click search.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/enterService.do" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/enterService.do&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 03:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764390#M893831</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-07-16T03:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Disk, with mount point ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764391#M893832</link>
      <description>Hi Shah&lt;BR /&gt;&lt;BR /&gt;Here is a command that will map disks to hardware paths&lt;BR /&gt;&lt;BR /&gt;lssf $(strings /etc/lvmtab|grep dsk)|awk '{print $NF, $(NF-1)}' &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 03:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764391#M893832</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-07-16T03:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Disk, with mount point ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764392#M893833</link>
      <description>Physical Disks can be //logically// grouped or ungrouped to create logical volumes inside a volume group.&lt;BR /&gt;&lt;BR /&gt;Each logical volume is like a logical partition and it can be used for a file system.&lt;BR /&gt;&lt;BR /&gt;It is just like tablespaces and datafiles to understand from the DBA side.&lt;BR /&gt;&lt;BR /&gt;Tablespaces are logical and datafiles are physical.&lt;BR /&gt;&lt;BR /&gt;So you can use &lt;BR /&gt;pvdisplay &lt;BR /&gt;to query the physical disk to find which volume group it is belonging to.&lt;BR /&gt;&lt;BR /&gt;check this manual for more info&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html&lt;/A&gt;</description>
      <pubDate>Tue, 16 Jul 2002 03:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764392#M893833</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-07-16T03:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Disk, with mount point ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764393#M893834</link>
      <description>Shah,&lt;BR /&gt;&lt;BR /&gt;To associate mount points with physical volumes, I take the output of "bdf -l" to get the mount points and the lvm pathname and then compare that to the output of "vgdisplay -v" to tie the lvm path to the physical disk path.  For example:&lt;BR /&gt;yukon(157)root# bdf -l |grep vg01&lt;BR /&gt;/dev/vg01/lvol6    5120000    7566 4793677    0% /work6&lt;BR /&gt;/dev/vg01/lvol5    5120000 1117414 3752475   23% /work5&lt;BR /&gt;/dev/vg01/lvol4    5120000 2765301 2207554   56% /work4&lt;BR /&gt;/dev/vg01/lvol3    5120000 1664740 3241514   34% /work3&lt;BR /&gt;/dev/vg01/lvol2    5120000 3189564 1809942   64% /work2&lt;BR /&gt;/dev/vg01/lvol1    5120000 1324233 3564038   27% /work1&lt;BR /&gt;/dev/vg01/lvol8    1024000  838314  177484   83% /fair&lt;BR /&gt;/dev/vg01/lvol7    2048000 1055936  930079   53% /apps&lt;BR /&gt;yukon(158)root# vgdisplay -v vg01&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      8&lt;BR /&gt;Open LV                     8&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               4332&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    8660&lt;BR /&gt;Alloc PE                    8250&lt;BR /&gt;Free PE                     410&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg01/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5000&lt;BR /&gt;   Current LE                  1250&lt;BR /&gt;   Allocated PE                1250&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5000&lt;BR /&gt;   Current LE                  1250&lt;BR /&gt;   Allocated PE                1250&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5000&lt;BR /&gt;   Current LE                  1250&lt;BR /&gt;   Allocated PE                1250&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;   LV Name                     /dev/vg01/lvol4&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5000&lt;BR /&gt;   Current LE                  1250&lt;BR /&gt;   Allocated PE                1250&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol5&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5000&lt;BR /&gt;   Current LE                  1250&lt;BR /&gt;   Allocated PE                1250&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol6&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5000&lt;BR /&gt;   Current LE                  1250&lt;BR /&gt;   Allocated PE                1250&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol7&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            2000&lt;BR /&gt;   Current LE                  500&lt;BR /&gt;   Allocated PE                500&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol8&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1000&lt;BR /&gt;   Current LE                  250&lt;BR /&gt;   Allocated PE                250&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c17t0d4&lt;BR /&gt;   &lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4330&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c17t1d1&lt;BR /&gt;   &lt;BR /&gt;PV Status                   available&lt;BR /&gt;   Total PE                    4330&lt;BR /&gt;   Free PE                     410&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 10:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-disk-with-mount-point/m-p/2764393#M893834</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-07-16T10:16:15Z</dc:date>
    </item>
  </channel>
</rss>

