What can I help you with?
NMX-Controller (NMX-C) Documentation v1.0.0

Management and Configuration

The NVOS cluster infrastructure offers a user-friendly Command Line Interface (CLI) and RESTful APIs to manage and configure cluster applications. Users can perform the following tasks:

  • Start and stop cluster application execution

  • Manage log verbosity levels

  • Configure shared functionalities across all cluster applications, such as the gRPC connection to an external manager

  • Monitor the operational health of the cluster applications

The gRPC connection to the external manager supports three modes: unencrypted, TLS, and mTLS. The cluster applications function as the server side of the gRPC connection. For encrypted modes (TLS and mTLS), the applications support certificate installation and key rotation to maintain secure communication.

To start the application, perform the following:

  1. Make sure the cluster is enabled:

    Copy
    Copied!
                

    nv show cluster

  2. If the cluster is disabled, enable it by running:

    Copy
    Copied!
                

    nv set cluster state enabled nv config apply

  3. Start the controller application:

    Copy
    Copied!
                

    nv action start cluster app nmx-controller

  4. Verify the NMX-C is running among the other cluster applications.

    Copy
    Copied!
                

    nv show cluster apps running

  5. Enable the NMX-M registration:

    Copy
    Copied!
                

    nv action update cluster apps nmx-controller manager enabled

To stop the application, run:

Copy
Copied!
            

nv action stop cluster app nmx-controller

© Copyright 2025, NVIDIA. Last updated on Apr 30, 2025.