- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ideal LV Configuration for App
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 04:29 PM
08-22-2001 04:29 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 06:50 PM
08-22-2001 06:50 PM
Re: Ideal LV Configuration for App
/usr 1.5gb to 2gb (depends upon what other things you load other than NNM)
/ 500mb to 700mb
/tmp 500mb to 1gb depending upon how you or your
utilities or users might use /tmp
/home 40mb to ??? depending upon how or why your
users would need to keep files locally
/opt 1.5gb to 2gb (how much software do you need to load
/stand 80mb-100mb (how many versions of kernel rebuilds do you want to keep?)
/var 10gb to 12gb (put all log files here)
Leave a few GB left, just in case you need some space down the line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 07:38 PM
08-22-2001 07:38 PM
SolutionI would always suggest to keep the OS file systems as small as possible. It will be easy to recover the system.
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.
vg00
/stand - 150 MB
/var - 1.5 GB
/usr - 1 GB
/opt - 1 GB
/tmp - 500 MB
/ - 150 MB
pri_swap - 3 GB
vg01 (or any name that you like)
Mounted Directory Size lv_name
/home - 500 MB home
/opt/OV - 500 - 1000 MB optov
/var/opt/OV - 5 GB voptov
/etc/opt/OV - 500 MB eoptov
apps - ??? apps
...
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.
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.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 07:54 PM
08-22-2001 07:54 PM
Re: Ideal LV Configuration for App
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.
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).
-Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 07:37 AM
08-23-2001 07:37 AM
Re: Ideal LV Configuration for App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 08:12 AM
08-23-2001 08:12 AM
Re: Ideal LV Configuration for App
Mounted Directory under vg00:
/ : 400 MB
/stand: 200 MB
/home : 500 MB
/tmp : 500 MB
/opt : 2000 MB
/var : 2000 MB
/usr : 2000 MB
/var/adm/crash : 2000 MB
swap value : 4000 MB on two files to load balance ( 4000 = 4 times the 1GB memory ).
...
Magdi