Go to main content

Administering Resource Management in Oracle® Solaris 11.3

Exit Print View

Updated: March 2018
 
 

Please tell us how to improve our documentation:


0 of 500

0 of 500



0 of 500
Thank you for your feedback! If you want to participate in content improvement and share additional information, please click Feedback button.
Rate this document:

How to Substitute Attributes and Attribute Values for Projects

To substitute a different value for the attribute task.max-lwps in the project myproject, use the projmod command with the –s and –K options. If the attribute does not exist, it is created.

  1. Become root or assume an equivalent role.
  2. Replace the current task.max-lwps values with the new values shown.
    # projmod -s -K "task.max-lwps=(priv,100,none),(priv,120,deny)" myproject

    The result would be:

    task.max-lwps=(priv,100,none),(priv,120,deny)