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
  • cfxDimensions Infrastructure services management:
  1. Implementer Guide
  2. cfxDimensions Installation
  3. Macaw CLI

macaw infra

cfxDimensions Infrastructure services management:

'macaw infra' command is used to deploy and manage cfxDimensions infrastructure services. Run the below command to view available CLI options.

macaw infra --help
usage: infra [--insecure] [-h] [--debug]
             {status,install,start,stop,remove-stopped-containers} ...

Manage infra services

positional arguments:
  {status,install,start,stop,remove-stopped-containers}
    status              Status of the Macaw Infra
    install             Install the Macaw Infra containers
    start               Start the Macaw Infra Containers
    stop                Stop the Macaw Infra Containers
    remove-stopped-containers
                        Remove infra containers that have exited

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

'macaw infra install' command is used to deploy/install cfxDimensions infrastructure services. Run the below command to view the available options.

macaw infra install --help

usage: macaw infra install [-h] [--debug] --tag TAG [--refresh-auth]
                           [--service SERVICE]

optional arguments:
  -h, --help         show this help message and exit
  --debug            Enable debug logs
  --tag TAG          Tag to be pulled from the Docker registry
  --refresh-auth     Refresh Authentication to Docker Registry.
  --service SERVICE  Restrict the scope of the command to specific service

Run the below command to deploy all cfxDimensions infrastructure services. (Note: Below shown tag name is a sample one for a reference only, for actual tag, please contact CloudFabrix support/sales team.)

macaw infra install --tag macaw-2.2.17

Run the below command to install a specific cfxDimensions infrastructure service. Below are the supported infrastructure services. (Note: Below shown tag name is a sample one for a reference only, for actual tag, please contact CloudFabrix support/sales team.)

  • tomcat

  • haproxy

  • kafka

  • zookeeper

  • mariadb

  • minio

macaw infra install --service tomcat --tag macaw-2.2.17

Run the below command to delete all cfxDimensions infrastructure services.

Warning: It is a disruptive operation, please take a full backup of your data before you perform this operation on a Production environment.

macaw infra stop
macaw infra remove-stopped-containers

Run the below command to delete a specific cfxDimensions infrastructure service. Below are the list of infrastructure services.

  • tomcat

  • haproxy

  • kafka

  • zookeeper

  • mariadb

  • minio

Warning: It is a disruptive operation, please take a full backup of your data before you perform this operation on a Production environment.

macaw infra stop --service <service-name> --remove-container 

Run the below commands to start/stop cfxDimensions infrastructure services.

macaw infra start
macaw infra stop

Run the below commands to start/stop/restart a specific cfxDimensions infrastructure service.

macaw infra start --service <service-name>
macaw infra stop --service <service-name>
macaw infra restart --service <service-name>

Previousmacaw setupNextmacaw platform

Last updated 3 years ago