Oracle Solaris Cluster Generic Data Service (GDS) Guide

Exit Print View

Updated: July 2014, E48652-01
 
 

Required GDS Properties

This section describes the required GDS properties.

Port_list Property

The Port_list property identifies the list of ports on which the application listens. You must specify the Port_list property in the start script that Agent Builder creates or with the clresource command.

Whether you must specify this property depends on whether your application is network aware or not. If you specify that your application is network aware (you set the Network_aware property to TRUE, which is the default), you must provide both the Start_command extension property and the Port_list property. If you specify that your application is non-network aware (you set the Network_aware property to FALSE), you must provide only the Start_command extension property. The Port_list property is optional.

Start_command Property

The start command, which you specify with the Start_command extension property, starts the application. This command must be a UNIX command with arguments that can be passed directly to a shell to start the application.

If your application is network aware, you must provide both the Start_command extension property and the Port_list property. If your application is non-network aware, you must provide only the Start_command extension property.