Improved NodeGrid WebUI: Apply Settings using Local System option

Improved NodeGrid WebUI: Apply Settings using Local System option

To Save the current configuration of your NodeGrid, follow the steps below (5.x.x and 6.x.x NodeGrid Versions)

 

WebUI

1. Go to System, Toolkit, and click on Save Settings icon.

2. Select the option where you want to save the configuration: 

      a. Local System: enter the file name (the file will be in /backup folder in the system shell)

3. Click on Save

 

CLI

Destination  Local System

 Type the following:

 

cd /system/toolkit

save_settings

set destination=local_system

set filename=<filename>

commit

finish


The <filename> will be saved on /backup folder in the system's shell.

 

To list all available configuration backup files of your Nodegrid, follow the steps below:

 

WebUI

Available only on version 6.x.x and later

1.      Go to System, Toolkit, File Manager, open the admin_group directory, then open the config_backup directory.

2.      A list of all the available backup files for the Local System will be displayed.

 

CLI

All versions

1.      From the CLI access the shell by executing:

shell sudo su –

2.      List all files in the /backup directory using the list command:

ls /backup

3.      A list of all the available backup files for the Local system will be displayed.

 

 

To Restore the backup configuration into your NodeGrid, follow the steps below: 

 

WebUI

1. Go to System, Toolkit, and click on Apply Settings icon.

2. Select the option Local System: enter the file name (the file will be in /backup folder in the system shell)

 

NOTE: NodeGrid version 6.x.x and later will provide a pull-down menu with the available backup files stored in the Local System.

 

3. Click on Apply

 

 

CLI

Type the following:

 

cd /system/toolkit

apply_settings

set from=local_system

set filename=<filename>

 

NOTE: NodeGrid version 6.x.x and later can use the tab key to list the existing backup files stores on the Local System

apply

 

Answer 'yes' to continue.

 

The <filename> will be the one saved previously from Save Settings (under /backup folder in the system's shell).

 




    • Related Articles

    • export_settings and import_settings

      The export_settings and import_settings are CLI features that allow you to export/import the entire or partial (subtree or the configuration of a given path) configuration in a text format. The input and output can be a file or standard input/output ...
    • Improved Nodegrid UI for backup

      New for Nodegrid 6.0, the user interface for Nodegrid Save Settings (backup) is improved. Previously, the backup option from System::Toolkit::Save_Settings would save backups to the main disk to the root location /backup when you select "Local ...
    • NodeGrid Monitoring Aggregation Settings

      Here is how to configure a monitoring aggregation. 1) Make sure you have a monitoring license installed. If you don't have one, add one via System > License 2) Make sure you have the devices you want to aggregate configured and monitoring is enabled. ...
    • Nodegrid Manager Installation in ESXi 5

      Nodegrid Manager software is installed from an ISO file. The installation procedure is a three-stage process:  Creating a virtual machine; Booting from the ISO file in order to install the software; Restarting and booting from the newly created ...
    • Nodegrid Manager Installation in ESXi 6

      Nodegrid Manager software is installed from an ISO file. The installation procedure is a three-stage process:  Creating a virtual machine; Booting from the ISO file in order to install the software; Restarting and booting from the newly created ...