PCDDump for PCD Management Cluster Troubleshooting

Unlock efficient troubleshooting with PCDDump, a utility script designed for comprehensive PCD management cluster diagnostics and data collection. Easily deployable on Platform9's Managed Control Plan

Overview

PCDDump - A powerful utility script for collecting comprehensive PCD Management cluster information for offline troubleshooting. This script gathers detailed cluster dump information from Self-hosted Private Cloud Director Control Plane, providing administrators with comprehensive diagnostics and troubleshooting data for effective cluster management and issue resolution.

Features

  • Comprehensive Data Collection - Gathers detailed cluster diagnostics.

  • Platform9 Optimized - Specifically designed for Platform9 Managed Control Plane.

  • Easy Deployment - Simple one-line installation and execution.

  • Admin-Friendly - Provides actionable troubleshooting information.

Prerequisities

  • Internet connectivity to download the script first time.

  • cURL installed

  • KUBECONFIG should be exported and kubectl with sufficient permission:

$ export KUBECONFIG=</path/to/your/pcd-management-cluster-kubeconfig.yaml>

# Verify connectivity
$ kubectl get nodes

Installation:

circle-exclamation
  • Run this script to initiate the PCD cluster dump generation:

  • For Manual execution:

circle-info

Info

The tar output file get saved under /tmp directory as /tmp/pcddump-$(date +%F_%H-%M-%S).tar.gz

Additional Information:

User can upload the /tmp/pcddump-$(date +%F_%H-%M-%S).tar.gz file as suggested by the Platform9 support team. More information in https://github.com/platform9/PCDDumparrow-up-right

Last updated