<?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 new disk in array in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769236#M74255</link>
    <description>Hi,&lt;BR /&gt;I want to add a disk to my array and use it as an extra mirror on vg00.&lt;BR /&gt;'ioscan' sees the disk.&lt;BR /&gt;'pvcreate -B' does NOT work:&lt;BR /&gt;PV already belongs to a volume group.&lt;BR /&gt;'pvremove' : PV belongs to an exported volume group&lt;BR /&gt;&lt;BR /&gt;But really, none of my 2 volumegroups includes the disk: vgdisplay -v /dev/vg0[0|1] | grep dsk&lt;BR /&gt;&lt;BR /&gt;So.. i tried to clean the disk, because i do not know the data on this disk:&lt;BR /&gt;dd if=/dev/null of=/dev/rdsk/c0t3d0 bs=1024k&lt;BR /&gt;0+0 records in; 0+0 records out...&lt;BR /&gt;No effect on the needed pvcreate -B...&lt;BR /&gt;&lt;BR /&gt;What do i not see, what my system does.. :(</description>
    <pubDate>Mon, 22 Jul 2002 13:30:41 GMT</pubDate>
    <dc:creator>Ceesjan van Hattum</dc:creator>
    <dc:date>2002-07-22T13:30:41Z</dc:date>
    <item>
      <title>new disk in array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769236#M74255</link>
      <description>Hi,&lt;BR /&gt;I want to add a disk to my array and use it as an extra mirror on vg00.&lt;BR /&gt;'ioscan' sees the disk.&lt;BR /&gt;'pvcreate -B' does NOT work:&lt;BR /&gt;PV already belongs to a volume group.&lt;BR /&gt;'pvremove' : PV belongs to an exported volume group&lt;BR /&gt;&lt;BR /&gt;But really, none of my 2 volumegroups includes the disk: vgdisplay -v /dev/vg0[0|1] | grep dsk&lt;BR /&gt;&lt;BR /&gt;So.. i tried to clean the disk, because i do not know the data on this disk:&lt;BR /&gt;dd if=/dev/null of=/dev/rdsk/c0t3d0 bs=1024k&lt;BR /&gt;0+0 records in; 0+0 records out...&lt;BR /&gt;No effect on the needed pvcreate -B...&lt;BR /&gt;&lt;BR /&gt;What do i not see, what my system does.. :(</description>
      <pubDate>Mon, 22 Jul 2002 13:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769236#M74255</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-07-22T13:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: new disk in array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769237#M74256</link>
      <description>Try "pvcreate -f -B".&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Mon, 22 Jul 2002 13:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769237#M74256</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-07-22T13:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: new disk in array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769238#M74257</link>
      <description>try using pvcreate -f -B&lt;BR /&gt;&lt;BR /&gt;see what that does.&lt;BR /&gt;else try &lt;BR /&gt;dd if=/stand/vmunix of=&lt;RAW_LUN_DEVICE_FILE&gt; bs=10k&lt;BR /&gt;&lt;BR /&gt;&lt;/RAW_LUN_DEVICE_FILE&gt;</description>
      <pubDate>Mon, 22 Jul 2002 13:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769238#M74257</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-07-22T13:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: new disk in array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769239#M74258</link>
      <description>&lt;BR /&gt;Just pvcreate -f  your disk first. Your dd was a good idea but you need a count=100 on the end of it - pvcreate -f does the same thing.</description>
      <pubDate>Mon, 22 Jul 2002 13:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769239#M74258</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-22T13:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: new disk in array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769240#M74259</link>
      <description>Hi Ceesjan,&lt;BR /&gt;&lt;BR /&gt; Do a &lt;BR /&gt;#pvcreate -f /dev/rdsk/cxtydz&lt;BR /&gt;before the &lt;BR /&gt;#pvcreate -B /dev/rdsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;I *think* you can do them on the same line, -f first, but I'm not positive.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 22 Jul 2002 13:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769240#M74259</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-07-22T13:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: new disk in array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769241#M74260</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;when you do an ioscan, are the device files seen. If not, then do "insf -e" to recreate the device files. Once done, see if the disk is sensed properly "diskinfo -v /dev/rdsk/cxtydz". If the disk is seen correctly, do a pvcreate and vgextend/vgcreate.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 13:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769241#M74260</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-07-22T13:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: new disk in array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769242#M74261</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you 'vgexport' a volume group with the intention of destroying it, the LVM information is still intact on the physical disk volumes that belonged to it.  Therefore, you will need to do a forced 'pvcreate' to overwrite it:&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Make very sure that you know that this is a disk that you want to overwrite.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 22 Jul 2002 13:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769242#M74261</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-22T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: new disk in array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769243#M74262</link>
      <description>The -f did the trick. I should RTFM...&lt;BR /&gt;THANKS all. Case closed.&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 13:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-in-array/m-p/2769243#M74262</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-07-22T13:35:45Z</dc:date>
    </item>
  </channel>
</rss>

