From 5222c695291480ddd0b01c21c35613a3f2d45b63 Mon Sep 17 00:00:00 2001 From: cumulusAnia Date: Fri, 10 Jan 2025 17:37:36 -0800 Subject: [PATCH] update file name in reset nvue config to default vlaues --- .../NVIDIA-User-Experience-NVUE/NVUE-CLI.md | 4 ++-- .../NVIDIA-User-Experience-NVUE/NVUE-CLI.md | 4 ++-- .../NVIDIA-User-Experience-NVUE/NVUE-CLI.md | 2 +- .../NVIDIA-User-Experience-NVUE/NVUE-CLI.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/cumulus-linux-510/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md b/content/cumulus-linux-510/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md index 0fd51f77ec..4a2ea07bb8 100644 --- a/content/cumulus-linux-510/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md +++ b/content/cumulus-linux-510/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md @@ -427,10 +427,10 @@ cumulus@switch:~$ nv config apply -m "this is my message" ## Reset NVUE Configuration to Default Values -To reset the NVUE configuration on the switch back to the default values, run the following command: +To reset the NVUE configuration on the switch back to the default values, run the `nv config replace ` command; for example: ``` -cumulus@switch:~$ nv config replace /usr/lib/python3/dist-packages/cue_config_v1/initial.yaml +cumulus@switch:~$ nv config replace /etc/switch.yaml cumulus@switch:~$ nv config apply ``` diff --git a/content/cumulus-linux-511/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md b/content/cumulus-linux-511/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md index cfaf9aeb9e..ed3fb32b46 100644 --- a/content/cumulus-linux-511/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md +++ b/content/cumulus-linux-511/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md @@ -456,10 +456,10 @@ cumulus@switch:~$ nv config apply -m "this is my message" ## Reset NVUE Configuration to Default Values -To reset the NVUE configuration on the switch back to the default values, run the following command: +To reset the NVUE configuration on the switch back to the default values, run the `nv config replace ` command; for example: ``` -cumulus@switch:~$ nv config replace /usr/lib/python3/dist-packages/cue_config_v1/initial.yaml +cumulus@switch:~$ nv config replace /etc/switch.yaml cumulus@switch:~$ nv config apply ``` diff --git a/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md b/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md index 1ca0c30d5c..5411037aa5 100644 --- a/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md +++ b/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md @@ -459,7 +459,7 @@ cumulus@switch:~$ nv config apply -m "this is my message" To reset the NVUE configuration on the switch back to the default values, run the following command: ``` -cumulus@switch:~$ nv config replace /usr/lib/python3/dist-packages/cue_config_v1/initial.yaml +cumulus@switch:~$ nv config replace /etc/switch.yaml cumulus@switch:~$ nv config apply ``` diff --git a/content/cumulus-linux-59/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md b/content/cumulus-linux-59/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md index f1908b533b..64ee6e4965 100644 --- a/content/cumulus-linux-59/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md +++ b/content/cumulus-linux-59/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md @@ -408,10 +408,10 @@ cumulus@switch:~$ nv config apply -m "this is my message" ## Reset NVUE Configuration to Default Values -To reset the NVUE configuration on the switch back to the default values, run the following command: +To reset the NVUE configuration on the switch back to the default values, run the `nv config replace ` command; for example: ``` -cumulus@switch:~$ nv config replace /usr/lib/python3/dist-packages/cue_config_v1/initial.yaml +cumulus@switch:~$ nv config replace /etc/switch.yaml cumulus@switch:~$ nv config apply ```