ControlTier > core
 

deployment-set

Command Reference

Description

Define deployment data

Define a Deployment and its properties.

static: This command can be run outside of an object context.

Usage

ctl -m modelutil -c deployment-set -basedir <> -depot <> [-description <>] [-installroot <>] -name <> [-startuprank <>] -type <Deployment>

Options

Option Description Type Default
basedir the basedir value string
depot project depot name string ${context.depot}
description the deployment description string
installroot the deployment installroot string
name the deployment name string
startuprank the deployment startuprank string
type the deployment type string Deployment

Examples

Define the data for a deployment not yet defined in the model.

ctl -p demo -m modelutil -c deployment-set -- -name tomcat1 -type Service \
		-basedir /usr/local/tomcat -installroot /usr/local/apache-tomcat-5.5.26 \
		-description 'the first tomcat deployment'