Go to main content

Oracle® Solaris Cluster Generic Data Service (GDS) Guide

Exit Print View

Updated: September 2015
 
 

How to Configure the Scripts for GDS

After creating the scripts, you need to configure the new service.

  1. Type the location of the start command, or click Browse to locate the start command.

    You can specify property variables. Property variables are described in Using Property Variables in Oracle Solaris Cluster Data Services Developer’s Guide .

  2. (Optional) Type the location of the stop command, or click Browse to locate the stop command.

    You can specify property variables. Property variables are described in Using Property Variables in Oracle Solaris Cluster Data Services Developer’s Guide .

  3. (Optional) Type the location of the validate command, or click Browse to locate the validate command.

    You can specify property variables. Property variables are described in Using Property Variables in Oracle Solaris Cluster Data Services Developer’s Guide .

  4. (Optional) Type the location of the probe command, or click Browse to locate the probe command.

    You can specify property variables. Property variables are described in Using Property Variables in Oracle Solaris Cluster Data Services Developer’s Guide .

  5. (Optional) Specify new timeout values for the start, stop, validate, and probe commands.
  6. Click Configure.

    Agent Builder configures the scripts.


    Note -  Agent Builder concatenates the vendor name and the application name to create the package name.

    A package for scripts is created and placed in the following directory:

    working-dir/vendor-name-application/pkg

    For example, /export/wdir/NETapp/pkg.

    Go to How to Install the Generated Package.