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