cancel
Showing results for 
Search instead for 
Did you mean: 

CloudPoint 2.0 installation problems

coloup
Level 2

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

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Ash_R
Level 3

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

View solution in original post

4 REPLIES 4

Ash_R
Level 3

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 @Ash_R

The run details made the difference, thanks very much! Just FYI, i am on AWS.

Is there a new API guide as well?

Thanks

Costas

 

Hey @coloup

As @fj604 pointed out, all the new documentation is available here : 
https://sort.veritas.com/documents/doc_details/CLOUDPOINT/2.0/Linux/ProductGuides/ 

The API from the 1.0 guide remains portable, so you can use the same ones. 
You can find them here (PAGE 67) : https://sort.veritas.com/DocPortal/pdf/125759870-126579637-1

Cheers,
Ash

API calls from Admin Guide 1.0 won't work with CloudPoint 2.0.

The Admin Guide for 2.0 is here and it has detailed 2.0 API info.