Skip to main content

Privacera Documentation

Post-installation validations on Privacera Platform

service_check

Checks if a Privacera service is up and running. Use this command to check for all configured services.

./privacera-manager.sh service_check

Command to check for a specific service. For example, service_check portal.

./privacera-manager.sh service_check [service_tag]

service_validation

Performs basic sanity checks on the services installed by carrying out some actions. This validates the integrity of the installed services whether they are working properly.

Command to check for all configured services:

./privacera-manager.sh service_validation

Command to check for a specific service. For example, service_validation portal.

./privacera-manager.sh service_validation [service_tag]

security_check

Checks where the Privacera passwords should be stored (JCEKS or vault), checks for default passwords in the configuration files, and validates the SSL certificate installed on the services.

Command to check for all configured services:

./privacera-manager.sh security_check

Command to check for a specific service. For example, security_check portal.

./privacera-manager.sh security_check [service_tag]