Install Command Central
Beginning with release 10.7, the .exe file of the boostrapper is deprecated. Use the .bat file to install Command Central on a Windows operating system.
You will install Command Central, Platform Manager, and the Command Central command line interface (CLI) using the Command Central bootstrapper. Software AG refreshes the bootstrapper each time new fixes are released for those components, so always use the latest bootstrapper. To install new fixes later, download the latest bootstrapper for the same Command Central release and run 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.
2. Follow the instructions in your installation email from Software AG to download the Command Central bootstrapper for your 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.
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.{bat|sh} --accept-license
[> bootstrapper.out]
You can now access the
Command Central web user interface. For more information, see
Log on and Start or Stop Command Central.
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.bat -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