<?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 a raw device file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609547#M376545</link>
    <description>HI&lt;BR /&gt;&lt;BR /&gt;fstyp /dev/vg/rlvol (* note the 'r'lvol *)&lt;BR /&gt;&lt;BR /&gt;If its not vxfs or hfs then it's raw for it hasn't been 'newfs'd&lt;BR /&gt;&lt;BR /&gt;ls -ld /dev/vg/rlvol - if its not owned by root but is by an application or database&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vg/lvol&lt;BR /&gt;&lt;BR /&gt;from the application or database.&lt;BR /&gt;NoTE:  This is the whole point of using raw lvols, to give control to the application or database.  So why wouldn't you be able to see what you need from here?</description>
    <pubDate>Tue, 30 Mar 2010 12:27:47 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2010-03-30T12:27:47Z</dc:date>
    <item>
      <title>Identifying a raw device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609546#M376544</link>
      <description>Hi,&lt;BR /&gt;Need help in identify a raw device file in Unix.&lt;BR /&gt;There is an logical volume /dev/vgdb/lvol1 which has no file-system mounted, but has many process associated with this volume when I do an fuser -u /dev/vgdb/lvol1.&lt;BR /&gt;How do I identify that this is a raw device file.&lt;BR /&gt;There are no oracle databases running on the server. There is one more logical volume - /dev/vgdb/lvora which is mounted &amp;amp; also shows the same process as that for /dev/vgdb/lvol1.&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 30 Mar 2010 11:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609546#M376544</guid>
      <dc:creator>mjos</dc:creator>
      <dc:date>2010-03-30T11:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a raw device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609547#M376545</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;fstyp /dev/vg/rlvol (* note the 'r'lvol *)&lt;BR /&gt;&lt;BR /&gt;If its not vxfs or hfs then it's raw for it hasn't been 'newfs'd&lt;BR /&gt;&lt;BR /&gt;ls -ld /dev/vg/rlvol - if its not owned by root but is by an application or database&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vg/lvol&lt;BR /&gt;&lt;BR /&gt;from the application or database.&lt;BR /&gt;NoTE:  This is the whole point of using raw lvols, to give control to the application or database.  So why wouldn't you be able to see what you need from here?</description>
      <pubDate>Tue, 30 Mar 2010 12:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609547#M376545</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-03-30T12:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a raw device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609548#M376546</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; How do I identify that this is a raw device file.&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;&lt;BR /&gt;# ls -l filename&lt;BR /&gt;&lt;BR /&gt;Something like:&lt;BR /&gt;&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010001 Feb 17 15:11 /dev/vg01/rlvol1&lt;BR /&gt;&lt;BR /&gt;...is a raw device file.  The 'c' signifies a character (raw) device file.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 30 Mar 2010 12:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609548#M376546</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-03-30T12:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a raw device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609549#M376547</link>
      <description># fstyp /dev/vgdb/rlvol1&lt;BR /&gt;vxfs&lt;BR /&gt;# ls -ld /dev/vgdb/rlvol1&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010001 Nov 20 13:57 /dev/vgdb01/rlvol1&lt;BR /&gt;&lt;BR /&gt;# cd /dev/vgdb&lt;BR /&gt;# ll&lt;BR /&gt;total 0&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x010000 Nov 20 13:53 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010001 Nov 20 13:57 lvol1&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010001 Nov 20 13:57 lvora1&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010001 Nov 20 13:57 rlvol1&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010001 Nov 20 13:57 rlvora1&lt;BR /&gt;&lt;BR /&gt;fuser -u /dev/vgdb01/lvol1 --&amp;gt; shows processes associated with this lv.&lt;BR /&gt;These are the same process that are also associated with /dev/vgdb01/lvora1.&lt;BR /&gt;&lt;BR /&gt;/dev/vgdb01/lvol1 is not mounted &amp;amp; doesn't have any file-system associated with this LV.&lt;BR /&gt;I am unable to remove this lv as it shows "sparing operation in progress"</description>
      <pubDate>Wed, 31 Mar 2010 08:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609549#M376547</guid>
      <dc:creator>mjos</dc:creator>
      <dc:date>2010-03-31T08:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a raw device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609550#M376548</link>
      <description>what does ll /dev/vg*/group, ll /dev/vgdb, and ll /dev/vgdb01 show? Any duplicates in minor numbers?&lt;BR /&gt;It's strange that your ls -ld command showed your lvol mapped to a different volume group.&lt;BR /&gt;what is the output of vgdisplay -v /dev/vgdb01?&lt;BR /&gt;If you do not need vgdb01 you could consider trying a vgexport of that volume group. &lt;BR /&gt;&lt;BR /&gt;this thread may be of some reference:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=72437" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=72437&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2010 15:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-a-raw-device-file/m-p/4609550#M376548</guid>
      <dc:creator>S. Ney</dc:creator>
      <dc:date>2010-04-01T15:31:40Z</dc:date>
    </item>
  </channel>
</rss>

