<?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: Ideal LV Configuration for App in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568851#M594310</link>
    <description>Hi Gunther,&lt;BR /&gt;&lt;BR /&gt;You haven't mentioned anything about your internal disks? Do you have any or are you planning to put the OS and the other data on the autoraid.&lt;BR /&gt;&lt;BR /&gt;Remember you can only configure a maximum of 8 LUNS on the autoraid (which means max of 8 logical disks) and once you create a LUN, you cannot extend it (you will have to recreate the LUN).&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;Ramesh</description>
    <pubDate>Thu, 23 Aug 2001 02:54:53 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-08-23T02:54:53Z</dc:date>
    <item>
      <title>Ideal LV Configuration for App</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568848#M594307</link>
      <description>I posted this question in the HP OpenView Network Node Manager forum and no one touched it with a 10 foot pole!  Maybe someone here might be able to help.  I've got a K460 2-way server with 1GB RAM that I'll be installing HP-UX 11.0 on.  I also have an autoRAID attached with about 24GB of capacity.  The only app that will be running on this machine will be NNM.  Does anyone have any suggestions for an ideal LV setup for this software?  In other words, how should I divide my LV's given the amount of free disk space I'll have for /usr, /, /tmp, /home, /var, etc....  I'll have about 5 users.  Thanks!</description>
      <pubDate>Wed, 22 Aug 2001 23:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568848#M594307</guid>
      <dc:creator>Gunther Schulze</dc:creator>
      <dc:date>2001-08-22T23:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal LV Configuration for App</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568849#M594308</link>
      <description>Give this a shot:&lt;BR /&gt;&lt;BR /&gt;    /usr   1.5gb to 2gb (depends upon what other things you load other than NNM)&lt;BR /&gt;    /      500mb to 700mb&lt;BR /&gt;    /tmp   500mb to 1gb depending upon how you or your&lt;BR /&gt;           utilities or users might use /tmp&lt;BR /&gt;    /home  40mb to ??? depending upon how or why your&lt;BR /&gt;           users would need to keep files locally&lt;BR /&gt;    /opt   1.5gb to 2gb (how much software do you need to load&lt;BR /&gt;    /stand 80mb-100mb (how many versions of kernel rebuilds do you want to keep?)&lt;BR /&gt;    /var   10gb to 12gb (put all log files here)&lt;BR /&gt;&lt;BR /&gt;    Leave a few GB left, just in case you need some space down the line.</description>
      <pubDate>Thu, 23 Aug 2001 01:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568849#M594308</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-08-23T01:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal LV Configuration for App</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568850#M594309</link>
      <description>NNM doesn't really do much Disk I/O activity. So we don't really have to worry about how you would lay the file systems. The default would do.&lt;BR /&gt;&lt;BR /&gt;I would always suggest to keep the OS file systems as small as possible. It will be easy to recover the system.&lt;BR /&gt;&lt;BR /&gt;Also, please do not install NNM as part of /opt or /etc/ or /var/opt file systems. Create a seperate volume group and file systems for all the applications and mount them on the required mount points. You may want to consider the following setup.&lt;BR /&gt;&lt;BR /&gt;vg00&lt;BR /&gt;&lt;BR /&gt;/stand - 150 MB&lt;BR /&gt;/var   - 1.5 GB&lt;BR /&gt;/usr   - 1 GB&lt;BR /&gt;/opt   - 1 GB&lt;BR /&gt;/tmp   - 500 MB&lt;BR /&gt;/      - 150 MB&lt;BR /&gt;pri_swap   - 3 GB &lt;BR /&gt;&lt;BR /&gt;vg01 (or any name that you like)&lt;BR /&gt;&lt;BR /&gt;Mounted Directory    Size    lv_name&lt;BR /&gt;/home   - 500 MB    home&lt;BR /&gt;/opt/OV - 500 - 1000 MB    optov&lt;BR /&gt;/var/opt/OV - 5 GB  voptov&lt;BR /&gt;/etc/opt/OV - 500 MB eoptov&lt;BR /&gt;apps    -  ???   apps&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NNM resides in /opt/OV, /etc/opt/OV and /var/opt/OV. If you have them in a seperate volume group, you don't have to worry about recoving these file systems from the backup. In case of disaster, ignite the system with make_recovery tape and import the volume group and you will be good to go.&lt;BR /&gt;&lt;BR /&gt;NNM take considerable amount of Memory. You should also have good Network bandwidth. So, you may want to study how the system is doing for few months and forecast the growth.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 02:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568850#M594309</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-23T02:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal LV Configuration for App</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568851#M594310</link>
      <description>Hi Gunther,&lt;BR /&gt;&lt;BR /&gt;You haven't mentioned anything about your internal disks? Do you have any or are you planning to put the OS and the other data on the autoraid.&lt;BR /&gt;&lt;BR /&gt;Remember you can only configure a maximum of 8 LUNS on the autoraid (which means max of 8 logical disks) and once you create a LUN, you cannot extend it (you will have to recreate the LUN).&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;Ramesh</description>
      <pubDate>Thu, 23 Aug 2001 02:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568851#M594310</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-23T02:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal LV Configuration for App</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568852#M594311</link>
      <description>Thanks Harry, Sridhar, and Ramesh!  I appreciate the suggestions.</description>
      <pubDate>Thu, 23 Aug 2001 14:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568852#M594311</guid>
      <dc:creator>Gunther Schulze</dc:creator>
      <dc:date>2001-08-23T14:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal LV Configuration for App</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568853#M594312</link>
      <description>Hi Gunter,&lt;BR /&gt;&lt;BR /&gt;Mounted Directory under vg00:&lt;BR /&gt;/     :  400 MB&lt;BR /&gt;/stand:  200 MB&lt;BR /&gt;/home :  500 MB &lt;BR /&gt;/tmp  :  500 MB &lt;BR /&gt;/opt  : 2000 MB &lt;BR /&gt;/var  : 2000 MB &lt;BR /&gt;/usr  : 2000 MB  &lt;BR /&gt;/var/adm/crash : 2000 MB&lt;BR /&gt;swap value : 4000 MB on two files to load balance ( 4000 = 4 times the 1GB memory ).&lt;BR /&gt;... &lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Thu, 23 Aug 2001 15:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ideal-lv-configuration-for-app/m-p/2568853#M594312</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-23T15:12:34Z</dc:date>
    </item>
  </channel>
</rss>

