<?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: Volume Groups? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218887#M892397</link>
    <description>I would say rarely if ever, share vg00 with anything. &lt;BR /&gt;&lt;BR /&gt;As far as oracle goes. How to break it up depends. Typically you want to spread the I/O out on as many channels as possible.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Mar 2004 10:13:21 GMT</pubDate>
    <dc:creator>Marvin Strong</dc:creator>
    <dc:date>2004-03-15T10:13:21Z</dc:date>
    <item>
      <title>Volume Groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218884#M892394</link>
      <description>Very new to HP-UNIX. I have a volume group vg00 which seems to have my system files on it.&lt;BR /&gt;&lt;BR /&gt;I have a tape array 5300 with 12 36gb drives on it for Oracle databases which I will load later. I have created three LUN's with these drives. 155, 50, 60gb.  Active spare set to automatic, and set to AutoRaid.&lt;BR /&gt;&lt;BR /&gt;155 for databases and the oracle load itself.&lt;BR /&gt;50  archive logs&lt;BR /&gt;60  backups&lt;BR /&gt;&lt;BR /&gt;When going into SAM it is asking if I want to create a new volume group or use an existing one. &lt;BR /&gt;&lt;BR /&gt;Should I create a new volume group for each LUN, or one group for all, or use the same volume group vg00? What is the plus and minus of either?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 09:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218884#M892394</guid>
      <dc:creator>Jesse Delk</dc:creator>
      <dc:date>2004-03-15T09:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218885#M892395</link>
      <description>Its not a good idea to do your entire sysetm in vg00.&lt;BR /&gt;&lt;BR /&gt;Reason: Disaster REcovery.&lt;BR /&gt;&lt;BR /&gt;You can use make_tape_recovery to get vg00 images, which a lot of us normally limit to OS/boot filesystems. You can then, if a patch messes up your system recover back to from tape without overwriting your data.&lt;BR /&gt;&lt;BR /&gt;This seems like a strategy post, so I'll giv you mine.&lt;BR /&gt;&lt;BR /&gt;I have vg00 strictly boot and OS. vg01 is binaries, software and stuff. vg02 is exclusively for oracle data. It makes things neat and easy to remember.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Mar 2004 09:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218885#M892395</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-15T09:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218886#M892396</link>
      <description>There is no "correct" answer here but, in general, vg00 is used for the OS and for the "standard" packages that reside in /opt. This makes OS upgrades/patching/system migrations much easier. &lt;BR /&gt;&lt;BR /&gt;Beyond that is it pretty much up to you. Rather than thinking in terms of LUN's and VG's, think in terms of LVOL's. Also note that a VG can be comprised of multiple LUN's and often this is a good idea since it gives you a method to spread IO across multiple SCSI buses. I would tend to divide Oracle into at least 3 LVOL/filesystems within the same VG. One for binaries, one for data/indices, and one for archive/redo logs. That lets you play with various mount options. One other approach that I would use if using raw devices for databases is to add a level of indirection. For example, suppose that you are using /dev/vg01/rlvol2 as a datafile. Rather than using the raw devive directly, use /oradata/user01.raw and then symbolically link /oradata/user01.raw to /dev/vg01/rlvol2. That way, future changes are trivially easy. You could even go back to fully cooked I/O with no Oracle changes.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 10:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218886#M892396</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-15T10:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218887#M892397</link>
      <description>I would say rarely if ever, share vg00 with anything. &lt;BR /&gt;&lt;BR /&gt;As far as oracle goes. How to break it up depends. Typically you want to spread the I/O out on as many channels as possible.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 10:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218887#M892397</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-03-15T10:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218888#M892398</link>
      <description>As most of have already recommeded, keep vg00 exclusive for OS.&lt;BR /&gt;&lt;BR /&gt;As UNIX files and directories are arranged in a systematic manner, like a tree structure it is a recommended practice to organize logical volume/volume groups in similar fashion for beter management and system recovery (if needed).&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Mon, 15 Mar 2004 10:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218888#M892398</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-03-15T10:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218889#M892399</link>
      <description>Here's what we do:&lt;BR /&gt;&lt;BR /&gt;Vgcreate volume groups as per the following standard &lt;BR /&gt;Preamble: VG00 - VG09 are internal disks, VG10 and higher are reserved for EMC/Disk Arrays. &lt;BR /&gt;VG00 &lt;BR /&gt;The root volume group VG00 should be mirrored and only contain OS files.&lt;BR /&gt;Primary swap should be 1 x memory&lt;BR /&gt;/ - 140MB (HP Default)&lt;BR /&gt;/usr - 1 GB&lt;BR /&gt;/var - 1GB&lt;BR /&gt;/tmp - 512MB&lt;BR /&gt;/stand - 128MB&lt;BR /&gt;/var/adm/crash - 1 x memory + 512MB&lt;BR /&gt;/opt - 1GB&lt;BR /&gt;/home - 512MB with quotas (32MB soft, 64MB hard)&lt;BR /&gt;Note: /var/tmp should be a symbolic link to /tmp.  /tmp should be 1777 (sticky bit).&lt;BR /&gt;VG01&lt;BR /&gt;/app - 512MB&lt;BR /&gt;/usr/local - 512MB&lt;BR /&gt;/app/admin - 512MB&lt;BR /&gt;VG02&lt;BR /&gt;File system swap&lt;BR /&gt;VG03&lt;BR /&gt;Applications&lt;BR /&gt;VG04-VG09&lt;BR /&gt;Reserved&lt;BR /&gt;VG10 - VG19&lt;BR /&gt;Log volumes (redo, archive, etc)&lt;BR /&gt;VG20 - VG256&lt;BR /&gt;Data volumes &lt;BR /&gt; &lt;BR /&gt;Miscellaneous&lt;BR /&gt;Don't use strict/contiguous when creating logical volumes.&lt;BR /&gt;Create file systems with "large file" support (fsadm).&lt;BR /&gt;Mount file systems with "delaylog".&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 15 Mar 2004 11:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218889#M892399</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-03-15T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218890#M892400</link>
      <description>Hi,&lt;BR /&gt;I will strictly recommend not to use the existing one as &lt;BR /&gt;1)Easier to Diagnose if any problem.&lt;BR /&gt;2)No Quorum Problems in case of multiple Disk Failures.&lt;BR /&gt;3)Easier to see the i/o processes and bottlenecks.&lt;BR /&gt;&lt;BR /&gt;There doesn't seems any Minus.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Mar 2004 00:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3218890#M892400</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-03-16T00:49:41Z</dc:date>
    </item>
  </channel>
</rss>

