Home | History | Annotate | Download | only in man1ha
 te
CDDL HEADER START

The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.

You can obtain a copy of the license at CDDL.txt
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.

When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at CDDL.txt.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]

CDDL HEADER END
Copyright 2008 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
scdsbuilder 1HA "11 Sep 2008" "Sun Cluster 3.2" "Sun Cluster Commands"
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:

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.

You have installed the Developer System Support software group of the Solaris 9 OS or Solaris 10 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:

.na 0 .ad The command completed succesfully.

.na nonzero .ad An error occurred.

FILES

.na install-directory/rtconfig .ad 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 TYPEATTRIBUTE VALUE
AvailabilitySUNWscdev
Interface StabilityEvolving
SEE ALSO

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

Sun Cluster Agent Builder in Sun Cluster Data Services Developer's Guide for Solaris OS