<?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: Issue with LVM Disk and Help in Creating Disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243055#M588052</link>
    <description>If you mirror the question is: How about the third disk?&lt;BR /&gt;&lt;BR /&gt;Depending on your hp-ux version you can either stripe **or** mirror the data.&lt;BR /&gt;&lt;BR /&gt;Still the question is - would you like to add a larger disk in future?&lt;BR /&gt;&lt;BR /&gt;BTW, are you running 11.11?</description>
    <pubDate>Wed, 30 Jul 2008 17:37:03 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2008-07-30T17:37:03Z</dc:date>
    <item>
      <title>Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243042#M588039</link>
      <description>Hello everyone. Here are some details beforehand.&lt;BR /&gt;&lt;BR /&gt;ioscan:&lt;BR /&gt;I have a HP-UX 9000, class RP5430.&lt;BR /&gt;&lt;BR /&gt;the following scan is for a DS2100 external disk enclosure that has 3 harddrive in place.&lt;BR /&gt;&lt;BR /&gt;0/3/0/0.0.0&lt;BR /&gt;sdisk claimed device seagate ST318404LC&lt;BR /&gt;/dev/dsk/c7t0d0&lt;BR /&gt;/dev/rdsk/c7t0d0&lt;BR /&gt;&lt;BR /&gt;0/3/0/0.2.0&lt;BR /&gt;sdisk claimed device HP 18.2GST318406LC&lt;BR /&gt;/dev/dsk/c7t2d0&lt;BR /&gt;/dev/rdsk/c7t2d0&lt;BR /&gt;&lt;BR /&gt;0/3/0/0.4.0&lt;BR /&gt;sdisk claimed device HP 18.2GST318406LC&lt;BR /&gt;/dev/dsk/c7t4d0&lt;BR /&gt;/dev/rdsk/c7t4d0&lt;BR /&gt;&lt;BR /&gt;I had a disk go bad or a configuration error but I was using c7t0d0. However that disk got replaced and I want to use c7t0d0.&lt;BR /&gt;&lt;BR /&gt;When I go into SAM in Disk Devices, it shows all 3 "unused".&lt;BR /&gt;&lt;BR /&gt;Here is what I am trying to do. Begin to use all 3 disk. Each of the disk is 18.2 gig so I would like to have a volume group of 54.6 gig and possibly add more at a later date.&lt;BR /&gt;&lt;BR /&gt;Here is the problem that I am running into:&lt;BR /&gt;&lt;BR /&gt;when I do the following, i get the this error:&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c7t0d0&lt;BR /&gt;pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c7t0d0": This specified path does not correspond to physical volume attached to this volume group&lt;BR /&gt;pvdisplay: warning: couldn't query all of the physical volumes.&lt;BR /&gt;pvdisplay; couldn't retrieve the names of the physical volumes belonging to volume group "/dev/test"&lt;BR /&gt;pvdisplay: cannot display physical volume "/dev/dsk/c7t0d0"&lt;BR /&gt;&lt;BR /&gt;#vgdisplay /dev/test&lt;BR /&gt;vgdisplay: volume group not activated&lt;BR /&gt;vgdisplay: cannot display volume group "/dev/test"&lt;BR /&gt;&lt;BR /&gt;#lvdisplay /dev/test/lvol1&lt;BR /&gt;lvdisplay: couldn't query logical volume "/dev/test/lvol1"&lt;BR /&gt;volume group not activated.&lt;BR /&gt;&lt;BR /&gt;How do I go about resolving this error?? &lt;BR /&gt;&lt;BR /&gt;Also if you can provide me with a step by step instruction on how to start using the 3 disk. I know the steps involved but would like to confirm it with you guys. Thank you for your help in this matter.</description>
      <pubDate>Wed, 30 Jul 2008 15:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243042#M588039</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-07-30T15:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243043#M588040</link>
      <description>Hi Jon:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; vgdisplay /dev/test&lt;BR /&gt;&amp;gt; vgdisplay: volume group not activated&lt;BR /&gt;&lt;BR /&gt;This means that the volume group is not active, so do:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/test&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Jul 2008 15:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243043#M588040</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-30T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243044#M588041</link>
      <description>tried to activate it however here is what i am getting:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/test&lt;BR /&gt;&lt;BR /&gt;vgchange: warning: couldn't attach to the volume group physical volume "/dev/dsk/c7t0d0":&lt;BR /&gt;Cross device link &lt;BR /&gt;vgchange: warning: couldn't query physical volume "/dev/dsk/c7t0d0":&lt;BR /&gt;the specified path does not correspond to physical volume attached to this volume group&lt;BR /&gt;vgchange: warning: couldn't query all of the physical volume.&lt;BR /&gt;vgchange: couldn't activate volume group "/dev/test"&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;&lt;BR /&gt;Thank you for the quick response.</description>
      <pubDate>Wed, 30 Jul 2008 15:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243044#M588041</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-07-30T15:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243045#M588042</link>
      <description>well if your disk has been replaced, you need to recreate the LVM headers on it.&lt;BR /&gt;Firstly though, do a strings /etc/lvmatb and verify what disks are in vg named test&lt;BR /&gt;&lt;BR /&gt;If all three disks are listed, you can use vgcfgrestore to recreate the headers from the backupfile&lt;BR /&gt;man vgcfgrestore.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 16:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243045#M588042</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2008-07-30T16:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243046#M588043</link>
      <description>when I do a strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;i get the following:&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c1t0d0&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;/dev/test&lt;BR /&gt;/dev/dsk/c7t0d0&lt;BR /&gt;&lt;BR /&gt;This is what is in my fstab file:&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol4 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/data /data vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;/dev/test/lvol1 /test vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 16:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243046#M588043</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-07-30T16:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243047#M588044</link>
      <description>The disk is still empty, but you have a valid VG backup for this disk.&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n vgtest /dev/rdsk/c7t0d0&lt;BR /&gt;&lt;BR /&gt;will restore the config.&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y vgtest&lt;BR /&gt;&lt;BR /&gt;will activate the VG.&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vgtest&lt;BR /&gt;&lt;BR /&gt;Now you need to do a "newfs" to the LVOLs (if there are any) to make them useable.</description>
      <pubDate>Wed, 30 Jul 2008 16:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243047#M588044</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-30T16:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243048#M588045</link>
      <description>how do I start from scratch. Delete everything and begin from nothing.</description>
      <pubDate>Wed, 30 Jul 2008 16:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243048#M588045</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-07-30T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243049#M588046</link>
      <description>You need to vgexport the vgtest in order to remove it from /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;man vgexport</description>
      <pubDate>Wed, 30 Jul 2008 16:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243049#M588046</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-30T16:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243050#M588047</link>
      <description>thank you, i would run the following:&lt;BR /&gt;&lt;BR /&gt;# vgexport -v -f backup /dev/test&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;after I do that, I can start with &lt;BR /&gt;&lt;BR /&gt;1. creating a PV (pvcreate)&lt;BR /&gt;2. vgcreate&lt;BR /&gt;3. lvcreate&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 17:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243050#M588047</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-07-30T17:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243051#M588048</link>
      <description>Here is what I would do after a bad disk replacement ( you can vgexport as mentioned because the data is gone any way) but this is good practice.&lt;BR /&gt;&lt;BR /&gt;Remove old drive, insert new one.&lt;BR /&gt;ioscan&lt;BR /&gt;ioscan -kfnC disk ( look for your c7t0d0 disk as claimed)&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -l -n /dev/vgtest ( this lists what devices the vgtest thinks it has)&lt;BR /&gt;vgcfgrestore -n /dev/vgtest /dev/rdsk/c7t0d0&lt;BR /&gt;vgchange -a y /dev/vgtest&lt;BR /&gt;vgdisplay -v /dev/vgtest&lt;BR /&gt;&lt;BR /&gt;( In this case because you only had one drive and it is replaced, data is gone so.. )&lt;BR /&gt;&lt;BR /&gt;newfs /dev/vgtest/rlvol1&lt;BR /&gt;mount /test-filesystem&lt;BR /&gt;&lt;BR /&gt;or just start over&lt;BR /&gt;&lt;BR /&gt;vgexport /dev/vgtest&lt;BR /&gt;pvcreate /dev/rdsk/c7t0d0&lt;BR /&gt;mkdir /dev/vgtest&lt;BR /&gt;mknod /dev/vgtest/group c 64 0x0Y0000 (pick a unique minor number for Y )&lt;BR /&gt;vgcreate /dev/vgtest /dev/dsk/c7t0d0&lt;BR /&gt;lvcreate -L SIZE_MB -n NAME /dev/vgtest&lt;BR /&gt;newfs /dev/vgtest/rNAME&lt;BR /&gt;edit /etc/fstab&lt;BR /&gt;mount /new_test_filesstem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 17:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243051#M588048</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-07-30T17:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243052#M588049</link>
      <description>thank you very much for the quick response. &lt;BR /&gt;&lt;BR /&gt;I did the vgexport and was successful.&lt;BR /&gt;&lt;BR /&gt;If I wanted to use all 3 disk combined together. I would do the following: correct me if any.&lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/rdsk/c7t0d0&lt;BR /&gt;# pvcreate /dev/rdsk/c7t2d0&lt;BR /&gt;# pvcreate /dev/rdsk/c7t4d0&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgtest&lt;BR /&gt;# mknod /dev/vgtest/group c 64 0x020000&lt;BR /&gt;&lt;BR /&gt;the vgcreate is the one that I am confused about. There are multiple PV. &lt;BR /&gt;&lt;BR /&gt;Can you provide me with the rest of the command to utilize the full extent of the 3 disk. Thank you so much for everyone's help. &lt;BR /&gt;&lt;BR /&gt;I do have the HP-UX CSA desk reference but would like to get your input.</description>
      <pubDate>Wed, 30 Jul 2008 17:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243052#M588049</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-07-30T17:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243053#M588050</link>
      <description>Now it depends if you want to add a larger disk anytime in future and if you want to stripe the LVOLs across all disks or if you want to mirror 1 disk to another.</description>
      <pubDate>Wed, 30 Jul 2008 17:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243053#M588050</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-30T17:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243054#M588051</link>
      <description>eventually i would like to mirror the disk. I have the mirror software but haven't had a chance to implement it yet.</description>
      <pubDate>Wed, 30 Jul 2008 17:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243054#M588051</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-07-30T17:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243055#M588052</link>
      <description>If you mirror the question is: How about the third disk?&lt;BR /&gt;&lt;BR /&gt;Depending on your hp-ux version you can either stripe **or** mirror the data.&lt;BR /&gt;&lt;BR /&gt;Still the question is - would you like to add a larger disk in future?&lt;BR /&gt;&lt;BR /&gt;BTW, are you running 11.11?</description>
      <pubDate>Wed, 30 Jul 2008 17:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243055#M588052</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-30T17:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243056#M588053</link>
      <description>Hi Jon:&lt;BR /&gt;&lt;BR /&gt;# vgcreate /dev/vgtest /dev/dsk/c7t0d0 /dev/dsk/c7t2d0 /dev/dsk/c7t4d0&lt;BR /&gt;&lt;BR /&gt;...will create a volume group (with defaults) containing the three physical disk provided as the arguments.  The manpages for 'vgcreate' are your friend.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 17:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243056#M588053</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-30T17:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243057#M588054</link>
      <description>I don't know how you want to use this VG in future ... but since a 73GB disk is the largest supported in this DS2100 I would extend the max_PE value to be able to include a 73GB disk later. Calculate the values depending on the PE_size you want to use.</description>
      <pubDate>Wed, 30 Jul 2008 17:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243057#M588054</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-30T17:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243058#M588055</link>
      <description>If you mirror the question is: How about the third disk?&lt;BR /&gt;&lt;BR /&gt;Depending on your hp-ux version you can either stripe **or** mirror the data.&lt;BR /&gt;&lt;BR /&gt;Still the question is - would you like to add a larger disk in future?&lt;BR /&gt;&lt;BR /&gt;BTW, are you running 11.11? &lt;BR /&gt;&lt;BR /&gt;Well in the near future, I will be purchasing another DS that will have 4 drive in it so that I can mirror all the drives. Right now, there is not enough disk to mirror .&lt;BR /&gt;&lt;BR /&gt;Currently there are 7 disk. &lt;BR /&gt;&lt;BR /&gt;4 are internal disk having 18.2 gig each. &lt;BR /&gt;c1t0d0, c1t2d0, c2t0d0, c2t2d0. &lt;BR /&gt;&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c1t0d0&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;those contain the boot and a majority of it is being used for storage of an application. I was going to use the DS2100 that I am configuring now to mirror those drive but I want to use it as an test environment.&lt;BR /&gt;&lt;BR /&gt;On 2nd thought, I only really need to use one of the drive for this test environment. I don't need it to be mirrored as it is a test environment. Can I use the other 2 drive to mirror 2 of the internal drive? how do i go about doing that.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 17:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243058#M588055</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-07-30T17:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243059#M588057</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Regarding "...Can I use the other 2 drive to mirror 2 of the internal drive? how do i go about doing that. ..."&lt;BR /&gt;&lt;BR /&gt;You can do either.  But there are some rules to follow when you mirror.  You should use different controllers.  &lt;BR /&gt;&lt;BR /&gt;c0t0d0&lt;BR /&gt;c1t0d0&lt;BR /&gt;&lt;BR /&gt;Here c0 and c1 are controllers.  If you use c0 and c0 then you have a single point of failure (* SPOF *).&lt;BR /&gt;&lt;BR /&gt;The targets should be the same.  Although this may no longer be necessary in disk arrays, for SCSI JBODS its a must due to write scheduling priorities.&lt;BR /&gt;&lt;BR /&gt;c0t0d0 and c1t0d0&lt;BR /&gt;not&lt;BR /&gt;c0t1do and c1t3do&lt;BR /&gt;&lt;BR /&gt;Here t0, t1 and t3 are targets.  The first example (*  c0t0d0 and c1t0d0 *) are fine, the second is not.&lt;BR /&gt;&lt;BR /&gt;Always use strict allocation policy.  This is the default.  This keeps you from mirroring extents back onto the primary.  Like in your example of three disks.  Eventually you will not be able to mirror additional logical volumes because of the strict allocation policy.  In short, you want alternates to be identical to primaries (* mirrors *) and a three disk vg breaks this rule.  One disk will not be mirrored.</description>
      <pubDate>Wed, 30 Jul 2008 18:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243059#M588057</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-07-30T18:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243060#M588059</link>
      <description>thank you. What if I get a 72 gb drive for the ds2100 to occupy the last opening.&lt;BR /&gt;&lt;BR /&gt;Right now on the ds2100 there are 4 slots. 3 of which is being used by 18.2 gig drives. If I get a 72 gb drive for the 4th slot. Can I use that 72 gb to mirror the 4 internal drive?&lt;BR /&gt;&lt;BR /&gt;Here is my configuration:&lt;BR /&gt;&lt;BR /&gt;HP9000 (internal drives):&lt;BR /&gt;c1t0d0&lt;BR /&gt;c1t2d0&lt;BR /&gt;c2t0do&lt;BR /&gt;c2t2d0&lt;BR /&gt;&lt;BR /&gt;DS2100:&lt;BR /&gt;c7t0d0&lt;BR /&gt;c7t2d0&lt;BR /&gt;c7t4d0&lt;BR /&gt;&lt;BR /&gt;Here is the VG and LV for HP9000:&lt;BR /&gt;&lt;BR /&gt;c1t0d0, c2t0d0, c2t2d0 = vg01 &lt;BR /&gt;with only one LV name of "storage"&lt;BR /&gt;storage  -  /storage  - 52080 MB&lt;BR /&gt;&lt;BR /&gt;c1t2d0 = vg00&lt;BR /&gt;with 8 LV.&lt;BR /&gt;vol1  -  /stand  -  300 MB&lt;BR /&gt;vol2  -  /swap  -  3072 MB&lt;BR /&gt;vol3  -  /  -  200 MB&lt;BR /&gt;vol4  -  /tmp  -  200 MB&lt;BR /&gt;vol5  -  /home  -  20 MB&lt;BR /&gt;vol6  -  /opt  -  664 MB&lt;BR /&gt;vol7  -  /usr  -  1104 MB&lt;BR /&gt;vol8  -  /var  -  3572 MB&lt;BR /&gt;&lt;BR /&gt;So total of 9132 MB of c1t2d0.&lt;BR /&gt;&lt;BR /&gt;What is your recommendation?</description>
      <pubDate>Thu, 31 Jul 2008 15:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243060#M588059</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-07-31T15:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LVM Disk and Help in Creating Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243061#M588061</link>
      <description>This may or may not work.  You never get the full 72 GB.  LVM will always subtract something for itself.  For example, the VGRA header.&lt;BR /&gt;&lt;BR /&gt;You also run into another rule.  Any vg with a 73 GB disk will have to be the first disk added into the vg.  If you add a 18 GB disk in first, and then vgextend in the 73 GB disk, then you'll only see the first 18 GB on this 73 GB disk.&lt;BR /&gt;&lt;BR /&gt;Its worth a try but I think you'll end up with 2 complete mirrors and a 3rd mirror missing the last lvol.</description>
      <pubDate>Thu, 31 Jul 2008 16:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-lvm-disk-and-help-in-creating-disk/m-p/4243061#M588061</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-07-31T16:36:41Z</dc:date>
    </item>
  </channel>
</rss>

