After creating all of your instances and starting HCP for cloud scale, use the service deployment wizard. This wizard runs the first time you log in to the system.
To run the service deployment wizard:
Service instances are deployed and you can now configure storage components.
Note: If you configured the System services networking incorrectly, the System Management application might not appear as an option on the Applications page. This can happen, for example, if the network.config file is not identical on all instances. For error information, view the file install_path/hcpcs/config/cluster.config or the output information logged by the script run.
To fix this issue, do the following:
- Stop the script run. You can do this using whatever method you're currently using to run the script.
- Run this command to stop all HCP for cloud scale Docker containers on the instance:
sudo install_path/hcpcs/bin/stop
- Delete the contents of the folder install_path/hcpcs from all instances.
- Delete any Docker volumes created during the installation:
docker volume rm volume-name
- Begin the installation again from the step where you unpack the installation package.
Note: The following messages indicate that the deployment process failed to initialize a Metadata Gateway service instance:
- If the deployment process repeatedly tries and fails to reach a node, it displays this message: "Failed to initialize all MetadataGateway instances. Please re-deploy the system."
- If the deployment process detects an existing Metadata Gateway partition on a node, it displays this message: "Found existing metadata partitions on nodes, please re-deploy the system."