sagcc list provisioning bootstrap installers
Retrieves a list of bootstrap installers available in Command Central.
To add bootstrap installers in Command Central, download the Command Central bootstrap installer for the required release and operating system from the Empower Product Support website and save the downloaded installer file into the $CC_HOME/profiles/CCE/data/installers directory.
Syntax
Command Central syntax:
sagcc list provisioning bootstrap installers [version=version]
[platform=platformCode][options]
Not supported on
Platform Manager.
Options
Option | Description |
installerName{.sh | .bat} | The name of the installer file to find (for example, cc-def-10.7-lnxadm64.sh). |
version=version | The version of the bootstrap installer to find. |
[platform=platformCode] | Code of the target operating system of the bootstrap installer to find. |
[options] | Any options supported by the command line interface (see
Common Options). |
Examples When Executing on Command Central
To list all available bootstrap installers:
sagcc list provisioning bootstrap installers
To list bootstrap installers for repository version “10.11” and operating system “OSX”:
sagcc list provisioning bootstrap installers version=10.11
platform=OSX