1820271 Members
3553 Online
109622 Solutions
New Discussion юеВ

PRM with data protector

 
SOLVED
Go to solution
freddy_21
Respected Contributor

PRM with data protector

Hello all,

I have question, How to configure PRM?.
I want to limit resources for memory only 400 MB for backup.

4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: PRM with data protector

Shalom freddy,

links:
http://www.hp.com/products1/unix/operating/prm/manpages/prmconfig.html

training:
http://www.hp.com/education/courses/u5075s.html

configure with a gui:
http://www.hp.com/products1/unix/operating/prm/manpages/prmavail.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
freddy_21
Respected Contributor

Re: PRM with data protector

i dont know the key for limitted the backup. what processes i must configure.
Jonathan Fears
Trusted Contributor

Re: PRM with data protector

Hello Freddy,

In order to limit memory resources for a PRM group, you use the memory cap field of the group's corresponding memory record. Then all processes that run with that PRM group are subject to that specified upper limit. In your case, you would want to make sure that only processes associated with the backup are assigned to that particular PRM group through either user or application records.

#!PRM_MEM:{PRMID|GROUP}:SHARES:[CAP]:[SUPPRESS]::[[IMPORT]:[EXPORT]:[LOCKABLE]]

For example:
#!PRM_MEM:backup:10:40:::::

This give the PRM group 'backup' a guaranteed 10% of available memory while capping its memory consumption at 40% of available memory. You would need to figure out what % amount corresponds to 400 MB on your system.

Hope this helps.
freddy_21
Respected Contributor

Re: PRM with data protector

thanks