Software AG Command Central 10.2 | Command Central Developer Reference | Using the Command Line Interface | Provisioning Bootstrap Installers Commands | sagcc create provisioning bootstrap installers
 
sagcc create provisioning bootstrap installers
DEPRECATED. Creates a bootstrap installer image from a local or remote master product repository, configured with valid user credentials, and registers the bootstrap installer image as an image product repository.
Use the Command Central bootstrap installer to bootstrap Platform Manager installations for releases 9.12 and higher. You can download the Command Central bootstrap installer for the release that you want from the Empower Product Support website. Save the downloaded Command Central bootstrap installer file into the $CC_HOME/profiles/CCE/data/installers directory, so that you can use the installer in the nodes section of the composite templates, which is the recommended way to bootstrap nodes.
Syntax
*Command Central syntax:
*With an input file:
sagcc create provisioning bootstrap installers  
{--input | -i} filename{.xml | .json} [options]
*With arguments:
sagcc create provisioning bootstrap installers [version=version
[repoName= name] [platform=platform] [product=product
[distribution=type] [options]
*Not supported on Platform Manager.
Options
Option
Description
{--input | -i} filename{.xml | .json}
Optional. Input file in XML or JSON format that contains the bootstrap installer image details. For more information, see input.
You can either use an input data file or specify arguments for the command. For an example of a bootstrap details XML file, see the usage notes for the sagcc exec provisioning bootstrap nodes command.
[version=version]
Version of the product repository for which to create the bootstrap installer image.
Valid values are:
*major version (for example, 9)
*major.minor version (for example, 9.8)
*latest
If Command Central cannot match the specified version to a registered product repository, Command Central returns an error.
If you do not specify this option, the command uses the latest version available in the product repository.
[repoName=name]
Name of the product repository from which to create the bootstrap installer image.
If you do not include this parameter, the command uses:
*The product repository that matches the version specified in the version=version argument
*If the version=version argument is not specified, the registered repository for the latest version.
*If only one product repository is registered in Command Central, the command uses that repository.
If no repositories are registered in Command Central, the command returns an error.
[platform=platform]
ID of the target operating system for which to create the bootstrap installer image.
If you do not specify this option, the command uses the operating system on the localhost machine.
[product=product]
ID of products to include in the bootstrap installer image. Valid values are SPM, CCE, and CLI.
[distribution=type]
Software distribution to include in the bootstrap installer image. Valid values are:
*MIN. Platform Manager only. Supported only for a local installation on the Command Central host. This distribution does not install the Java Runtime Environment (JRE) supported by webMethods products and uses the JRE of the target machine.
*DEF. Platform Manager, Update Manager, and the Command Central command line interface.
*ALL. Platform Manager, Update Manager, the Command Central command line interface, and all Platform Manager product plug-ins. Supported only for releases 9.8 and 9.9
If you do not specify this option, the command includes the complete distribution.
[options]
Any option supported by the command line interface (see Common Options).
Usage Notes
If you want to create the bootstrap installer image from a mirror repository, you must specify only mirror repositories created on the local Platform Manager installation.
Examples When Executing on Command Central
*To create a bootstrap installer image with complete distribution from the latest product version for the operating system on the localhost machine:
sagcc create provisioning bootstrap installers
*To create a bootstrap installer image with complete distribution from a repository with version “9.8” for operating system with ID “LNXAMD64”:
sagcc create provisioning bootstrap installers 
version=9.8 platform=LNXAMD64 distribution=ALL
*To create a bootstrap installer image, based on the “bootstrapInfo.xml” file that contains the bootstrap data required to create the image:
sagcc create provisioning bootstrap installers --input bootstrapInfo.xml

Copyright © 2013-2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release