ProcessExecution

This type is a class for model objects.

Configuration for additional process execution settings used on UNIX operating systems. These values are not utilized on non-UNIX platforms.

Package: processexec

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  ProcessDef.execution



Attributes Summary
processPriority : EInt Operating system priority for the process. Only root users can change this value.
umask : EString The user mask that the process runs under (the file-mode permission mask).
runAsUser : EString Runs the process as a specific user.
runAsGroup : EString Runs the process as a member of a specific group.
runInProcessGroup : EInt The process group attribute allows the assignment of a process to a specific process group. This is useful for doing things such as processor partitioning. The sysadmins can assign a process group to run on say 6 of 12 processors and so on. The default of 0 tells it to not assign it to any specific group.



Attribute Details

processPriority  -  Operating system priority for the process. Only root users can change this value.
    Data Type: EInt
    Default value:  20
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

umask  -  The user mask that the process runs under (the file-mode permission mask).
    Data Type: EString
    Default value:  022
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

runAsUser  -  Runs the process as a specific user.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

runAsGroup  -  Runs the process as a member of a specific group.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

runInProcessGroup  -  The process group attribute allows the assignment of a process to a specific process group. This is useful for doing things such as processor partitioning. The sysadmins can assign a process group to run on say 6 of 12 processors and so on. The default of 0 tells it to not assign it to any specific group.
    Data Type: EInt
    Default value:  0
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006