Oracle® Solaris Cluster Data Services Developer's Guide

Exit Print View

Updated: July 2014, E39646-01
 
 

Installing and Configuring Agent Builder

Agent Builder requires no special installation. Agent Builder is included in the ha-cluster/developer/api IPS package, which is installed by default when you install the Oracle Solaris Cluster software. The Oracle Solaris Cluster Software Installation Guide contains more information.

    Before you use Agent Builder, verify the following requirements:

  • The Java runtime environment is included in your $PATH variable.

  • The cc compiler is included in your $PATH variable. Agent Builder uses the first occurrence of cc in your $PATH variable to identify the compiler with which to generate C binary code for the resource type. If cc is not included in $PATH, Agent Builder disables the option to generate C code. See Using the Create Screen.


Note - You can use a different compiler with Agent Builder than the standard cc compiler. To use a different compiler, create a symbolic link in $PATH from cc to a different compiler, such as gcc. Or, change the compiler specification in the makefile (currently, CC=cc) to the complete path for a different compiler. For example, in the makefile that is generated by Agent Builder, change CC=cc to CC=pathname/gcc. In this case, you cannot run Agent Builder directly. Instead, you must use the make and make pkg commands to generate data service code and the package.