<?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: Creating new LV on second disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100644#M601508</link>
    <description>Hi Ed,&lt;BR /&gt;&lt;BR /&gt;If you have loaded the machine from scratch, then the Quantum disk is not likely to contain anything useful.&lt;BR /&gt;&lt;BR /&gt;To use this disk, you can use SAM. Or you could use command lines, depending on your level of expertise.&lt;BR /&gt;&lt;BR /&gt;Essentially, the method goes:&lt;BR /&gt;&lt;BR /&gt;1. Initialise the disk.&lt;BR /&gt;2. Add disk to a volume group&lt;BR /&gt;3. Add logical volumes to it&lt;BR /&gt;4. Create filesystems&lt;BR /&gt;5. Mount the logical volumes&lt;BR /&gt;&lt;BR /&gt;You can do all of this in SAM.&lt;BR /&gt;&lt;BR /&gt;Mike.&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Nov 2007 07:28:57 GMT</pubDate>
    <dc:creator>Mike Shilladay</dc:creator>
    <dc:date>2007-11-12T07:28:57Z</dc:date>
    <item>
      <title>Creating new LV on second disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100642#M601506</link>
      <description>Hi Everyone&lt;BR /&gt;&lt;BR /&gt;I am in the process of configuring a C3000 machine to which I have installed the HP-UX 11i V1 OS. The machine contains two hard disks. &lt;BR /&gt;&lt;BR /&gt;1) QUANTUM Atlas4-9LVD  8678 Mbytes    Unused&lt;BR /&gt;2) SEAGATE ST39103LC  8678 Mbytes  LVM&lt;BR /&gt;&lt;BR /&gt;The OS is loaded on the second disk as the Volume Group vg00. The default logical volumes (created by the install) are shown below (from SAM)&lt;BR /&gt;&lt;BR /&gt;Logical Volume  Volume  Group  Type     Use                  Mbytes  Mirror  Mount&lt;BR /&gt;lvol1                 vg00                   LVM     HFS                300         0          /stand&lt;BR /&gt;lvol2                 vg00                   LVM      Swap/Dump  2048       0           &lt;BR /&gt;lvol3                 vg00                   LVM      VxFS             200         0           /&lt;BR /&gt;lvol4                 vg00                   LVM      VxFS             200         0           /tmp&lt;BR /&gt;lvol5                 vg00                   LVM      VxFS             20           0           /home&lt;BR /&gt;lvol6                 vg00                   LVM      VxFS             3040       0           /opt&lt;BR /&gt;lvol7                 vg00                   LVM      VxFS             1252       0           /usr&lt;BR /&gt;lvol8                 vg00                   LVM      VxFS             1612       0           /var&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1) How do I go about mounting the QUANTUM drive to examine what it contains?&lt;BR /&gt;2) Can I create an lvol9 on this drive as ‘/space’ for example taking up the whole drive?&lt;BR /&gt;3) If the QUANTUM drive proves unusable from which of the lvol1 – lvol8 can I rob space to create my ‘/space’ partition on the SEAGATE?&lt;BR /&gt;4) Can I do all the above in SAM?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any help you can give&lt;BR /&gt;&lt;BR /&gt;Ed&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2007 07:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100642#M601506</guid>
      <dc:creator>Edmund Brown</dc:creator>
      <dc:date>2007-11-12T07:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new LV on second disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100643#M601507</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;Seee if the quantum is in a volume group.&lt;BR /&gt;&lt;BR /&gt;If so, pvdisplay -v / lvdisplay -v the contents.&lt;BR /&gt;&lt;BR /&gt;If not.&lt;BR /&gt;&lt;BR /&gt;pvcreate the disk&lt;BR /&gt;&lt;BR /&gt;lvextend volume group to new disk or&lt;BR /&gt;vgcreate new volume group on the disk.&lt;BR /&gt;&lt;BR /&gt;4) Yes but its advisable to use the command line because sam makes mistakes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 Nov 2007 07:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100643#M601507</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-11-12T07:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new LV on second disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100644#M601508</link>
      <description>Hi Ed,&lt;BR /&gt;&lt;BR /&gt;If you have loaded the machine from scratch, then the Quantum disk is not likely to contain anything useful.&lt;BR /&gt;&lt;BR /&gt;To use this disk, you can use SAM. Or you could use command lines, depending on your level of expertise.&lt;BR /&gt;&lt;BR /&gt;Essentially, the method goes:&lt;BR /&gt;&lt;BR /&gt;1. Initialise the disk.&lt;BR /&gt;2. Add disk to a volume group&lt;BR /&gt;3. Add logical volumes to it&lt;BR /&gt;4. Create filesystems&lt;BR /&gt;5. Mount the logical volumes&lt;BR /&gt;&lt;BR /&gt;You can do all of this in SAM.&lt;BR /&gt;&lt;BR /&gt;Mike.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2007 07:28:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100644#M601508</guid>
      <dc:creator>Mike Shilladay</dc:creator>
      <dc:date>2007-11-12T07:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new LV on second disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100645#M601509</link>
      <description>Steven / Mike&lt;BR /&gt;&lt;BR /&gt;Firstly, thanks for the replies. As you may have guessed I am new to this platform and its administration, as such I find using the SAM GUI a little easier than the command line.&lt;BR /&gt;&lt;BR /&gt;Using SAM I have successfully created /space as the logical volume lvol9 in the volume group vg00. As I am not 100% sure about the history / integrity of this disk could you please advise on what disk checking utilities I could run.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ed &lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2007 08:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100645#M601509</guid>
      <dc:creator>Edmund Brown</dc:creator>
      <dc:date>2007-11-12T08:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new LV on second disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100646#M601510</link>
      <description>Hi Ed,&lt;BR /&gt;&lt;BR /&gt;By default EMS is configured on recent installs. This software monitors disks amongest other things and will mail a message to root in the event that a disk looks suspect.&lt;BR /&gt;&lt;BR /&gt;You can also look at the disk information by using STM (Support Tools Manager)&lt;BR /&gt;&lt;BR /&gt;type stm at the prompt, then O for OK, then D for disks, press tab to get to the top buttons. &lt;BR /&gt;&lt;BR /&gt;T for tools, press return if information is highlighted, and then run.&lt;BR /&gt;&lt;BR /&gt;Use the arrows keys to scroll down. You should see statistics under the Error Log heading. Small numbers are acceptable (small being less than 20 in my expierience). Any large numbers could indicate a problem.&lt;BR /&gt;&lt;BR /&gt;There are more methods, probabaly the best being just expierience on the OS.&lt;BR /&gt;&lt;BR /&gt;Post again if you need more ideas.&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
      <pubDate>Mon, 12 Nov 2007 10:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-lv-on-second-disk/m-p/4100646#M601510</guid>
      <dc:creator>Mike Shilladay</dc:creator>
      <dc:date>2007-11-12T10:05:40Z</dc:date>
    </item>
  </channel>
</rss>

