<?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: create a raw device from sam in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769144#M389865</link>
    <description>hi, &lt;BR /&gt;thanks for yr reply, but when i check the raw device created from the SAM i see not "unused"&lt;BR /&gt;it is normally.</description>
    <pubDate>Thu, 24 Mar 2011 06:48:49 GMT</pubDate>
    <dc:creator>bitou</dc:creator>
    <dc:date>2011-03-24T06:48:49Z</dc:date>
    <item>
      <title>create a raw device from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769141#M389862</link>
      <description>how can i create a raw device before installing a new database Oracle.&lt;BR /&gt;1-i need please the steps from scan&lt;BR /&gt;2-it is necessary to mount this raw device&lt;BR /&gt;3-how can i check if it is really created&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Mar 2011 12:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769141#M389862</guid>
      <dc:creator>bitou</dc:creator>
      <dc:date>2011-03-23T12:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: create a raw device from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769142#M389863</link>
      <description>Hello Bitou,&lt;BR /&gt;&lt;BR /&gt;It's been quite a few years but I believe the steps you are looking for are as follows:&lt;BR /&gt;&lt;BR /&gt;1. Using SAM,  go to Disks and find your unsed disks.&lt;BR /&gt;&lt;BR /&gt;2. Create a Volume Group.&lt;BR /&gt;&lt;BR /&gt;3. Create the required Logical Volumes.&lt;BR /&gt;&lt;BR /&gt;Then Oracle usually likes to have links set up to use the disk. So you would create the links to the logical volumes that you created.  There is no mount because you are not using a file system.&lt;BR /&gt;&lt;BR /&gt;Rick</description>
      <pubDate>Wed, 23 Mar 2011 13:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769142#M389863</guid>
      <dc:creator>RickT_1</dc:creator>
      <dc:date>2011-03-23T13:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: create a raw device from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769143#M389864</link>
      <description>You are confusing mounted filesystems with a raw volume. The steps are:&lt;BR /&gt; &lt;BR /&gt;1. pick a volume group that has the required amount of disk space&lt;BR /&gt; &lt;BR /&gt;2. run lvcreate to create the lvol.&lt;BR /&gt; &lt;BR /&gt;There isn't anything else to do. You'll need to use the -L option to choose the size, and optionally -n option to pick a name:&lt;BR /&gt; &lt;BR /&gt;lvcreate -L 10000 -n ora1 vgora&lt;BR /&gt; &lt;BR /&gt;where vgor is /dev/vgora that has at least 10 GB of free space, and /dev/vgora/rora1 is the name of the raw device for Oracle.</description>
      <pubDate>Wed, 23 Mar 2011 19:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769143#M389864</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-03-23T19:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: create a raw device from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769144#M389865</link>
      <description>hi, &lt;BR /&gt;thanks for yr reply, but when i check the raw device created from the SAM i see not "unused"&lt;BR /&gt;it is normally.</description>
      <pubDate>Thu, 24 Mar 2011 06:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769144#M389865</guid>
      <dc:creator>bitou</dc:creator>
      <dc:date>2011-03-24T06:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: create a raw device from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769145#M389866</link>
      <description>Bitou,&lt;BR /&gt;Why SAM, you can use command line to create and verify it easily.&lt;BR /&gt;&lt;BR /&gt;1. get the disk.&lt;BR /&gt;2. create a vg (with vgcreate) , or if you are using an existing vg then proceed to step 3.&lt;BR /&gt;3. create the raw LV, with lvcreate -n r_LVXX  &lt;BR /&gt;4. verify&lt;BR /&gt;- with ls -l to /dev/vgname/rr*&lt;BR /&gt;- lvdisplay /dev/vgname/r_LVXX&lt;BR /&gt;&lt;BR /&gt;Let us know if you need the exact commands, and pls provide more info,&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Thu, 24 Mar 2011 07:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769145#M389866</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2011-03-24T07:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: create a raw device from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769146#M389867</link>
      <description>it is easy from sam.&lt;BR /&gt;My object is to create a raw device before installation a database. i found a method from sam but when i checked the raw device appeared "unused". it is normal!!!!!!!!!!!&lt;BR /&gt;and please provide me the detail steps. thanks</description>
      <pubDate>Fri, 25 Mar 2011 06:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769146#M389867</guid>
      <dc:creator>bitou</dc:creator>
      <dc:date>2011-03-25T06:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: create a raw device from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769147#M389868</link>
      <description>"installing a new database Oracle"...how unusually it sounds today... sorry for offtop</description>
      <pubDate>Fri, 25 Mar 2011 07:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769147#M389868</guid>
      <dc:creator>Maxim Yakimenko</dc:creator>
      <dc:date>2011-03-25T07:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: create a raw device from sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769148#M389869</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The status "unused" is normal because until now you have not "formatted" the logical volume for HP-UX will recognize it as a work area. When I say "format"I mean the command "newfs". e.g:&lt;BR /&gt;# newfs-F vxfs /dev/vgnn/rlvolname&lt;BR /&gt;&lt;BR /&gt;One area not formatted correctly known as an area or device "raw". Examples include areas "swap" of HP-UX, or areas "raw" storage devices associated with databases (Oracle, Sybase, etc). In the case of database devices "raw" looking to have direct management access to areas of database without using a HP-UX as intermediate interlocutor which should result in speed of access as the database manager Data is also the area manager "raw". By other hand, having a work area "raw" HP-UX can not recognize what's inside, you lose control of handling this area, you can not see anything inside it. Since there is no hard data to HP-UX should make exports/dumps database to areas "formatted" with HP-UX backups to HP-UX.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Fri, 25 Mar 2011 08:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-raw-device-from-sam/m-p/4769148#M389869</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-03-25T08:02:02Z</dc:date>
    </item>
  </channel>
</rss>

