Installer 10.11 | Complete Installation and Upgrade Information for Software AG Products | Command Central | Getting Started with Command Central | Install Command Central
 
Install Command Central
 
Override Bootstrapper Command Default Values
You install Command Central, Platform Manager, and the Command Central command line interface (CLI) using the Command Central bootstrapper. Software AG refreshes the bootstrapper every time new fixes are released for those components, so always use the latest bootstrapper to install Command Central, Platform Manager, and the Command Central CLI.
At any time after you have installed Command Central, Platform Manager, and the Command Central CLI, you can install new fixes that are released for those components by downloading the latest bootstrapper for the same Command Central release and running it against the existing Command Central installation.
Installation requirements are as follows:
*The machine on which you install Command Central must have the following:
*At least 5GB of disk space, 2GB of RAM, and 4 CPU cores.
*An additional 50G if you are going to use Command Central to install your products, install fixes on your products, or upgrade your products.
*Access to product host machines.
*The operating system on the Command Central host machine must be among those listed in System Requirements for Software AG Products. Windows operating systems must have the latest Windows updates. In particular, installation on Windows 8.1 and Windows Server 2012 R2 will fail if Microsoft update KB2919355 from April 2014 is not present.
*Command Central must be the only product in its installation directory, so you can easily upgrade Command Central even when not you are not upgrading your products.
1. Review the Software AG product license agreement at http://documentation.softwareag.com/legal/general_license.txt. You will have to accept the agreement when you run the bootstrapper.
2. Follow the instructions in your installation email from Software AG to download the Command Central bootstrapper for your operating system.
Beginning with release 10.7, the .exe file of the bootstrapper is deprecated. Download the .bat file to install Command Central on a Windows operating system.
If you download the UNIX bootstrapper and then transfer it to another machine, set the transfer tool you are using to binary mode.
3. On Windows, create an installation user account with Windows system administrator privileges. On UNIX, create a non-root installation user account with full read and write permissions to the target installation directory. The account will own all files you install.
4. Log on to the target machine under the account you just created.
5. Launch a command shell. On Windows, launch using Run as Administrator.
6. Run the command below using the privileges or permissions stated earlier. The bootstrapper command provided below uses default values, where --accept-license means you accept the Software AG product license agreement (available for review at https://documentation.softwareag.com/legal/general_license.txt). If you want to override the default values, see Override Bootstrapper Command Default Values.
Note:
On Windows, if you do not run the command under a user account with system administrator privileges, the console window will close automatically and you will not be able to see output describing success or errors, nor will you be able to see -help output.
The installation process produces many messages. To capture all messages, send the output to a file by specifying > bootstrapper.out on the command below (or, if you prefer, increase your buffer before running the command).
cc-def-release-fixnumber-operating_system.{exe|sh} --accept-license
[> bootstrapper.out]
7. Write down the Command Central URL and authentication credentials that are listed in the command shell so you can log on.
Examples
*To install on a Windows system in the c:\sagcc directory and set the password for the Command Central Administrator user account to $uperCCAdm1n:
cc-def-10.3-fix1-w64.exe -d c:\sagcc -p $uperCCAdm1n --accept-license
*To install on a UNIX system in the /opt/sagcc directory on the UNIX system cchost.com, set the port values, and set the password for the Command Central Administrator user account to $uperCCAdm1n:
chmod +x cc-def-10.2-fix3-lnxamd64.sh
cc-def-10.2-fix3-lnxamd64.sh -d /opt/sagcc -H cchost.com -c 9090 -C 9091 
-s 9092 -S 9093 -p $uperCCAdm1n --accept-license