<?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: Adding Disks in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524548#M488371</link>
    <description>Since you are just mirroring follow the instructions that Boley posted with one inclusion.  Before doing the vgextend you need to create the disk.  Use pvcreate:&lt;BR /&gt;pvcreate -f /dev/rdck/c#t#d#&lt;BR /&gt;&lt;BR /&gt;This preps the disk for LVM.&lt;BR /&gt;</description>
    <pubDate>Wed, 09 May 2001 14:02:35 GMT</pubDate>
    <dc:creator>Dave Wherry</dc:creator>
    <dc:date>2001-05-09T14:02:35Z</dc:date>
    <item>
      <title>Adding Disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524543#M488366</link>
      <description>&lt;P&gt;I need to add a Hot Spare disk to an existing &lt;BR /&gt;and active Filesystem. What are the steps i have to go through? Thanks for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread ahs been moevd&amp;nbsp;from Disk to HP-UX &amp;gt; sysadmin. -Hp Frum moderator&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 06:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524543#M488366</guid>
      <dc:creator>MILAN MURALIDHARAN_1</dc:creator>
      <dc:date>2015-03-25T06:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524544#M488367</link>
      <description>See &lt;A href="http://www.dutchworks.nl/htbin/hpsysadmin?h=3&amp;amp;dn=25426&amp;amp;q=hot%20spare&amp;amp;fh" target="_blank"&gt;http://www.dutchworks.nl/htbin/hpsysadmin?h=3&amp;amp;dn=25426&amp;amp;q=hot%20spare&amp;amp;fh&lt;/A&gt;</description>
      <pubDate>Thu, 03 May 2001 15:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524544#M488367</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-03T15:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524545#M488368</link>
      <description>add the disk to the server&lt;BR /&gt;&lt;BR /&gt;run "ioscan" this will identify everything,&lt;BR /&gt;&lt;BR /&gt;run "ioscan -funCdisk" easier to look at and get the device address, if the device address does not show up, run "insf -e" to create all the devices over again.&lt;BR /&gt;&lt;BR /&gt;run "vgextend /dev/vg?? /dev/dsk/&lt;DISK&gt;"&lt;BR /&gt;&lt;BR /&gt;at this point im not sure what you want to do, assuming you want to extend a lvol&lt;BR /&gt;--&amp;gt; run "lvextend -l &lt;TOTAL&gt; /dev/vg??/lvol?&lt;BR /&gt;&lt;BR /&gt;or maybe you want to use this disk to mirror a volume group.&lt;BR /&gt;run the following:&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg??/lvol1 /dev/dsk/&lt;DISK&gt;&lt;BR /&gt;(repeat for each lvol in that vg)&lt;BR /&gt;at this point your done unless you want to split them off. then:&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg??/lvol1 /dev/dsk/&lt;DISK&gt;&lt;BR /&gt;(repeat for each lvol in that vg)&lt;BR /&gt;&lt;BR /&gt;you can leave them or setup to pull that disk out&lt;BR /&gt;&lt;BR /&gt;after lvreduce&lt;BR /&gt;vgreduce /dev/vg?? /dev/dsk/&lt;DISK&gt;&lt;BR /&gt;&lt;BR /&gt;if i didn't cover something you wanted to do, let me know.&lt;BR /&gt;&lt;BR /&gt;good luck!!&lt;/DISK&gt;&lt;/DISK&gt;&lt;/DISK&gt;&lt;/TOTAL&gt;&lt;/DISK&gt;</description>
      <pubDate>Fri, 04 May 2001 02:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524545#M488368</guid>
      <dc:creator>boley janowski</dc:creator>
      <dc:date>2001-05-04T02:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524546#M488369</link>
      <description>Could you give more information on your hardware and what you are trying to accomplish?  The instructions Boley gave are correct for mirroring.  However, that is not really a hot spare.&lt;BR /&gt;I don't know of a way to hot spare JBOD disks.  As far as I know you need some type of disk array to use a hot spare.  I use those in AutoRaid, Nike and XP arrays.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 May 2001 15:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524546#M488369</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2001-05-07T15:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524547#M488370</link>
      <description>It is a HP V-2500 server. The FS to which this needs to be added is a mirrored one. I have a pair of disks to add to this FS as a mirrored disk.</description>
      <pubDate>Mon, 07 May 2001 15:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524547#M488370</guid>
      <dc:creator>MILAN MURALIDHARAN_1</dc:creator>
      <dc:date>2001-05-07T15:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524548#M488371</link>
      <description>Since you are just mirroring follow the instructions that Boley posted with one inclusion.  Before doing the vgextend you need to create the disk.  Use pvcreate:&lt;BR /&gt;pvcreate -f /dev/rdck/c#t#d#&lt;BR /&gt;&lt;BR /&gt;This preps the disk for LVM.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2001 14:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524548#M488371</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2001-05-09T14:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524549#M488372</link>
      <description>MIrror UX (Software):&lt;BR /&gt;pvcreate -fB /dev/rdsk/cxtxd0&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/cxtxd0&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/cxtxd0&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/cxtxd0&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/cytyd0&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cxtxd0&lt;BR /&gt;&lt;BR /&gt;lvlnboot -Rv /dev/vg00&lt;BR /&gt;&lt;BR /&gt;setboot -a full hardware path (es:8/4.5.0)&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2001 14:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524549#M488372</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-09T14:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524550#M488373</link>
      <description>Thanks for your response guys. &lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Wed, 09 May 2001 21:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disks/m-p/2524550#M488373</guid>
      <dc:creator>MILAN MURALIDHARAN_1</dc:creator>
      <dc:date>2001-05-09T21:56:41Z</dc:date>
    </item>
  </channel>
</rss>

