Attributes for Solaris

Required attributes for Solaris

Required attribute

Description

PathName 

Defines complete pathname to access an executable program. This path includes the program name. If a process is controlled by a script, the PathName defines the complete path to the shell. Pathname must not exceed 80 characters. 

Type and dimension: string-scalar 

Solaris 8 and 9 example: /usr/lib/nfs/nfsd 

Solaris 8 and 9 example: "/usr/lib/nfs/nfsd" 

Optional attributes for Solaris

Optional attribute

Description

Arguments 

Passes arguments to the process. If a process is controlled by a script, the script is passed as an argument. Multiple arguments must be separated by a single space. A string cannot accommodate more than one space between arguments, nor allow for leading or trailing whitespace characters. Arguments must not exceed 80 characters (total). 

Type and dimension: string-scalar 

Solaris 10 example: -a 8 

Solaris 10 example: "-a 8" 

ContainerName 

Non-global zone support for Solaris 10 and above. Defines the name of the non-global zone. 

Type and dimension: string-scalar 

Solaris 10 example: zone1 

Solaris 10 example: "zone1" 

ContainerType 

Do not change. For internal use only. 

IgnoreArgs 

A flag that indicates whether monitor ignores the argument list. 

  • If the value is 0, it checks the process pathname and argument list.
  • If the value is 1, it only checks for the executable pathname and ignores the rest of the argument list.

Type and dimension: boolean-scalar 

Default: 0 

Default: "0"