<?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: Pvcreate command? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729557#M548128</link>
    <description>pvcreate and newfs are low level commands which need row devices to work.&lt;BR /&gt;&lt;BR /&gt;newfs(1M)  /usr/sbin/newfs [-F FStype] [-o specific_options] [-V] special&lt;BR /&gt;&lt;BR /&gt;Where:&lt;BR /&gt;Special represents a character (raw) special device.&lt;BR /&gt; same with PVCREATE&lt;BR /&gt;&lt;BR /&gt;pvcreate(1M)   &lt;BR /&gt;&lt;BR /&gt; DESCRIPTION&lt;BR /&gt;The pvcreate command initializes a direct access storage device (a raw disk device) for use as a physical volume in a volume group.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;kamal &lt;BR /&gt;</description>
    <pubDate>Wed, 22 Dec 2010 09:06:04 GMT</pubDate>
    <dc:creator>kemo</dc:creator>
    <dc:date>2010-12-22T09:06:04Z</dc:date>
    <item>
      <title>Pvcreate command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729556#M548127</link>
      <description>Dear Team,&lt;BR /&gt;&lt;BR /&gt;while excuting pvcreate -f /dev/rdsk/c0t0d1 it's create pv on forcefully  and PVRA happend.but why we are using rdsk?might be it's create the raw disk ok.with out "r" while excuting what it ''ll happen?&lt;BR /&gt;ex:"pvcreate -f /dev/dsk/c0t0d1"&lt;BR /&gt;and same thing for file system creation time also we are  using newfs -F vxfs /dev/vg0/rdata&lt;BR /&gt;with out "r" what it"ll happen?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Seenivasan</description>
      <pubDate>Wed, 22 Dec 2010 08:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729556#M548127</guid>
      <dc:creator>seenivasan</dc:creator>
      <dc:date>2010-12-22T08:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pvcreate command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729557#M548128</link>
      <description>pvcreate and newfs are low level commands which need row devices to work.&lt;BR /&gt;&lt;BR /&gt;newfs(1M)  /usr/sbin/newfs [-F FStype] [-o specific_options] [-V] special&lt;BR /&gt;&lt;BR /&gt;Where:&lt;BR /&gt;Special represents a character (raw) special device.&lt;BR /&gt; same with PVCREATE&lt;BR /&gt;&lt;BR /&gt;pvcreate(1M)   &lt;BR /&gt;&lt;BR /&gt; DESCRIPTION&lt;BR /&gt;The pvcreate command initializes a direct access storage device (a raw disk device) for use as a physical volume in a volume group.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;kamal &lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729557#M548128</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2010-12-22T09:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pvcreate command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729558#M548129</link>
      <description>Hi dear,&lt;BR /&gt; &lt;BR /&gt;you said pvcreate -f /dev/rdsk/c0t0d1 it's create the pv and directly access the raw lun ok.&lt;BR /&gt;but file system creation time why we are using "r"?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Seenivasan</description>
      <pubDate>Wed, 22 Dec 2010 09:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729558#M548129</guid>
      <dc:creator>seenivasan</dc:creator>
      <dc:date>2010-12-22T09:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pvcreate command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729559#M548130</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The newfs command helps in creation of the structures of the filesystems like superblocks, allocation units, intent log etc. and as these structures are created the raw mode of access is used for the device file. Pvcreate also generates reserved areas on the disk which are structures that are not present on a fresh disk not managed by LVM.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Wed, 22 Dec 2010 10:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729559#M548130</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2010-12-22T10:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pvcreate command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729560#M548131</link>
      <description>We are using "r" for raw devices or for CHARACHTER devices, as all the low level commands like pvcreate, newfs, fsck ,..... etc are writing information in the first characters of the disk that is why we use the CHARACHTER device to enable these commands to write it's information.&lt;BR /&gt;if you use the block devices it will not work as 1 block is multible bytes "characters".</description>
      <pubDate>Wed, 22 Dec 2010 11:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729560#M548131</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2010-12-22T11:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pvcreate command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729561#M548132</link>
      <description>&amp;gt;&amp;gt; without "r" what it"ll happen?&lt;BR /&gt;&lt;BR /&gt;Most likely you will get an error.</description>
      <pubDate>Wed, 22 Dec 2010 11:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command/m-p/4729561#M548132</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-12-22T11:20:01Z</dc:date>
    </item>
  </channel>
</rss>

