Inquiry - Coverage and size of Test environment compared to Prod
search cancel

Inquiry - Coverage and size of Test environment compared to Prod

book

Article ID: 227026

calendar_today

Updated On:

Products

Clarity PPM SaaS

Issue/Introduction

Hi Team, What is the coverage and size of the Clarity SaaS environment compared to Prod?​

Environment

Release : 15.9.3

Component : CA PPM SAAS OPERATIONS APPLICATION

Resolution

To get Clarity system health status run a Clarity Health Report to view or Download a Clarity System Health Report. The System health including the Classic PPM application servers, database, and data warehouse is important. As an administrator, application support engineer, or help desk technician, you want to maintain operations and minimize downtime. Before contacting other support professionals or engaging with the online community, you want a quick assessment of Classic PPM system health.

For SaaS inquiry regarding comparing environment size and the commands used, please open RITM.
1) Request app/bg services and pod info
2) Command to get Clarity and DWH DB size: SELECT pg_size_pretty( pg_database_size('schema_name'));

For Clarity On Premise customers:
- Command Line Health Report: To run the health report from a command line, enter the following command: admin healthreport
- Database command to get Clarity and DWH DB size: SELECT pg_size_pretty( pg_database_size('schema_name'));

Additional Information

https://stackoverflow.com/questions/18907047/postgres-db-size-command