<?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: Minimum system vg00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560722#M226423</link>
    <description>All good suggestions.&lt;BR /&gt;&lt;BR /&gt;Here is what I am thinking.&lt;BR /&gt;I have and EMC mirrored lun of 8GB available on all 9 systems I want to configure this way.&lt;BR /&gt;&lt;BR /&gt;I use a golden image to install servers. After an install I always need to recover from backup /u1uv /home /tmp for the system I import the /vgdata volume for. If I make it say vg01 and put these filesystems on it I can do a vgimport of the /data and /vg01 to am image and be mostly done.&lt;BR /&gt;&lt;BR /&gt;This vg01 would also go to our disaster recovery site (SRDF) and be available for import.&lt;BR /&gt;&lt;BR /&gt;I also want to create an ignite image of the server which I can ignite from disk (another EMC logical volume part of SRDF)&lt;BR /&gt;&lt;BR /&gt;This will make my systems very portable and make recovery at our disaster site very quick.&lt;BR /&gt;&lt;BR /&gt;Maybe a /var/spool link for print jobs?&lt;BR /&gt;and /etc/lp link or mount over /etc to retain my printer configs?&lt;BR /&gt;&lt;BR /&gt;I have as many as 300 printers/system to consider.&lt;BR /&gt;&lt;BR /&gt;What is minimum?&lt;BR /&gt;Can I do this?&lt;BR /&gt;&lt;BR /&gt;move these all off to vg01 &lt;BR /&gt; Ignite my image &lt;BR /&gt;Change the fstab to vg01 and reboot?&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol4 /home vxfs&lt;BR /&gt;/dev/vg00/lvol5 /opt vxfs &lt;BR /&gt;/dev/vg00/lvol6 /tmp vxfs &lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs &lt;BR /&gt;/dev/vg00/lvol8 /var vxfs&lt;BR /&gt;/dev/vg00/lvol9 /u1/uv &lt;BR /&gt;   Change to&lt;BR /&gt;/dev/vg01/lvol4 /home vxfs&lt;BR /&gt;/dev/vg01/lvol5 /opt vxfs &lt;BR /&gt;/dev/vg01/lvol6 /tmp vxfs &lt;BR /&gt;/dev/vg01/lvol7 /usr vxfs &lt;BR /&gt;/dev/vg01/lvol8 /var vxfs&lt;BR /&gt;/dev/vg01/lvol9 /u1/uv &lt;BR /&gt;&lt;BR /&gt;Or am I asking for trouble?  The original  home opt tmp usr var in vg00 would be there just not mounted.&lt;BR /&gt;&lt;BR /&gt;By the way swap is not a problem and the /u1/uv is the $DATAHOME not the data.&lt;BR /&gt;It gets a lot of reads.&lt;BR /&gt;&lt;BR /&gt;Devender good point about /tmp&lt;BR /&gt;I just put a link to a different filesystem vg to offlose the IO&lt;BR /&gt;&lt;BR /&gt;Sorry for all the rambeling. Just trying to create the big picture. If I'm nuts just tell me. Maybe it will spark other ideas.</description>
    <pubDate>Thu, 09 Jun 2005 08:20:32 GMT</pubDate>
    <dc:creator>Larry Basford</dc:creator>
    <dc:date>2005-06-09T08:20:32Z</dc:date>
    <item>
      <title>Minimum system vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560715#M226416</link>
      <description>I want to offload the busy IO from my root disk.&lt;BR /&gt; We do lots of printing so(/var/spool ?)&lt;BR /&gt;or all of /var (is this possible with no consequence.&lt;BR /&gt;Run Universe database from /u1uv on vg00&lt;BR /&gt;it will be moved off to our EMC disk system.&lt;BR /&gt;Probably /home&lt;BR /&gt;&lt;BR /&gt;What else should I consider ?  /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted&lt;BR /&gt;/dev/vg00/lvol3     204800   69496  134280   34% /&lt;BR /&gt;/dev/vg00/lvol1     196656   74000  102984   42% /stand&lt;BR /&gt;/dev/vg00/lvol8     819200  636488  182352   78% /var&lt;BR /&gt;/dev/vg00/lvol7    1273856 1129480  144104   89% /usr&lt;BR /&gt;/dev/vg00/lvol9     614400  461563  143360   76% /u1/uv&lt;BR /&gt;/dev/vg00/lvol6    5120000  394760 4689600    8% /tmp&lt;BR /&gt;/dev/vg00/lvol5    1024000  873384  149504   85% /opt&lt;BR /&gt;/dev/vg00/lvol4     204800  147728   56984   72% /home&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2005 18:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560715#M226416</guid>
      <dc:creator>Larry Basford</dc:creator>
      <dc:date>2005-06-08T18:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum system vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560716#M226417</link>
      <description>moving print spool temporary storage off of the system disk may be a good idea if your system is fielding a lot of huge print requests. But the main kicker is the database in my opinion. Again, this is a very open to personal point of view matter but, you should not run any application which is not system related, storing data on the vg00, hence the system disks. Of course vg00 and the logical volumes underneath it can be neatly arranged so that app volumes get located on off system disk locations but all it takes is a careless sysadmin to merge the two and you find yourself in a bind very easily.&lt;BR /&gt;Once you move your database container volume off to EMC space, you may not even notice the high IO due to just printing.&lt;BR /&gt;&lt;BR /&gt;My humble 2 cents worth of opinion.</description>
      <pubDate>Wed, 08 Jun 2005 19:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560716#M226417</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-06-08T19:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum system vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560717#M226418</link>
      <description>Hi Larry,&lt;BR /&gt;&lt;BR /&gt;If you have the disk space available, do not put any non-system related files/filesystem on vg00. This will keep your vg00 clean and will reduce the change of disk failure.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul</description>
      <pubDate>Wed, 08 Jun 2005 19:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560717#M226418</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2005-06-08T19:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum system vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560718#M226419</link>
      <description>I think what you have in mind is just fine. If you still find a very busy system disk, /tmp could be the only candidate.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Devesh</description>
      <pubDate>Wed, 08 Jun 2005 21:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560718#M226419</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-06-08T21:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum system vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560719#M226420</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think the load on root disk in /dev/vg00 will be maximum because due to swap most of the time. How much swap you have ? Printing I do not think will put much load on root disk as reading a small file takes much less time then printing it. Even if you have around 15-20 printers you could not conclude that utilization is high due to more printing jobs.&lt;BR /&gt;&lt;BR /&gt;Yes high utilization on /tmp can also be a issue. How did you conclude that utilization on disk is high ? I think you need to find out the processes which cause this. Use top commands &amp;amp; tools like glance plus extra for more detailed diagnostics. &lt;BR /&gt;&lt;BR /&gt;Morover find out at which path your applications use /tmp I mean /tmp/uv or something. Then mount a file system on that path for transferring load to mounted file system. As adding a storage disk to vg00 will not be a recommended option even if it is supported.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 08 Jun 2005 23:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560719#M226420</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-06-08T23:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum system vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560720#M226421</link>
      <description>Hi Larry,&lt;BR /&gt;I am sure that you have monitored the io on the root disk. It is a non writen standard that the root vg(vg00) should have only OS related filesystem and files. as a standard we keep all application related filesystem in other VGs.&lt;BR /&gt;&lt;BR /&gt;So my suggestion is to move /u1/uv to EMC box. that should resolve your worry about io on root disk. If it is not bringng the io down, then you can think about /tmp also. Most probably once you move your application to EMC the problem may be solved.</description>
      <pubDate>Thu, 09 Jun 2005 01:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560720#M226421</guid>
      <dc:creator>Jino.P.V</dc:creator>
      <dc:date>2005-06-09T01:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum system vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560721#M226422</link>
      <description>I concur - VG00 should ony be used for OS related files.  You also need to ensure you do not cause inadvertant problems by moving OS directories fully out of VG00&lt;BR /&gt;&lt;BR /&gt;Definitely move the database out of VG00.  I would also recommend moving /var/spool to the EMC disk as its own mount point. &lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 09 Jun 2005 07:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560721#M226422</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-06-09T07:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum system vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560722#M226423</link>
      <description>All good suggestions.&lt;BR /&gt;&lt;BR /&gt;Here is what I am thinking.&lt;BR /&gt;I have and EMC mirrored lun of 8GB available on all 9 systems I want to configure this way.&lt;BR /&gt;&lt;BR /&gt;I use a golden image to install servers. After an install I always need to recover from backup /u1uv /home /tmp for the system I import the /vgdata volume for. If I make it say vg01 and put these filesystems on it I can do a vgimport of the /data and /vg01 to am image and be mostly done.&lt;BR /&gt;&lt;BR /&gt;This vg01 would also go to our disaster recovery site (SRDF) and be available for import.&lt;BR /&gt;&lt;BR /&gt;I also want to create an ignite image of the server which I can ignite from disk (another EMC logical volume part of SRDF)&lt;BR /&gt;&lt;BR /&gt;This will make my systems very portable and make recovery at our disaster site very quick.&lt;BR /&gt;&lt;BR /&gt;Maybe a /var/spool link for print jobs?&lt;BR /&gt;and /etc/lp link or mount over /etc to retain my printer configs?&lt;BR /&gt;&lt;BR /&gt;I have as many as 300 printers/system to consider.&lt;BR /&gt;&lt;BR /&gt;What is minimum?&lt;BR /&gt;Can I do this?&lt;BR /&gt;&lt;BR /&gt;move these all off to vg01 &lt;BR /&gt; Ignite my image &lt;BR /&gt;Change the fstab to vg01 and reboot?&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol4 /home vxfs&lt;BR /&gt;/dev/vg00/lvol5 /opt vxfs &lt;BR /&gt;/dev/vg00/lvol6 /tmp vxfs &lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs &lt;BR /&gt;/dev/vg00/lvol8 /var vxfs&lt;BR /&gt;/dev/vg00/lvol9 /u1/uv &lt;BR /&gt;   Change to&lt;BR /&gt;/dev/vg01/lvol4 /home vxfs&lt;BR /&gt;/dev/vg01/lvol5 /opt vxfs &lt;BR /&gt;/dev/vg01/lvol6 /tmp vxfs &lt;BR /&gt;/dev/vg01/lvol7 /usr vxfs &lt;BR /&gt;/dev/vg01/lvol8 /var vxfs&lt;BR /&gt;/dev/vg01/lvol9 /u1/uv &lt;BR /&gt;&lt;BR /&gt;Or am I asking for trouble?  The original  home opt tmp usr var in vg00 would be there just not mounted.&lt;BR /&gt;&lt;BR /&gt;By the way swap is not a problem and the /u1/uv is the $DATAHOME not the data.&lt;BR /&gt;It gets a lot of reads.&lt;BR /&gt;&lt;BR /&gt;Devender good point about /tmp&lt;BR /&gt;I just put a link to a different filesystem vg to offlose the IO&lt;BR /&gt;&lt;BR /&gt;Sorry for all the rambeling. Just trying to create the big picture. If I'm nuts just tell me. Maybe it will spark other ideas.</description>
      <pubDate>Thu, 09 Jun 2005 08:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560722#M226423</guid>
      <dc:creator>Larry Basford</dc:creator>
      <dc:date>2005-06-09T08:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum system vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560723#M226424</link>
      <description>Again this is my opinion but moving /usr and /var to a non vg00 volume, you may find yourself in a bad situation if one of those volumes decide not to cooperate at the boot time. /home, /tmp and /opt are not that much of a concern but think about /var not being able to mount at the boot time and you need to "vi" your /etc/rc.log to determine the cause. Which will require creating a temporary file in /var/tmp. Guess what ? There is no /var hence no /var/tmp. This is one of the mishaps that I can think of really quick off the top of my head, without drinking my morning coffee, but splitting the two filesystems, i.e., /var and /usr, I think you are asking for trouble.&lt;BR /&gt;&lt;BR /&gt;Other than that, I can not see any downsides to your methodology. Also, I see that you mention the diseaster recovery in the context. Actually it is a very good approach. Just don't be too hasty ofloading all volumes to SAN. &lt;BR /&gt;&lt;BR /&gt;Another thing you may consider for DR purpose is to place your root disk mirror on the SAN totally.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Thu, 09 Jun 2005 10:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560723#M226424</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-06-09T10:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum system vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560724#M226425</link>
      <description>Thanks for the encouragement.&lt;BR /&gt;&lt;BR /&gt;I thought I'd leave a copy of the vg00&lt;BR /&gt;/var /usr /opt /tmp on the root disk for such emergencies.  Just not mount them.&lt;BR /&gt;&lt;BR /&gt;I tried putting the root mirror on the EMC but was told not to because the internal disk needed bad block turned on and the EMC needed it off.&lt;BR /&gt;&lt;BR /&gt;I have heard of just booting from the EMC and have tried it sucessfully but EMC will not recommend it.  It is much a faster system when I did that though. Part of the reason I want to offload most of the filesystems to EMC disk.</description>
      <pubDate>Thu, 09 Jun 2005 16:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/minimum-system-vg00/m-p/3560724#M226425</guid>
      <dc:creator>Larry Basford</dc:creator>
      <dc:date>2005-06-09T16:01:11Z</dc:date>
    </item>
  </channel>
</rss>

