Merhaba, bu yazımda Azure Migrate: Server Assessment ile fiziksel, Hyper-v ya da Vmware üzerinde çalışan sunucumuza assessment yaparak kaynak kullanımının belirlenmesinden bahsedeceğim.
Azure Migrate: Server Assessment ücretsiz bir tool ve birden fazla altyapı ve Database üzerinde kolaylıkla çalışma sağlayabilirsiniz. İlk olarak Azure Migrate Servisini oluşturarak Server bölümünden Discover diyerek yeni bir proje oluşturmamız gerekiyor, detayları aşağıda bulabilirsiniz.
Discover machines adımında assesment yapacağımız ve işlemi sağlayacağımız altyapıyı belirlememiz gerekiyor. Bu Hyper-V, vMware, Fiziksel sunucu ya da herhangi bir cloud vendor da çalışan bir VM olabilir (AWS, Google Cloud, Azure, Digital Ocean vb.)
Ben örnekte fiziksel sunucu seçiyorum ve “Name your appliance” adımı yazarak Generate Azure Migrate project key oluşturuyorum. Burada oluşturduğum KEY’i ilerki adımlarda kullanacağım. sonrasında fiziksel sunucu seçtiğim için .zip file. 50MB dosyamı assessment yapacağım sunucuya indiriyorum.
Örnek Azure Migrate project key:
1 | boraarat;PROD;5f4dc6b6-672a-4bc1-a7b1-15c0c09a2c95;/subscriptions/20b96520-a70c-4d25-a482-d72b21e72fac/resourceGroups/Assessment/providers/Microsoft.Migrate/MigrateProjects/boraaratassessment |
indirmiş olduğum zip dosyasını zipten çıkartarak aşağıdaki adımlar doğrultusunda Powershell’i Administrator mod ile çalıştırarak AzureMigrateInstaller.ps1 komutunu çalıştırıyorum.
1 2 3 4 5 6 7 8 9 10 11 12 | Run the script as follows: 1. Extract the zipped file to a folder on the server that will host the appliance. 2. Launch PowerShell on the above server with administrative (elevated) privilege in 64-bit version. 3. Naviagate to the PowerShell directory to the folder where the contents have been extracted from the downloaded zipped file. 4. Run the script by running the following command: PS C:\Users\Administrators\Desktop\AzureMigrateInstaller-Server-Public> AzureMigrateInstaller.ps1 5. The script will launch the appliance web application when it finishes successfully. Content Details |
işlemlerin sonunda “Restarting the machine bora in 60 seconds.” internet explorer’ı kaldırdıktan sonra bizi masa üstü kısayolu olarak “Azure Migrate Appliance Configuration Manager” karşılıyor olacak.