Command Central 10.15 | Creating, Managing, or Upgrading Standalone Product Installations | Create a New Standalone Installation | Install and Configure Platform Manager for a New Standalone Installation | Install Platform Manager Using the Command Central Bootstrapper
 
Install Platform Manager Using the Command Central Bootstrapper
After installation is complete, Platform Manager will be running and ready for use.
1. Log on to the target machine as the installation user you created when you installed Command Central.
2. Follow the instructions in your installation email from Software AG to download the Command Central bootstrapper for your operating system.
Note:
Software AG refreshes the bootstrapper with new fixes. Always use the latest bootstrapper to install Platform Manager.
Note:
If you download the UNIX bootstrapper and then transfer it to another machine, set the transfer tool you are using to binary mode.
3. Launch a command shell. On Windows, launch using Run as Administrator.
4. Run the .bat file or .sh script. The basic command using default values is shown below, where --accept-license means you accept the Software AG product license agreement (available for review at http://documentation.softwareag.com/legal/general_license.txt).
cc-def-release-fixnumber-operating_system.{bat|sh} -D SPM --accept-license
The following table shows arguments you can specify on the command to override the default values.
Argument
Value
Default
-H host_name
DNS name or IP address for Command Central to use to connect to Platform Manager after installation.
Machine on which you are running the bootstrapper
-d path
Full path to the directory in which to install Platform Manager.
Directory from which you are running the bootstrapper
-s port_number
HTTP port to use for Platform Manager.
9082
-S port_number
HTTPS port to use for Platform Manager.
9083
-p password
Password for the Platform Manager Administrator user account. If you are installing in a production environment, Software AG recommends you provide a strong, user-defined password.
manage
-P root_password
On UNIX, sudo password to use to register a daemon for Platform Manager.
Note:
You can register daemons at a later time by re-running the bootstrapper with this argument.
Examples
*To install Platform Managers on the hosts linuxhost1, solarishost2, and windowshost3, in the /opt/softwareag directory, on HTTP port 9997 and HTTPS port 9998, change the Administrator password to manage456, and register a daemon using the sudo password superuser890:
linuxhost1>./cc-def-9.12-fix3-lnxamd64.sh -d /opt/softwareag -D SPM 
-H linuxhost1.com -s 9997 -S 9998 -p manage456 -P superuser123
     
solarishost2>./cc-def-9.12-fix3-solamd64.sh -d /opt/softwareag -D SPM 
-H solarishost2.com -s 9997 -S 9998 -p manage456 -P superuser890
      
windowshost3>cc-def-10.7-fix1-w64.bat -d C:\softwareag -D SPM 
-H windowshost3.com -s 9997 -S 9998 -P manage456