Skip to content

Commit e365a6b

Browse files
authored
Merge pull request #96076 from Vikram1988/migrateGA
Changes to physical assessment documentation
2 parents 138b724 + 68fa7d3 commit e365a6b

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

articles/migrate/tutorial-assess-hyper-v.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Connect from the appliance to Hyper-V hosts or clusters, and start VM discovery.
218218
- You can add a cluster, even if there are issues with specific hosts in the cluster.
219219
4. After validation, click **Save and start discovery** to start the discovery process.
220220

221-
This starts discovery. It takes around 15 minutes for metadata of discovered VMs to appear in the Azure portal.
221+
This starts discovery. It takes around 1.5 minutes per host for metadata of discovered servers to appear in the Azure portal.
222222

223223
### Verify VMs in the portal
224224

articles/migrate/tutorial-assess-physical.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3838
- [Complete](tutorial-prepare-physical.md) the first tutorial in this series. If you don't, the instructions in this tutorial won't work.
3939
- Here's what you should have done in the first tutorial:
4040
- [Set up Azure permissions](tutorial-prepare-physical.md#prepare-azure) for Azure Migrate.
41-
- [Prepare physical servers](tutorial-prepare-physical.md#prepare-azure) for assessment. Appliance requirements should be verified. You should also have an account set up for physical server discovery. Required ports should be available, and you should be aware of the URLs needed for access to Azure.
41+
- [Prepare physical servers](tutorial-prepare-physical.md#prepare-for-physical-server-assessment) for assessment. Appliance requirements should be verified. You should also have an account set up for physical server discovery. Required ports should be available, and you should be aware of the URLs needed for access to Azure.
4242

4343

4444
## Set up an Azure Migrate project
@@ -99,38 +99,43 @@ Download the zipped file for the appliance.
9999
Check that the zipped file is secure, before you deploy it.
100100

101101
1. On the machine to which you downloaded the file, open an administrator command window.
102-
2. Run the following command to generate the hash for the VHD
102+
2. Run the following command to generate the hash for the zipped file
103103
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
104-
- Example usage: ```C:\>CertUtil -HashFile C:\AzureMigrate\AzureMigrate.ova SHA256```
104+
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller\AzureMigrateInstaller.ps1 SHA256```
105+
105106
3. For appliance version 1.19.05.10, the generated hash should match these settings.
106107

107108
**Algorithm** | **Hash value**
108109
--- | ---
109110
SHA256 | 598d2e286f9c972bb7f7382885e79e768eddedfe8a3d3460d6b8a775af7d7f79
110111

111112
### Run the Azure Migrate installer script
112-
=
113+
113114
The installer script does the following:
114115

115116
- Installs agents and a web application for physical server discovery and assessment.
116117
- Install Windows roles, including Windows Activation Service, IIS, and PowerShell ISE.
117118
- Download and installs an IIS rewritable module. [Learn more](https://www.microsoft.com/download/details.aspx?id=7435).
118119
- Updates a registry key (HKLM) with persistent setting details for Azure Migrate.
119120
- Creates the following files under the path:
120-
- **Config Files**: %Programdata%\Microsoft Azure\Config
121-
- **Log Files**: %Programdata%\Microsoft Azure\Logs
121+
- **Config Files**: %ProgramData%\Microsoft Azure\Config
122+
- **Log Files**: %ProgramData%\Microsoft Azure\Logs
122123

123124
Run the script as follows:
124125

125126
1. Extract the zipped file to a folder on the server that will host the appliance.
126127
2. Launch PowerShell on the above server with administrative (elevated) privilege.
127128
3. Change the PowerShell directory to the folder where the contents have been extracted from the downloaded zipped file.
128-
4. Run the script by running the following command:
129+
4. Run the script named **AzureMigrateInstaller.ps1** by running the following command:
129130
```
130-
PS C:\Users\Administrators\Desktop> AzureMigrateInstaller-physical.ps1
131+
PS C:\Users\administrator\Desktop\AzureMigrateInstaller> AzureMigrateInstaller.ps1
131132
```
132-
The script will launch the appliance web application when it finishes successfully.
133+
The script will launch the appliance web application when it finishes successfully.
133134
135+
In case of any issues, you can access the script logs at C:\ProgramData\Microsoft Azure\Logs\AzureMigrateScenarioInstaller_<em>Timestamp</em>.log for troubleshooting.
136+
137+
> [!NOTE]
138+
> Please do not execute the Azure Migrate installer script on an existing Azure Migrate appliance.
134139
135140
### Verify appliance access to Azure
136141
@@ -178,7 +183,7 @@ You can add one set of credentials each for Windows and Linux servers.
178183
- To remove a server, select > **Delete**.
179184
4. After validation, click **Save and start discovery** to start the discovery process.
180185
181-
This starts discovery. It takes around 15 minutes for metadata of discovered servers to appear in the Azure portal.
186+
This starts discovery. It takes around 1.5 minutes per server for metadata of discovered server to appear in the Azure portal.
182187
183188
### Verify servers in the portal
184189

0 commit comments

Comments
 (0)