This tool collects storage-related table data and generates an output file which can be provided to VMware Customer Support for diagnosis of storage-related errors or system failures.
storage_rca_collector [-db <database> ] [-t <table> ] | -c <ID1,ID2,...> ] [-dir <path> ] [-a] [-translog ]
The tool also collects the following information:
Output from:
Data from transaction logs, if you call this tool with the -translog
option
AOCO data for a given appendonly, column-oriented table
AO data for a given appendonly table
NoteSome commands might not be able to be run if the user does not have correct permissions.
Collect storage root cause analysis artifacts only for master, database postgres
, and table test_table
:
gpmt storage_rca_collector -db postgres -t test_table
Collect storage root cause analysis artifacts for primary segment with contentid [0,1], database postgres
, and table test_table
:
gpmt storage_rca_collector -db postgres -c 0,1 -t test_table
Collect storage root cause analysis artifacts for primary segment with contentid [0,1], database postgres
, and table test_table
, with prompt deactivated:
gpmt storage_rca_collector -db postgres -c 0,1 -t test_table -a
Collect storage rca artifacts for primary segment with contentid [0,1], database postgres
, and table test_table
and also collect transaction logs:
gpmt storage_rca_collector -db postgres -c 0,1 -t test_table -transLog
Collect storage rca artifacts for primary segment with contentid [0,1], database postgres
and table test_table
and output to a specified directory location.
gpmt storage_rca_collector -db postgres -c 0,1 -t test_table -dir <dir>
NoteOutput files follow the naming convention <database name>_<dbid>_<artifact name>.