Step by Step Guide to Migrate Wyse Management Suite

Summary: This guide helps Wyse Management Suite (WMS) administrators to migrate from one server to another.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

Affected Products:

  • Wyse Management Suite

Steps to migrate WMS from one server to another:

Prerequisites

  • Both old and new WMS server should be on the same version.
  • ConfigUI version should match the old and new WMS server.

Take back up of Mongodb and Mariadb from Old server:

  1. Connect to mongo shell and run the following command.
    mongodump -ustratus -pP@ssw0rd --authenticationDatabase admin stratus --out “C:\temp –forceTableScan 
  2. Connect to mariadb and backup mysql db:
    Mysqldump --routines -ustratus --pP@ssw0rd stratus > c:\temp\wms.db.sql 
  3. Export software vault keys from an old server:
  4. Run the following command from the softwarevault key directory:
    softwareVaultUtility-1.x.x.exe -mode export -password Dell#1234 
  5. Copy mariadb/ mongodb/ software vault backup files to the new server.

Restoring in new server:

  1. Connect to mariadb:
    mysql -hlocalhost -ustratus -pP@ssw0rd 
    
    SHOW DATABASES; 

    Output of commands
  2. Drop the existing database in the new WMS server:
    DROP DATABASE stratus;  

    DROP DATABASE stratus;
  3. Create a Database in Mysql:
    CREATE DATABASE stratus DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_cil

    CREATE DATABASE stratus DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_cil
  4. Import the db from the copied location:
    mysql -hlocalhost -ustratus -pP@ssw0rd stratus <  PATH-OF-THE-FILE 
  5. Import the software vault key to the new server:
    softwareVaultUtility-1.x.x.exe -mode import -password Dell#1234 
     
    Note: Ensure to run the cmd prompt as administrator.
  6. Restore mongodb using following command:
    mongorestore -ustratus -pP@ssw0rd --authenitcationDatabase admin --db stratus --drop “Path-of-the-file”
  7. Reboot all WMS services
  8. Launch the console and login to WMS and verify that all devices/ group and configs are loaded fine and restored.
    Note: If you are still having problems in loading groups and configs, reimport the configUI package and try again.

Affected Products

Wyse Management Suite
Article Properties
Article Number: 000220352
Article Type: How To
Last Modified: 09 Dec 2024
Version:  2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.