Attributes for AIX

Required attributes for AIX

Required attribute

Description

AppName 

Name of the application as it appears in the Web server. 

Type and dimension: string-scalar 

Example: "cmc" 

 

InstallDir 

Path to the Web application installation. You must install the Web application as a .war file with the same name as the AppName parameter. Point this attribute to the directory that contains this .war file. 

Type and dimension: string-scalar 

Example: If the AppName is cmc and InstallDir is opt/VRTSweb/VERITAS, the agent constructs the path for the Web application as
/opt/VRTSweb/VERITAS/cmc.war. 

 

TimeForOnline 

The time the Web application takes to start after loading it into the Web server. This parameter is returned as the exit value of the online script, which inform VCS of the time it needs to wait before calling monitor on the Web application resource. This attribute is typically at least five seconds. 

Type and dimension: integer-scalar 

 

Optional attributesfor AIX
Optional attribute
Description
NumThreads
Number of threads used within the agent process for managing resources. This number does not include threads used for other internal purposes.
Symantec strongly recommends that you retain the default value of the NumThreads attribute of 1. Setting this attribute to a higher value may result in agent function timeouts due to serialization of underlying commands.
Default: 1