- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.0 kernel Tunning parameters for Universe ...
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
07-28-2004 07:38 PM
07-28-2004 07:38 PM
We are running universe database on HP-UX 11.0 64 bit OS N-Class server. The number of users are 160 on average and Memory is 4GB.
We face slow response complaina from users when running reports.
Could any one suggest the tuuned kernel parameter set for HP-UX kernel and relative parameteres setting in uvconfig file of universe.
dbc_max_pct 40
dbc_min_pct 5
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 09:11 PM
07-28-2004 09:11 PM
SolutionWell covered here
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=627418
Stevce Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 09:13 PM
10-25-2004 09:13 PM
Re: HP-UX 11.0 kernel Tunning parameters for Universe databse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 02:22 AM
10-26-2004 02:22 AM
Re: HP-UX 11.0 kernel Tunning parameters for Universe databse
We have the same type of set-up here, HP-UX 11.00 Universe Database,
Total Configured Memory: 2816 MB.
Kernel settings are:
dbc_max_pct=25
dbc_min_pct=5
The problem I see with the way the Universe database on our system was set up. The Database is on the same LVM (3 disks in the group) and tends slow down when a user runs a report or large query on the database.
Check your disk bottleneck when a user is running a query or report. What I tend to see here it has become a bottleneck issue, not a memory issue.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 03:52 PM
10-26-2004 03:52 PM
Re: HP-UX 11.0 kernel Tunning parameters for Universe databse
Our universe is install on local disk and application is installed on mirrored LV.
Yes the bottlenck is Hard disk during report generation.
But what about the other HP-UX kernel parameteres like Number of processes per user, open files, ninodes etc. I think they may require some explanation reagrding universe usage bcoz univers open number of files at a time.
What are your tunned parametres in uvconfig and what fron end application are u using with univers. We have around 400 users.
Regd
JAwed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:28 PM
10-27-2004 02:28 PM
Re: HP-UX 11.0 kernel Tunning parameters for Universe databse
Couple of areas to check:
If you are using static hashed files then consider resizing. (At TCL use tools like FILE.STAT, and HASH.HELP and HASH.AID, to get info on your files.)
Also check the MFILES uniVerse tunable. There may be excessive file rotation occurring.
Your application may be opening many files. As a rule, I believe MFILES should be set to 8 less than maxfiles.
You need to determine the average amount of open files in a UV session, make a change to the tunable and then regen UniVerse. (If you have Glance installed, use the adviser)
Hope this helps.
Mark.