Skip to content

Commit 5c64e81

Browse files
committed
copyedited and added PR content to 5.2
1 parent 1e58c71 commit 5c64e81

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

content/cumulus-netq-51/NVLink-Management/Register-Services.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 325
55
toc: 3
66
---
77

8-
NetQ must register with the NMX-T and NMX-C services to begin receiving network telemetry and control data. Communication between these services is secured using certificate-based mTLS encryption. These certificates are automatically created during the installation process, but you must configure them on the switch trays hosting NMX-C and NMX-T.
8+
NetQ must register with the NMX-T (telemetry) and NMX-C (controller) services to begin receiving network telemetry and control data. Communication between these services is secured using certificate-based mTLS encryption. These certificates are automatically created during the installation process, but you must configure them on the switch trays hosting NMX-C and NMX-T.
99

1010
{{<notice tip>}}
1111
You can also perform the steps outlined on this page using the <code>/v1/switch-profiles</code> endpoint. Refer to {{<link url="NVLink-Bringup" text="NVLink Bringup">}} for more information.
@@ -35,11 +35,13 @@ Files created:
3535
Done.
3636
```
3737

38-
3. Copy the `example-ca.crt` and `example-tls.p12` files to the switch tray. Replace the filenames with the actual names of the files. Use the {{<exlink url="https://docs.nvidia.com/networking/display/nvidianvosusermanualfornvlinkswitchesv25022225/cluster+manager+commands" text="NVOS cluster manager commands">}} to apply the certificates to both NMX-C and NMX-T. Applying the certificates is not enough, be sure to enable the manager using `nv action update cluster apps <app-name> manager` to get the port open for both apps.
38+
3. Copy the `example-ca.crt` and `example-tls.p12` files to the switch tray. Replace the filenames with the actual names of the files. Use the {{<exlink url="https://docs.nvidia.com/networking/display/nvidianvosusermanualfornvlinkswitchesv25022225/cluster+manager+commands" text="NVOS cluster manager commands">}} to apply the certificates to both NMX-C and NMX-T.
39+
40+
4. After the certificates are applied, enable the manager with the `nv action update cluster apps <app-name> manager` command.
3941

4042
## Register Services
4143

42-
Register the services by making a POST request to the `v1/services` endpoint. NMX-c aka the controller is listening on port 9370 while NMX-t aka TELEMETRY is listening on port 9351.
44+
Register the services by making a POST request to the `v1/services` endpoint. NMX-C listens on port 9370 and NMX-T listens on port 9351.
4345

4446
{{<tabs "TabID42" >}}
4547

content/cumulus-netq-52/NVLink-Management/Register-Services.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ Files created:
3535
Done.
3636
```
3737

38-
3. Copy the `example-ca.crt` and `example-tls.p12` files to the switch tray. Replace the filenames with the actual names of the files. Use the {{<exlink url="https://docs.nvidia.com/networking/display/nvidianvosusermanualfornvlinkswitchesv25022225/cluster+manager+commands" text="NVOS cluster manager commands">}} to apply the certificates to both NMX-C and NMX-T.
38+
3. Copy the `example-ca.crt` and `example-tls.p12` files to the switch tray. Replace the filenames with the actual names of the files. Use the {{<exlink url="https://docs.nvidia.com/networking/display/nvidianvosusermanualfornvlinkswitchesv25022225/cluster+manager+commands" text="NVOS cluster manager commands">}} to apply the certificates to both NMX-C and NMX-T.
39+
40+
4. After the certificates are applied, enable the manager with the `nv action update cluster apps <app-name> manager` command.
3941

4042
## Register Services
4143

42-
Register the services by making a POST request to the `/v1/services` endpoint.
44+
Register the services by making a POST request to the `v1/services` endpoint. NMX-C listens on port 9370 and NMX-T listens on port 9351.
4345

4446
{{<tabs "TabID42" >}}
4547

0 commit comments

Comments
 (0)