Oracle® Solaris Cluster Reference Manual

Exit Print View

Updated: July 2014, E39662-01
 
 

scdsbuilder (1HA)

Name

scdsbuilder - launch GUI version of Oracle Solaris Cluster Agent Builder

Synopsis

scdsbuilder 

Description

The scdsbuilder command launches the GUI version of the Oracle Solaris Cluster Agent Builder.

Before you use Agent Builder, verify the following requirements:

  • The Java runtime environment is included in your $PATH variable. Agent Builder depends on the Java Development Kit, starting with Version 1.6. If the Java Development Kit is not included in your $PATH variable, the Agent Builder command (scdsbuilder) returns and displays an error message.

  • You have installed the Developer System Support software group of the Oracle Solaris OS.

  • 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.


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.

Exit Status

This command returns the following exit status codes:

0

The command completed successfully.

nonzero

An error occurred.

Files

install-directory /rtconfig

Contains information from the previous session. This information facilitates the tool's quit and restart feature.

Attributes

See attributes (5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
ha-cluster/developer/api
Interface Stability
Evolving

See also

cc(1), scdscreate(1HA), scdsconfig(1HA), attributes (5)

Oracle Solaris Cluster Data Services Developer’s Guide