sun.com docs.sun.com My Sun Worldwide Sites

Previous Previous     Contents     Index     Next Next

ProcedureHow to Remove Attribute Values From Projects

This procedure uses the values:

task.max-lwps=(priv,100,deny),(priv,1000,signal=KILL)

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see "Using the Solaris Management Tools With RBAC (Task Map)" in System Administration Guide: Basic Administration.

  2. To remove an attribute value from the resource control task.max-lwps in the project myproject, use the projmod command with the -r and -K options.

    # projmod -r -K "task.max-lwps=(priv,100,deny)" myproject

    If task.max-lwps has multiple values, such as:

    task.max-lwps=(priv,100,deny),(priv,1000,signal=KILL)

    The first matching value would be removed. The result would then be:

    task.max-lwps=(priv,1000,signal=KILL)

ProcedureHow to Remove a Resource Control Attribute From a Project

To remove the resource control task.max-lwps in the project myproject, use the projmod command with the -r and -K options.

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see "Using the Solaris Management Tools With RBAC (Task Map)" in System Administration Guide: Basic Administration.

  2. Remove the attribute task.max-lwps and all of its values from the project myproject:

    # projmod -r -K task.max-lwps myproject

ProcedureHow 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 superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see "Using the Solaris Management Tools With RBAC (Task Map)" in System Administration Guide: Basic Administration.

  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)

ProcedureHow to Remove the Existing Values for a Resource Control Attribute

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see "Using the Solaris Management Tools With RBAC (Task Map)" in System Administration Guide: Basic Administration.

  2. To remove the current values for task.max-lwps from the project myproject, type:

    # projmod -s -K task.max-lwps myproject

Previous Previous     Contents     Index     Next Next
Company Info Contact Terms of Use Privacy Copyright 1994-2007 Sun Microsystems, Inc.