Generate list of cluster-wide properties
search cancel

Generate list of cluster-wide properties

book

Article ID: 258093

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

We would like to generate a clusterwide properties list. Manually to compare enviroments.

 

Environment

Release : 10.1

Resolution

Enter into mysql ssg db

# mysql ssg

mysql> select propkey as property, propvalue as value from cluster_properties;

 

This query will expose the cluster properties and values defined.