<?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: Remove unwanted boot disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937708#M929331</link>
    <description>I am not sure if you want to do a pvcreate on the disk while it is in the volume group. Doing a pvcreate is going to destroy the LVM structures including VGID and will create problems. (You can use vgcfgrestore to fix the problem through).&lt;BR /&gt;&lt;BR /&gt;In your case, when you did a 'pvcreate -B' on the disk initially while adding the disk into the volume group, it got recognized as the boot disk.&lt;BR /&gt;&lt;BR /&gt;You can probably do a selective dd and erase the boot area but I would not suggest it.&lt;BR /&gt;&lt;BR /&gt;I would say to move the logical volumes out of it to other disks in the same VG, take it out of vg00, do a "pvcreate -f" and then vgextend it back to vg00. This is a safe procedure.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Thu, 27 Mar 2003 23:55:01 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2003-03-27T23:55:01Z</dc:date>
    <item>
      <title>Remove unwanted boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937704#M929327</link>
      <description>Hello all..&lt;BR /&gt;&lt;BR /&gt;My issue is I have an extra disk marked as a Boot Disk when I do lvlnboot -v and this disk c0t5d0 should not be a boot disk. I tested my Primary and Alternate and they work fine. How can I remove the mark "Boot Disk" from this disk&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c4t6d0 (1/0/0/3/0.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c7t6d0 (1/0/1/0/0/1/1.6.0)&lt;BR /&gt;        /dev/dsk/c0t6d0 (0/0/0/3/0.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c0t5d0 (0/0/0/3/0.5.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c4t6d0&lt;BR /&gt;                        /dev/dsk/c0t6d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c4t6d0&lt;BR /&gt;                        /dev/dsk/c0t6d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c4t6d0&lt;BR /&gt;                        /dev/dsk/c0t6d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c4t6d0, 0&lt;BR /&gt;Dump: lvol9     on:     /dev/dsk/c7t6d0, 1</description>
      <pubDate>Thu, 27 Mar 2003 23:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937704#M929327</guid>
      <dc:creator>Andrew_80</dc:creator>
      <dc:date>2003-03-27T23:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unwanted boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937705#M929328</link>
      <description>I think all you have to do is run pvcreate on that disk to destroy its reserved boot area.&lt;BR /&gt;# pvcreate -f /dev/rdsk/c0t5d0&lt;BR /&gt;Be VERY sure that c0t5d0 is not used before you run pvcreate on it.</description>
      <pubDate>Thu, 27 Mar 2003 23:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937705#M929328</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-03-27T23:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unwanted boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937706#M929329</link>
      <description>Try using :&lt;BR /&gt;&lt;BR /&gt;# pvdisplay -v /dev/dsk/c0t5d0 &lt;BR /&gt;&lt;BR /&gt;This will display any logical volume information if there is any. As long as there is none, then the disk can have be blurbed and re-used. If there is these logical volumes should be removed nicely, otherwise, your LVM will not not like it.&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/dsk/c0t5d0 &lt;BR /&gt;will flatten the disk&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 23:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937706#M929329</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-03-27T23:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unwanted boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937707#M929330</link>
      <description>Sorry I forgot to mention, the disk is mirror of c7t6d0 which has swap. is there a way to do it without pvcreate ?&lt;BR /&gt;&lt;BR /&gt;Is there a reverse command for mkboot ?</description>
      <pubDate>Thu, 27 Mar 2003 23:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937707#M929330</guid>
      <dc:creator>Andrew_80</dc:creator>
      <dc:date>2003-03-27T23:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unwanted boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937708#M929331</link>
      <description>I am not sure if you want to do a pvcreate on the disk while it is in the volume group. Doing a pvcreate is going to destroy the LVM structures including VGID and will create problems. (You can use vgcfgrestore to fix the problem through).&lt;BR /&gt;&lt;BR /&gt;In your case, when you did a 'pvcreate -B' on the disk initially while adding the disk into the volume group, it got recognized as the boot disk.&lt;BR /&gt;&lt;BR /&gt;You can probably do a selective dd and erase the boot area but I would not suggest it.&lt;BR /&gt;&lt;BR /&gt;I would say to move the logical volumes out of it to other disks in the same VG, take it out of vg00, do a "pvcreate -f" and then vgextend it back to vg00. This is a safe procedure.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 27 Mar 2003 23:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937708#M929331</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-27T23:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unwanted boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937709#M929332</link>
      <description>&amp;gt; Is there a reverse command for mkboot ?&lt;BR /&gt;&lt;BR /&gt;Yes, rmboot(1M), see the mkboot(1M) manual page "man mkboot" or "man rmboot"):&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  NAME&lt;BR /&gt;&amp;gt;       mkboot, rmboot - install, update or remove boot programs from disk</description>
      <pubDate>Fri, 28 Mar 2003 10:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937709#M929332</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-03-28T10:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unwanted boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937710#M929333</link>
      <description>split the mirrors on swap first and anything else  mirrored to the disk. I do that once a decade so I cheated and used sam&lt;BR /&gt;&lt;BR /&gt;Then lvremove the mirror copy thats on that disk.&lt;BR /&gt;&lt;BR /&gt;Then pvceate -f&lt;BR /&gt;&lt;BR /&gt;Then lvextend -m 1 /vg00/lvol2 /dev/dsk/c0t5d0 &lt;BR /&gt;&lt;BR /&gt;Repeat for anyting else mirrored.&lt;BR /&gt;&lt;BR /&gt;Then you're done.&lt;BR /&gt;&lt;BR /&gt;It can all be done by day, no system down time required at all.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 28 Mar 2003 15:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-unwanted-boot-disk/m-p/2937710#M929333</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-28T15:37:45Z</dc:date>
    </item>
  </channel>
</rss>

