Skip to content

Commit d06900f

Browse files
authored
Merge pull request #188977 from pvrk/patch-33
Updating the file recovery doc
2 parents b4347c1 + eb0f240 commit d06900f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

articles/backup/backup-azure-restore-files-from-vm.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To restore files or folders from the recovery point, go to the virtual machine a
5454

5555
## Step 2: Ensure the machine meets the requirements before executing the script
5656

57-
After the script is successfully downloaded, make sure you have the right machine to execute this script. The VM where you are planning to execute the script, should not have any of the following unsupported configurations. **If it does, then choose an alternate machine preferably from the same region that meets the requirements**.
57+
After the script is successfully downloaded, make sure you have the right machine to execute this script. The VM where you are planning to execute the script, should not have any of the following unsupported configurations. **If it does, then choose an alternate machine that meets the requirements**.
5858

5959
### Dynamic disks
6060

@@ -107,11 +107,6 @@ In Linux, the OS of the computer used to restore files must support the file sys
107107
| SLES | 12 and above |
108108
| openSUSE | 42.2 and above |
109109

110-
> [!NOTE]
111-
> We've found some issues in running the file recovery script on machines with SLES 12 SP4 OS and we're investigating with the SLES team.
112-
> Currently, running the file recovery script is working on machines with SLES 12 SP2 and SP3 OS versions.
113-
>
114-
115110
The script also requires Python and bash components to execute and connect securely to the recovery point.
116111

117112
|Component | Version |
@@ -184,10 +179,10 @@ If the file recovery process hangs after you run the file-restore script (for ex
184179
![Registry key changes](media/backup-azure-restore-files-from-vm/iscsi-reg-key-changes.png)
185180

186181
```registry
187-
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Disk\TimeOutValue – change this from 60 to 1200 secs.
188-
- HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e97b-e325-11ce-bfc1-08002be10318}\0003\Parameters\SrbTimeoutDelta – change this from 15 to 1200 secs.
182+
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Disk\TimeOutValue – change this from 60 to 2400 secs.
183+
- HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e97b-e325-11ce-bfc1-08002be10318}\0003\Parameters\SrbTimeoutDelta – change this from 15 to 2400 secs.
189184
- HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e97b-e325-11ce-bfc1-08002be10318}\0003\Parameters\EnableNOPOut – change this from 0 to 1
190-
- HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e97b-e325-11ce-bfc1-08002be10318}\0003\Parameters\MaxRequestHoldTime - change this from 60 to 1200 secs.
185+
- HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e97b-e325-11ce-bfc1-08002be10318}\0003\Parameters\MaxRequestHoldTime - change this from 60 to 2400 secs.
191186
```
192187

193188
### For Linux

0 commit comments

Comments
 (0)