Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

scdsbuilder(1ha) [opensolaris man page]

scdsbuilder(1HA)					       Sun Cluster Commands						  scdsbuilder(1HA)

NAME
scdsbuilder - launch GUI version of Sun Cluster Agent Builder SYNOPSIS
scdsbuilder DESCRIPTION
The scdsbuilder command launches the GUI version of the Sun Cluster Agent Builder. Before you use Agent Builder, verify the following requirements: o The Java runtime environment is included in your $PATH variable. Agent Builder depends on the Java Development Kit, starting with Version 1.3.1. If the Java Development Kit is not included in your $PATH variable, the Agent Builder command (scdsbuilder) returns and displays an error message. o You have installed the Developer System Support software group of the Solaris 9 OS or Solaris 10 OS. o 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 com- plete 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 succesfully. 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 |SUNWscdev | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
cc(1B), scdscreate(1HA), scdsconfig(1HA), attributes(5) Chapter 9, Sun Cluster Agent Builder, in Sun Cluster Data Services Developer's Guide for Solaris OS Sun Cluster 3.2 14 Sep 2007 scdsbuilder(1HA)

Check Out this Related Man Page

scdsconfig(1HA) 					       Sun Cluster Commands						   scdsconfig(1HA)

NAME
scdsconfig - configure resource type template SYNOPSIS
scdsconfig -s start_command [-u start_method_timeout] [-e validate_command] [-y validate_method_timeout] [-t stop_command] [-v stop_method_timeout] [-m probe_command] [-n probe_timeout] [-d working_directory] DESCRIPTION
The scdsconfig command configures the resource type template that you created with the scdscreate(1HA) command. The scdsconfig command enables you to configure C, Generic Data Service (GDS), or Korn shell-based templates for both network aware (client-server model) and non- network aware (clientless) applications. The scdsconfig command configures application-specific commands to start, stop, validate, and probe the application. You can also use the scdsconfig command to set timeout values for the start, stop, validate, and probe commands. The scdsconfig command supports both network aware (client-server model) and non-network aware (clientless) applications. You can run the scdsconfig command from the same directory where the scdscreate command was run. You can also specify that same directory by using the -d option. The scdsconfig command configures the resource type template by placing the user-specified parameters at correct locations in the generated code. If C was the type of gener- ated source code, this command also compiles the code. The scdsconfig command puts the output into a Solaris package that you can then install. This command creates the package in the pkg subdirectory under the $vendor_id$resource_type_name directory created by the scdscre- ate command. OPTIONS
The following options are supported: -d working_directory Specifies the directory where the scdscreate command was run. You must specify this option if you run the scdsconfig command from a directory other than the directory where the scdscreate command was run. -e validate_command Specifies the absolute path to a command to invoke to validate the application. If you do not specify an abso- lute path, the application is not validated. The validate_command returns with an exit status of 0 if the application is running successfully. An exit status other than 0 indicates that the application is failing to perform correctly. In this case, one of two results occur, depending on the failure history of the application in the past: o The resources of this resource type are either restarted on the same node or zone. o The resource group that contains the resource has failed over to another healthy node or zone. -m probe_command Specifies a command to periodically check the health of the network aware or non-network aware application. It must be a complete command line that can be passed directly to a shell to probe the application. The probe_com- mand returns with an exit status of 0 if the application is running successfully. An exit status other than 0 indicates that the application is failing to perform correctly. In this case, one of two results occur, depending on the failure history of the application in the past: o The resources of this resource type are either restarted on the same node or zone. o The resource group that contains the resource is failed over to another healthy node or zone. -n probe_timeout Specifies the timeout, in seconds, for the probe command. The timeout must take into account system overloads to prevent false failures. The default value is 30 seconds. -s start_command Specifies the command that starts the application. The start command must be a complete command line that can be passed directly to a shell to start the application. You can include command-line arguments to specify host names, port numbers, or other configuration data that is necessary to start the application. To create a resource type with multiple independent process trees, you specify a text file that contains the list of com- mands, one per line, to start the different process trees. -t stop_command Specifies the stop command for the application. The stop command must be a complete command line that can be passed directly to a shell to stop the application. If you omit this option, the generated code stops the application by issuing signals. The stop command is allotted 80 percent of the timeout value to stop the appli- cation. If the stop command fails to stop the application within this period, a SIGKILL is allotted 15 percent of the timeout value to stop the application. If SIGKILL also fails to stop the application, the stop method returns with an error. -u start_method_timeout Specifies the timeout, in seconds, for the start command. The timeout must take into account system overloads to prevent false failures. The default value is 300 seconds. -v stop_method_timeout Specifies the timeout, in seconds, for the stop command. The timeout must take into account system overloads to prevent false failures. The default value is 300 seconds. -y validate_method_timeout Specifies the timeout, in seconds, for the validate command. The timeout must take into account system over- loads to prevent false failures. The default value is 300 seconds. EXIT STATUS
The following exit status codes are returned: 0 The command completed successfully. nonzero An error occurred. FILES
working_directory/rtconfig Contains information from the previous session. Facilitates the tool's quit and restart feature. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscdev | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
ksh(1), scdsbuilder(1HA), scdscreate(1HA), attributes(5) Sun Cluster 3.2 27 Mar 2006 scdsconfig(1HA)
Man Page