<?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: FORMAT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175291#M458835</link>
    <description>Hi Prakash,&lt;BR /&gt;&lt;BR /&gt;Normally, we do NOT format a disk in Unix.&lt;BR /&gt;May be you no longer need the data in that disk/vg.&lt;BR /&gt;&lt;BR /&gt;If this is the case, use:&lt;BR /&gt;# vgexport vg_name&lt;BR /&gt;and the Vg is gone for ever. Now the disks are free to be used again by making them a part of another vg and overwriting them.&lt;BR /&gt;&lt;BR /&gt;Erase the header info in the disk by:&lt;BR /&gt;# pvcreate -f /dev/rdsk/cxtyd0&lt;BR /&gt;&lt;BR /&gt;If you still need to format and erase every single block, use:&lt;BR /&gt;# dd if=/dev/zero of=/dev/rdsk/cxtyd0 bs=1024k&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;- R.K.</description>
    <pubDate>Thu, 14 May 2009 11:24:19 GMT</pubDate>
    <dc:creator>R.K. #</dc:creator>
    <dc:date>2009-05-14T11:24:19Z</dc:date>
    <item>
      <title>FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175287#M458831</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can any one tell me how to format HP UX 11.00 operating system.</description>
      <pubDate>Thu, 14 May 2009 10:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175287#M458831</guid>
      <dc:creator>oprakash</dc:creator>
      <dc:date>2009-05-14T10:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175288#M458832</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you want to format your OS?&lt;BR /&gt;&lt;BR /&gt;pvcreate -f /dev/rdsk/cXtXdX&lt;BR /&gt;or &lt;BR /&gt;mediainit -v path&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 14 May 2009 10:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175288#M458832</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-14T10:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175289#M458833</link>
      <description>Hi Oprakash,&lt;BR /&gt;&lt;BR /&gt;Do you want to destroy the data on the disk?&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zero of=/dev/rdsk/c0t0d0 bs=1024k&lt;BR /&gt;&lt;BR /&gt;mediainit is the tool to low level format the disk which takes long time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 May 2009 10:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175289#M458833</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-14T10:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175290#M458834</link>
      <description>HiOprakash,&lt;BR /&gt;&lt;BR /&gt;For formatting HDD you can use&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Chek the below link as follows,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90692/pvcreate.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90692/pvcreate.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-6552/index.html" target="_blank"&gt;http://docs.hp.com/en/5991-6552/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If helps, pls assign point.&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Thu, 14 May 2009 10:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175290#M458834</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-14T10:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175291#M458835</link>
      <description>Hi Prakash,&lt;BR /&gt;&lt;BR /&gt;Normally, we do NOT format a disk in Unix.&lt;BR /&gt;May be you no longer need the data in that disk/vg.&lt;BR /&gt;&lt;BR /&gt;If this is the case, use:&lt;BR /&gt;# vgexport vg_name&lt;BR /&gt;and the Vg is gone for ever. Now the disks are free to be used again by making them a part of another vg and overwriting them.&lt;BR /&gt;&lt;BR /&gt;Erase the header info in the disk by:&lt;BR /&gt;# pvcreate -f /dev/rdsk/cxtyd0&lt;BR /&gt;&lt;BR /&gt;If you still need to format and erase every single block, use:&lt;BR /&gt;# dd if=/dev/zero of=/dev/rdsk/cxtyd0 bs=1024k&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;- R.K.</description>
      <pubDate>Thu, 14 May 2009 11:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175291#M458835</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-05-14T11:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175292#M458836</link>
      <description>Hi team,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your valuable information. I format the disk successfully.</description>
      <pubDate>Fri, 15 May 2009 02:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format/m-p/5175292#M458836</guid>
      <dc:creator>oprakash</dc:creator>
      <dc:date>2009-05-15T02:09:49Z</dc:date>
    </item>
  </channel>
</rss>

