Wednesday, November 2, 2022

Migration Evaluator install and Configuration

 

Ref : https://dev.to/aws-builders/migration-evaluator-install-and-configuration-32in

Migration Evaluator which is formerly known as TSO Logic is the AWS provided tool which can facilitate access to insights on data center assets(mainly the workload earmarked for migration)and accelerate business decision-making for migration to AWS at no cost. Following data collection from data center(on-premise) you will quickly receive an assessment including a projected cost estimate and savings of running your on-premises workloads in the AWS Cloud.

To gather the required information, we need to deploy the agentless Migration Evaluator data collector to monitor VMware, Hyper-V, and bare-metal infrastructure. AWS Migration Evaluator leverages TSO Logic technology as part of the assessment.

TSO- Preinstall checklist

  1. Has an account been created on https://console.tsologic.com? Please contact your Migration Evaluator specialist if you have not received an invitation request.
  2. Need a dedicated windows server to install the migration evaluator (TSO) software with following requirements.

    Image description

How to Install TSO on Windows Server

To Install TSO software, login to https://console.tsologic.com and download the below tools

Image description

  • Select Install and wait while the packages are installed. Once done, select the Close button to complete the process.

  • Once the bootstrapper installed, then run the TSOCollector_.msi. Select the certificate file (-.crt) previously downloaded.

  • Select to run the collector under a local system account or the service account created prior to install.

  • Select the Grant rights automatically checkbox and click OK to proceed. Click test Credentials to ensure you have required permissions to run the software.

  • Select HTTPS for communication with the IIS application.

  • Select Yes to automatically start the collection service once the install sequence finishes

  • Once installation has completed, your next step will be to create your local account for managing the collector. This is not the account used on https://console.tsologic.com

  • Access the Migration Evaluator Collector software by clicking on the newly created desktop shortcut, or by opening your browser at: https://localhost. Enter your desired credentials, and click Create Account

  • Take note of your recovery key. This will allow you access to the Migration Evaluator Collector if you forget your password.

No comments:

Post a Comment

Kubernetes Commands for Beginners

 This document provides a list of basic Kubernetes commands useful for beginners. These commands help in interacting with the cluster and ma...