- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need PRM Disk Bandwidth HOWTO
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
04-08-2004 06:24 AM
04-08-2004 06:24 AM
When I use XPRM to configure the disk bandwidth for a VxVM Disk Group, I select the DG (and the Volume Group box is then populated with the name of the DG), but the Group box remains greyed and uneditable), so setting the shares doesn't work (the modify button does not ungrey).
If no DG is selected, and "Add all missing" is pressed a message"User Error/The fields "Volume Group is required. Please enter a value". This is the case even when a DG is selected.
So the question is considering that this system is patched to the hilt what is missing or what am I doing wrong?
Also does the disk bandwidth manager manage bandwidth globally, or on a per DG basis? I.E are the shares for a DG just for that group on the DG or for that group on that DG in the whole system? The manual is a bit skimpy on the Disk Bandwidth subject.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 06:48 AM
04-08-2004 06:48 AM
Re: Need PRM Disk Bandwidth HOWTO
PRM only supports VxVM 3.5 and above, and does have a patch requirement.
Please see the Release Notes at:
http://docs.hp.com/hpux/pdf/B3947-90029.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 10:42 AM
04-08-2004 10:42 AM
Re: Need PRM Disk Bandwidth HOWTO
VxVM 3.5, and I've been through the document and applied those patches.
I've now experimented with editing /etc/prmconf directly as although I was using the gui because I was uncertain of how/what to do, I need to progress this problem.
Can you enlighten me as to how PRM controls access to disks? If I give a group shares that are equivalent to say 80% to a DG how is that balanced with other groups accessing other DGs.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 10:14 AM
04-15-2004 10:14 AM
Re: Need PRM Disk Bandwidth HOWTO
1) select the disk group from the pull-down tab
2) select "Add all missing" button
To change allocation for groups, expand the DG in the left pane
3) select the PRM group, then change its allocation in the right pane
Second, PRM manages disk bandwidth on a per DG basis. PRM re-organizes a disk group's I/O requests based on the allocations you have given in the configuration file. In other words, the larger the allocation a group is given, the higher and more often it is placed in the DG's run queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 11:15 AM
04-15-2004 11:15 AM
Re: Need PRM Disk Bandwidth HOWTO
Just to clarify:
Group A has 100 shares to DG1
Group B has 120 shares to DG1
Group C has 100 shares to DG2
DG1 which is used by App1 has a higher priority than DG2 because Group A+B > Group C?
Is this correct? Or is it merely that B>(A & C) and that's it.
The reason why I ask is that each App with have its own DG, and will have its own set of user, i.e. Group. Consequently the first scenario is what I need, but the latter is fairly pointless for me.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 09:05 AM
04-19-2004 09:05 AM
SolutionOTHERS:1:50::
prmgrp2:2:50::
prmgrp3:3:50::
/dev/vgprm01:1:1::
/dev/vgprm01:2:50::
/dev/vgprm01:3:50::
/dev/vgprm02:1:1::
/dev/vgprm02:2:20::
/dev/vgprm02:3:80::
We see on /dev/vg01, the two user-defined PRM groups are equally important and therefore are given entitlements allowing them equal access to the volume group. On /dev/vg02 however, say prmgrp3 is running some important databases and therefore should have more access to the disk than prmgrp2 which may be contain some other non-critical apps.
One note though, you only need disk bandwidth controls when you have multiple PRM groups competing for bandwidth on the same DG. If each PRM group has its own DG as you stated, the disk bandwith records will have no effect.