If you configured the service volumes to use volume drivers in (optional) Configure volumes for services and jobs, use these commands to list and view the Docker volumes created on all instances in the system:
- docker volume ls
- docker volume inspect volume_name
If volumes were created incorrectly, you need to redo the system installation:
- Stop the run script from running. You do this using whatever method you're currently using to run the script.
- Run this command to stop all Content Intelligence Docker containers on the instance: sudo install_path/hci/bin/stop
- Delete the contents of the folder install_path/hci from all instances.
- Delete any Docker volumes created during the installation: docker volume rm volume_name
- Begin the installation again from Unpack the installation package.