Forum Discussion

coloup's avatar
coloup
Level 2
7 years ago

CloudPoint 2.0 installation problems

I downloaded CP2.0 but the instructions still refer to 1.x

Is there a new CP2.0 help site? If yes where is it?

I loaded the image but when i try to run it, it fails with the following message:/root/cp_start.sh: line 482: 1: unbound variable

Maybe the docker run command is different for CP2.0?

Any ideas?

Thanks

Costas

 

 

  • Hi coloup

    We have a quick start guide for Microsoft Azure at : https://sort.veritas.com/DocPortal/pdf/cp_qs_for_azure .

    Granted its for Azure, but you can use the same deployment instructions from there :

    <Snippet>

    - Load the image. # sudo docker load –I /install_directory/cloudpoint_image 
    - On the instance, open the following ports:
          443    - CloudPoint user interface uses this port as the default HTTPS port. 
          5671  - The RabbitMQ server uses this port for communications. This port must be open to support multiple agents.
    - Run the CloudPoint container. # sudo docker docker run -it --rm -v /volume_name:/path_to_volume -v /var/run/docker.sock:/var/run/docker.sock veritas/cloudpoint_image install --restart always

    Let us know if you experience any other issues.
    Cheers

  • Hi coloup

    We have a quick start guide for Microsoft Azure at : https://sort.veritas.com/DocPortal/pdf/cp_qs_for_azure .

    Granted its for Azure, but you can use the same deployment instructions from there :

    <Snippet>

    - Load the image. # sudo docker load –I /install_directory/cloudpoint_image 
    - On the instance, open the following ports:
          443    - CloudPoint user interface uses this port as the default HTTPS port. 
          5671  - The RabbitMQ server uses this port for communications. This port must be open to support multiple agents.
    - Run the CloudPoint container. # sudo docker docker run -it --rm -v /volume_name:/path_to_volume -v /var/run/docker.sock:/var/run/docker.sock veritas/cloudpoint_image install --restart always

    Let us know if you experience any other issues.
    Cheers