<?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: Regarding pvcreate in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824167#M270684</link>
    <description>Hi RAC,&lt;BR /&gt;&lt;BR /&gt;Don't tell me ..its an producn server.....&lt;BR /&gt;HP-UX  B.11.11 rp8420 .......&lt;BR /&gt;&lt;BR /&gt;we had used mkboot -l  /dev/dsk/c0t6d0....&lt;BR /&gt;lifls /dev/dsk/c0t6d0 gives&lt;BR /&gt;AUTO PAD HPUX LABEL ISL&lt;BR /&gt;We havent booted from that disk yet...</description>
    <pubDate>Sat, 15 Jul 2006 06:34:55 GMT</pubDate>
    <dc:creator>jhingoor</dc:creator>
    <dc:date>2006-07-15T06:34:55Z</dc:date>
    <item>
      <title>Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824165#M270682</link>
      <description>Hi guys,&lt;BR /&gt;One of our boot disk had gone bad for which an hp engineer came at our site...after replacing the hdd he entered ;&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/c0t6d0 without entering the -B option he created the physical volumes for our boot-disk....&lt;BR /&gt;&lt;BR /&gt;What problems could we face in future becoz of this option.??? its a PRODUCTION server......THANKS IN advance........</description>
      <pubDate>Sat, 15 Jul 2006 06:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824165#M270682</guid>
      <dc:creator>jhingoor</dc:creator>
      <dc:date>2006-07-15T06:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824166#M270683</link>
      <description>You will not be able to boot fro that disk. Depending upon which version of OS you are running, the boot disk procedure varies.</description>
      <pubDate>Sat, 15 Jul 2006 06:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824166#M270683</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-07-15T06:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824167#M270684</link>
      <description>Hi RAC,&lt;BR /&gt;&lt;BR /&gt;Don't tell me ..its an producn server.....&lt;BR /&gt;HP-UX  B.11.11 rp8420 .......&lt;BR /&gt;&lt;BR /&gt;we had used mkboot -l  /dev/dsk/c0t6d0....&lt;BR /&gt;lifls /dev/dsk/c0t6d0 gives&lt;BR /&gt;AUTO PAD HPUX LABEL ISL&lt;BR /&gt;We havent booted from that disk yet...</description>
      <pubDate>Sat, 15 Jul 2006 06:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824167#M270684</guid>
      <dc:creator>jhingoor</dc:creator>
      <dc:date>2006-07-15T06:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824168#M270685</link>
      <description>Is boot disk mirrored? The comlpete procedure for mirroring a boot disk is as follows.&lt;BR /&gt;&lt;BR /&gt;1) Initialize the disk and make it bootable&lt;BR /&gt;&lt;BR /&gt; pvcreate -B /dev/rdsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;Note: the -B parameter tell pvcreate that this will be a&lt;BR /&gt;&lt;BR /&gt;bootable disk.&lt;BR /&gt;&lt;BR /&gt;2) Add the physical volume to the volume group&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg01 /dev/dsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;3) Use mkboot to place the boot utilities in the boot area and add&lt;BR /&gt;&lt;BR /&gt;the AUTO file.&lt;BR /&gt;&lt;BR /&gt;mkboot /dev/dsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;4) Use mkboot to update the AUTO file on the primary boot&lt;BR /&gt;&lt;BR /&gt;disk.&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;5) Mirror the stand, root and swap logical volumes&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;Note: LVM will resynchronize the new mirror copies. This step will&lt;BR /&gt;&lt;BR /&gt;takes several minutes &lt;BR /&gt;&lt;BR /&gt;Repeat the lvextend for all other logical volumes on the boot&lt;BR /&gt;&lt;BR /&gt;mirror.&lt;BR /&gt;&lt;BR /&gt;6) Modify your alternate boot path to point to the mirror copy of the&lt;BR /&gt;&lt;BR /&gt;boot disk.&lt;BR /&gt;&lt;BR /&gt;setboot -a 8/8.6.0 # Use the Hardware path for your new&lt;BR /&gt;&lt;BR /&gt;boot disk. &lt;BR /&gt;</description>
      <pubDate>Sat, 15 Jul 2006 06:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824168#M270685</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-07-15T06:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824169#M270686</link>
      <description>Hi RAC,&lt;BR /&gt;&lt;BR /&gt;Actually the mirrored boot disk is c0t6do.&lt;BR /&gt;we got an alert from ems to change the boot disk.&lt;BR /&gt;We decided to change it.&lt;BR /&gt;The commands ran by hp engineer at our site as follows;&lt;BR /&gt;1] mv  lvmtab  lvmtab.bck&lt;BR /&gt;&lt;BR /&gt;2]pvcreate /dev/rdsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;3]mv  lvmtab.bck  lvmtab&lt;BR /&gt;&lt;BR /&gt;4]pvchange  -a  n  /dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;5]vgcfgrestore  -n  /dev/vg00  /dev/rdsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;6]pvchange -a  y  /dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;7]vgchange  -a  y  vg00&lt;BR /&gt;&lt;BR /&gt;8]mkboot  -l   /dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;9]lvlnboot â  R  &lt;BR /&gt;&lt;BR /&gt;10]ï   lifls   /dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;                     ISL          AUTO         HPUX         PAD          LABEL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Help me out;;;;;;;;;;;;;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Jul 2006 06:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824169#M270686</guid>
      <dc:creator>jhingoor</dc:creator>
      <dc:date>2006-07-15T06:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824170#M270687</link>
      <description>what does following say?&lt;BR /&gt;Is boot disk mirrored?&lt;BR /&gt;&lt;BR /&gt;lifls -l  (on both disks. It should match)&lt;BR /&gt;lifcp /dev/rdsk/cxtxdx:AUTO - (on both disks)&lt;BR /&gt;&lt;BR /&gt;What HP engineer did is correct except that I would have also ran vgsync and would have checked it all mirror copies are ok and that there are no stale PEs.&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Jul 2006 06:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824170#M270687</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-07-15T06:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824171#M270688</link>
      <description>Hi RAC,&lt;BR /&gt;&lt;BR /&gt;lifls -l is same on both disks.&lt;BR /&gt;&lt;BR /&gt;while lifcp gives;&lt;BR /&gt;&lt;BR /&gt;hp-ux    on one disk while&lt;BR /&gt;hpux -lq on the other disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Jul 2006 07:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824171#M270688</guid>
      <dc:creator>jhingoor</dc:creator>
      <dc:date>2006-07-15T07:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824172#M270689</link>
      <description>What about other questions? Is boot disk mirrored? Ar all mirrors OK and are there any stale PEs?&lt;BR /&gt;&lt;BR /&gt;I would also do&lt;BR /&gt;mkboot "hpux -lq" /dev/rdsk/cxtxdx (on disk where quorum is not set)&lt;BR /&gt;&lt;BR /&gt;And when you get time, do check if it boots from both disks or not.</description>
      <pubDate>Sat, 15 Jul 2006 07:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824172#M270689</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-07-15T07:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824173#M270690</link>
      <description>Hi,&lt;BR /&gt;Both disks are mirrored....&lt;BR /&gt;And lvdisplay -v /dev/vg00/lvol* shows both disk status as current.......only....</description>
      <pubDate>Sat, 15 Jul 2006 07:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824173#M270690</guid>
      <dc:creator>jhingoor</dc:creator>
      <dc:date>2006-07-15T07:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824174#M270691</link>
      <description>Hi RAC,&lt;BR /&gt;&lt;BR /&gt;But my first question remains unanswered.....&lt;BR /&gt;&lt;BR /&gt;whether my system  will boot or not???&lt;BR /&gt;if -B option is not used while creating physical volume....</description>
      <pubDate>Sat, 15 Jul 2006 07:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824174#M270691</guid>
      <dc:creator>jhingoor</dc:creator>
      <dc:date>2006-07-15T07:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824175#M270692</link>
      <description>It should.</description>
      <pubDate>Sat, 15 Jul 2006 07:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824175#M270692</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-07-15T07:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824176#M270693</link>
      <description>ok thanks RAC..&lt;BR /&gt;&lt;BR /&gt;whenever i would get the downtime i would definitely boot with that disk and check and let u know.on this thread only...........</description>
      <pubDate>Sat, 15 Jul 2006 07:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824176#M270693</guid>
      <dc:creator>jhingoor</dc:creator>
      <dc:date>2006-07-15T07:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824177#M270694</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Attached is the procedure for replacing disks.&lt;BR /&gt;&lt;BR /&gt;GoodLuck&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Sat, 15 Jul 2006 07:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824177#M270694</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-07-15T07:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824178#M270695</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I've been fuzzing around with the same. It now all looks okay (thanx to RAC)!&lt;BR /&gt;But, lifls -l works only on the appended disk and not on the (factory installed) primary bootdisk...&lt;BR /&gt;What's wrong? What's the risc?</description>
      <pubDate>Wed, 09 Aug 2006 03:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-pvcreate/m-p/3824178#M270695</guid>
      <dc:creator>J.A.R. Karremans</dc:creator>
      <dc:date>2006-08-09T03:35:21Z</dc:date>
    </item>
  </channel>
</rss>

