Preparing a configuration backup file

Virtual Storage Platform One SDS Block Bare Metal Storage Cluster Configuration Restore

Version
1.18.x
Audience
anonymous
Part Number
MK-24VSP1SDS026-01

Use this procedure to create a directory for performing a specific task on the controller node. You can assign any name to the directory.

  1. Create a directory for a specific task.
    $ mkdir <name-of-directory-for-specific-task>
  2. Copy the configuration backup file specified by the user to the directory for a specific task.
    $ cp <configuration-backup-file-presented-by-user> <name-of-directory-for-specific-task>

    If the configuration backup file is stored on a node other than the controller node, request the user to move the configuration backup file to the controller node.

    If the configuration backup file name has not been changed, the file name is as follows: hsds_config_backup_<internalID>_<VERSION>_<YYYYMMDD>_<hhmmss>.tar

  3. Change to the directory for a specific task.
    $ cd <name-of-directory-for-specific-task>