Starting the blueprint designer, cloud discovery service, and engine
To start the blueprint designer and its associated services, you must start the cloud discovery service, the blueprint design server, and the engine Heat services.
Starting the cloud discovery service
Start the cloud discovery service:
- On Linux™ systems that manage services with the
systemd system manager, use the systemctl command:
systemctl start ibm-cloud-discovery.service
Note: If you start the cloud discovery service with the systemctl command, you must use the systemctl command to stop the cloud discovery service. - On Linux systems that do not use the systemd system, run the following
command:
cloud-discovery-service &
On Windows™, run the following command:
C:\python_installation_directory\Scripts\cloud-discovery-service.exe
Use
the location where Python is installed for
python_installation_directory
. The default installation
directory is C:\Python27. By default, the command looks like this
code:C:\Python27\Scripts\cloud-discovery-service.exe
Starting the engine Heat services
Starting the blueprint design server
Start the blueprint design server:
- On Linux, run the following
command:
Use the location of the blueprint design server installation forserver_installation_directory/bin/server start
server_installation_directory
. The default installation directory is /opt/ibm-ucd-patterns. By default, the command looks like the following code:/opt/ibm-ucd-patterns/bin/server start
- On Windows, run the following command:
Use the location of the blueprint design server installation forC:\server_installation_directory\bin\start_server
server_installation_directory
. The default installation directory is C:\Program Files\ibm-ucd-patterns. By default, the command looks like the following code:"C:\Program Files\ibm-ucd-patterns\bin\start_server"