LogoLogo
Ops IntelligenceAsset IntelligenceObservabilityRobotic Data
  • Introduction
  • How it Works
  • Getting Started
  • Glossary
  • Implementer Guide
    • cfxDimensions Installation
      • Hardware and Software
      • cfxDimenions on VMware vSphere
        • Post cfxDimensions VM Installation
      • SSL Certificates Installation
      • cfxDimensions Setup & Install
        • Known Issues
      • cfxDimensions High Availability
        • GlusterFS Operations
        • Minio Operations
        • MariaDB Operations
      • cfxDimensions Start, Stop order
      • Macaw CLI
        • macaw CLI Installation
          • macaw CLI v2.1.17
        • macaw setup
        • macaw infra
        • macaw platform
        • macaw user
        • macaw application
        • macaw status
        • macaw services
        • macaw clambda
        • macaw techsupport
        • macaw backup
        • macaw restore
        • macaw reset
      • Release Notes
        • cfxDimensions v2.0.3
        • cfxDimensions v2.1.17
        • cfxDimensions v2.2.20
    • cfxDimensions Backup & Restore
    • cfxOIA Installation
    • cfxOIA Application Services
    • cfxOIA Release Notes
      • cfxOIA v5.1.5
      • cfxOIA v5.1.5.2
      • cfxOIA v5.1.5.3
      • cfxOIA v6.0.0
      • cfxOIA v6.1.0
  • KEY FEATURES GUIDE
    • Incident Management
      • Incidents Overview
      • Create Incident
      • Incident States
      • Accessing Incident
        • Stack
        • Alerts
        • Metrics & Logs
        • Insights
        • Collaboration
        • Diagnostics
        • Remediation
        • Attachments
        • Activities
      • Incident Actions
    • Alert Management
      • Alerts Overview
      • Alert Analytics
      • Alert States
      • Alert Sources
    • Advanced Alert Configuration
      • Alert Mappings
      • Alert Enrichment
      • Alert Correlation & Suppression
        • Creating and Updating Correlation Policies
        • Creating and Updating Suppression Policies
        • Correlation Recommendations
    • ML Driven Operations
    • Data Exploration
    • RDA (Robotic Data Automation)
      • Accessing UI
      • Sources Addition and Configuration
      • Check Connectivity
      • Proxy Settings
      • Explore
        • Bots
        • Pipelines
        • Schedules
        • Jobs
    • Analytics
  • UI & PORTAL FEATURES GUIDE
    • Filters Management
    • Customizing Table Views
    • Exporting Data
  • Administrator Guide
    • User Roles & RBAC
    • Collaboration
    • Projects
      • How to add Project
      • Configure Project
        • Stacks
        • Incidents
        • Alerts
        • Messages
          • Message Endpoints
            • Rest Data Consumer
            • Kafka Message Consumer
            • ServiceNow SaaS
            • Webhook with Basic Authentication
          • Message Mappings
        • Teams
        • Datasources
        • Resolution Codes
  • INTEGRATIONS GUIDE
    • Integrations Overview
    • Featured Integrations
      • AppDynamics
      • Dynatrace
      • Microsoft Teams
      • NetApp Cluster Mode
      • NetApp 7 Mode
      • Prometheus
      • ServiceNow
      • Slack
      • Splunk Enterprise
      • VMware vCenter
      • Zabbix
      • NodePing
      • Nagios XI
      • Check MK
      • VMware vRealize Operations
      • PRTG Network Monitor
      • Grafana
      • AWS Cloudwatch
      • ManageEngine OpManager
      • PagerDuty
Powered by GitBook
On this page
  1. Implementer Guide
  2. cfxDimensions Installation
  3. Macaw CLI

macaw techsupport

Previousmacaw clambdaNextmacaw backup

Last updated 3 years ago

cfxDimensions Platform Technical Support logs:

macaw techsupport is used to collect cfxDimensions platform and application services logs for troubleshooting or debugging any functional issues. CloudFabrix support team requests the user to run this command to collect the logs and provide for any root cause analysis.

macaw techsupport --help
usage: techsupport [--insecure] [-h] [--debug] [--host HOST]
                   [--service SERVICES]

Manage techsupport of macaw

optional arguments:
  --insecure          Ignore SSL certificate issues when communicating with
                      various hosts
  -h, --help          show this help message and exit
  --debug             Enable debug logs for the CLI operations
  --host HOST         Host from which the support data needs to be collected
  --service SERVICES  Collect tech support data only for the specific
                      component

When macaw techsupport is executed without any arguments, it collects the support logs of of infrastructure and platform services. Once collected, the logs are stored under '/opt/macaw-platform-<id>/support/' directory.

macaw techsupport

Additional to infrastructure and platform service logs, to collect application service logs, run the below command with --host <service_node_ip_or_fqdn> option. This command need to be repeated based on number of service nodes are deployed to collect all application services logs. Once collected, the logs are stored under '/opt/macaw-platform-<id>/support/<service-host-ip-orfqdn>' directory.

macaw techsupport --host 10.95.125.123

If you need to collect logs from a specific service node, run the below command with service container id.

You can get container id of an infrastructure, platform or application service from 'macaw service' command output

macaw techsupport --host 10.95.125.123 --cid 7046f15085e0

In order to collect memory dump of an application service, run the below command.

macaw techsupport --host 10.95.125.123 --cid 7046f15085e0 --memory

In order to collect memory dump of a platform service, run the below command.

macaw techsupport --cid 49ea2d5b18a5 --memory