Pm cli actions
Service Names
Service names are used by Privaera Manager CLI to start, stop, and report status for the following Privacera modules:
- portal
- dataserver
- discovery
- ranger
- ranger-usersync
- kms
- solr
|
- zookeeper
- kafka
- pkafka
- peg
- grafana
- graphite
- mariadb
|
Service Commands
Purpose |
Description |
Usage |
stop |
Stop all Privacera services. |
./privacera-manager.sh stop |
stop <service> |
Stop service associated Docker containers or Kubernetes pods |
./privacera-manager.sh stop <service> |
restart |
Restart all Privacera services |
./privacera-manager.sh restart |
restart <service> |
Restart service associated Docker containers or Kubernetes pods |
./privacera-manager.sh restart <service> |
status |
Report status of all Privacera service |
./privacera-manager.sh status |
status <service> |
Report status of service associated Docker containers or Kubernetes pods |
./privacera-manager.sh status <service> |
setup |
Generates all the installation configuration files and scripts in the docker/output folder before the pods/containers are initialized. |
./privacera-manager.sh setup |