Join the Customer Experience Improvement Program from the vRealize Orchestrator Appliance command line.

Procedure

  1. Log in to vRealize Orchestrator Appliance command line as root.
  2. To join the Customer Experience Improvement Program, run the vracli ceip on command.
  3. Review the Customer Experience Improvement Program information, and run the vracli ceip on --acknowledge-ceip command.
  4. Restart the vRealize Orchestrator services.
    1. To restart the server service, run the kubectl -n prelude exec -it your_vro_pod -c vco-server-app /bin/bash command.
    2. To stop the service, run the kill 1 command.
    3. To restart the Control Center service run the kubectl -n prelude exec -it your_vro_pod -c vco-controlcenter-app /bin/bash command.
    4. To stop the service, run the kill 1 command.
  5. To leave the Customer Experience Improvement Program, run the vracli ceip off command.
  6. Repeat the steps for restarting the services.