Install Command Central
About this task
You install Command Central, Platform Manager, and the Command Central command line interface (CLI) using the Command Central bootstrapper. IBM 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 Command Central system requirements are the same as those for Integration Server. For more information, see the system requirements for webMethods products that are located on the IBM Clearing House website. To view the reports for webMethods products, search for "webMethods".
- 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.
- When installing on a machine running on Windows, you can only install Command Central on a local hard drive. You cannot install Command Central on a network-mounted drive.
- 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.
Procedure
Results
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-11.1-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.11-fix3-lnxamd64.sh cc-def-11.1-fix3-lnxamd64.sh -d /opt/sagcc -H cchost.com -c 9090 -C 9091 -s 9092 -S 9093 -p $uperCCAdm1n --accept-license