You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/databox/data-box-disk-deploy-set-up.md
+34-30Lines changed: 34 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Before you begin, make sure that:
73
73
## Connect disks
74
74
75
75
> [!IMPORTANT]
76
-
> Azure Data Box disk with hardware encryption is only supported and tested for Linux-based operating systems. To access disks using a Windows OS-based device, download the [Data Box Disk toolset](https://aka.ms/databoxdisktoolswin) and run the **Data Box Disk Unlock tool**.
76
+
> Azure Data Box disk with hardware encryption is only supported and tested for Linux-based operating systems. To access disks using a Windows OS-based device, download the [Data Box Disk toolset](https://aka.ms/databoxdisktoolswin) and run the **Data Box Disk SED Unlock tool**.
77
77
78
78
### [Software encryption](#tab/bitlocker)
79
79
@@ -83,7 +83,7 @@ Use the included USB cable to connect the disk to a Windows or Linux machine run
83
83
84
84
### [Hardware encryption](#tab/sed)
85
85
86
-
Only use the included SATA 3 cable to connect the disk to a Linux machine running a supported version. For more information on supported OS versions, go to [Azure Data Box Disk system requirements](data-box-disk-system-requirements.md).
86
+
Connect the disks to an available SATA port on a Linux-based host running a supported version. For more information on supported OS versions, go to [Azure Data Box Disk system requirements](data-box-disk-system-requirements.md).
87
87
88
88
:::image type="content" source="media/data-box-disk-deploy-set-up/data-box-disk-connect-unlock-sata.png" alt-text="Screenshot showing the data box disk connector for hardware encrypted drives.":::
89
89
@@ -172,7 +172,7 @@ If you run into any issues while unlocking the disks, see how to [troubleshoot u
172
172
173
173
Perform the following steps to connect and unlock hardware encrypted Data Box disks on a Linux-based machine.
174
174
175
-
1. The Trusted Platofrm Module (TPM) must be enabled on Linux systems for SATA-based drives. To enable TPM, set `libata.allow_tpm` to `1` by editing the GRUB config as shown in the following distro-specific examples. More details can be found on the Drive-Trust-Alliance public Wiki located at [https://github.com/Drive-Trust-Alliance/sedutil/wiki](https://github.com/Drive-Trust-Alliance/sedutil/wiki).
175
+
1. The Trusted Platform Module (TPM) must be enabled on Linux systems for SATA-based drives. To enable TPM, set `libata.allow_tpm` to `1` by editing the GRUB config as shown in the following distro-specific examples. More details can be found on the Drive-Trust-Alliance public Wiki located at [https://github.com/Drive-Trust-Alliance/sedutil/wiki](https://github.com/Drive-Trust-Alliance/sedutil/wiki).
176
176
177
177
> [!WARNING]
178
178
> Enabling the TPM on a device might require a reboot.
@@ -181,41 +181,44 @@ Perform the following steps to connect and unlock hardware encrypted Data Box di
181
181
182
182
### [CentOS](#tab/centos)
183
183
184
-
Use the following sample script to enable the TPM for CentOS.
184
+
Use the following commands to enable the TPM for CentOS.
185
185
186
-
```bash
187
-
sudo nano /etc/default/grub
186
+
`sudo nano /etc/default/grub`
188
187
189
-
#Manually add "libata.allow_tpm=1" to the grub command line argument
Finally, validate that the TPM setting is properly configured by checking the boot image.
213
219
214
-
sudo update-grub
215
-
reboot
220
+
`cat /proc/cmdline`
216
221
217
-
#Validate that the TPM setting is properly configured by checking the boot image
218
-
cat /proc/cmdline
219
222
```
220
223
221
224
---
@@ -226,7 +229,7 @@ Perform the following steps to connect and unlock hardware encrypted Data Box di
226
229
> [!IMPORTANT]
227
230
> SEDUtil is an external utility for Self-Encrypting Drives. This is not managed by Microsoft. More information, including license information for this utility, can be found at [https://sedutil.com/](https://sedutil.com/).
228
231
229
-
1. Extract `SEDUtil` to a local path on the machine and add the extracted tool path to the `PATH` environment variable using the distro-agnotic example. This is required in a later step when the utility utilizes `SEDUtil` to unlock the disk.
232
+
1. Extract `SEDUtil` to a local path on the machine and create a symbolic link to the utility path using the following example. Alternatively, you can add the utility paht to the `PATH` environment variable.
230
233
231
234
```bash
232
235
chmod +x /path/to/sedutil-cli
@@ -285,7 +288,8 @@ Perform the following steps to connect and unlock hardware encrypted Data Box di
285
288
1. After you've finished copying your data to the disk, make sure to unmount and remove the disk safely using the following command.
The following example output confirms that the volume unmounted successfully.
@@ -296,7 +300,7 @@ Perform the following steps to connect and unlock hardware encrypted Data Box di
296
300
297
301
Perform the following steps to unlock self-encrypting disks using Windows-based machines.
298
302
299
-
- Download the [Data Box Disk toolset](https://aka.ms/databoxdisktoolswin) for Windows clients. This toolset contains four tools: the Data Box Disk Unlock tool, the Data Box SED Unlock tool, the Data Box Disk Validation tool, and the Data Box Disk Split Copy tool. Extract the toolset on the same computer that you will use to validate your data.
303
+
- Download the [Data Box Disk toolset](https://aka.ms/databoxdisktoolswin) for Windows clients and extract it to the same computer. Although the toolset contains four tools, only the **Data Box SED Unlock tool** is used for hardware-encrypted disks.
300
304
- Connect your Data Box Disk to an available SATA 3 connection on your Windows-based machine.
301
305
- Using a command prompt or PowerShell, run the following command to unlock self-encrypting disks.
302
306
@@ -392,7 +396,7 @@ Perform the following steps to connect and unlock software encrypted Data Box di
392
396
OpenSSL is already installed.
393
397
```
394
398
395
-
1. Run the Data Box Disk Unlock tool, supplying the passkey retrieved from the Azure portal. Optionally, specify a list of BitLocker encrypted volumes to unlock. The passkey and volume list should be contained within single quotes as shown.
399
+
1. Run the Data Box Disk Unlock tool, supplying the passkey retrieved from the Azure portal. Optionally, specify a list of BitLocker encrypted serial numbers to unlock. The passkey and serial numbers should be contained within single quotes as shown.
396
400
397
401
```bash
398
402
sudo ./DataBoxDiskUnlock /PassKey:'<Passkey from Azure portal>'
@@ -405,7 +409,7 @@ Perform the following steps to connect and unlock software encrypted Data Box di
405
409
406
410
1. Repeat the unlock steps for any future disk reinserts. Use the `help` command for additional assistance with the Data Box Disk unlock tool.
Copy file name to clipboardExpand all lines: articles/databox/data-box-disk-quickstart-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ This step takes roughly 5 minutes.
159
159
160
160
1. In the Azure portal, go to **General > Device Details** and get the passkey.
161
161
2. Download and extract operating system-specific Data Box Disk unlock tool on the computer used to copy the data to disks.
162
-
3. Run the Data Box Disk Unlock tool and supply the passkey. For any disk reinserts, run the unlock tool again and provide the passkey. **Do not use the BitLocker dialog or the BitLocker key to unlock the disk when using Windows-based hosts.** For more information on how to unlock disks, go to [Unlock disks on Windows client](data-box-disk-deploy-set-up.md#unlock-disks-on-windows-client) or [Unlock disks on Linux client](data-box-disk-deploy-set-up.md#unlock-disks-on-linux-client).
162
+
3. Run the Data Box Disk Unlock tool and supply the passkey. For any disk reinserts, run the unlock tool again and provide the passkey. **Do not use the BitLocker dialog or the BitLocker key to unlock the disk when using Windows-based hosts.** For more information on how to unlock disks, go to [Unlock disks](data-box-disk-deploy-set-up.md#unlock-disks).
163
163
4. The drive letter assigned to the disk is displayed by the tool. Make a note of the disk drive letter. This is used in the subsequent steps.
Copy file name to clipboardExpand all lines: articles/databox/data-box-disk-troubleshoot-data-copy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The issues seen when using a Split Copy tool to split the data over multiple dis
89
89
|Error message/Warnings |Recommendations |
90
90
|---------|---------|
91
91
|[Info] Retrieving BitLocker password for volume: m <br>[Error] Exception caught while retrieving BitLocker key for volume m:<br> Sequence contains no elements.|This error is thrown if the destination Data Box Disk are offline. <br> Use `diskmgmt.msc` tool to online disks.|
92
-
|[Error] Exception thrown: WMI operation failed:<br> Method=UnlockWithNumericalPassword, ReturnValue=2150694965, <br>Win32Message=The format of the recovery password provided is invalid. <br>BitLocker recovery passwords are 48 digits. <br>Verify that the recovery password is in the correct format and then try again.|Use Data Box Disk Unlock tool to first unlock the disks and retry the command. For more information, go to <li> [Unlock Data Box Disk for Windows clients](data-box-disk-deploy-set-up.md#unlock-disks-on-windows-client). </li><li> [Unlock disks](data-box-disk-deploy-set-up.md#unlock-disks) </li>|
92
+
|[Error] Exception thrown: WMI operation failed:<br> Method=UnlockWithNumericalPassword, ReturnValue=2150694965, <br>Win32Message=The format of the recovery password provided is invalid. <br>BitLocker recovery passwords are 48 digits. <br>Verify that the recovery password is in the correct format and then try again.|Use Data Box Disk Unlock tool to first unlock the disks and retry the command. For more information, go to <li> [Unlock Data Box Disk](data-box-disk-deploy-set-up.md#unlock-disks). </li><li> [Unlock disks](data-box-disk-deploy-set-up.md#unlock-disks) </li>|
93
93
|[Error] Exception thrown: A DriveManifest.xml file exists on the target drive. <br> This indicates the target drive may have been prepared with a different journal file. <br>To add more data to the same drive, use the previous journal file. To delete existing data and reuse target drive for a new import job, delete the *DriveManifest.xml* on the drive. Rerun this command with a new journal file.| This error is received when you attempt to use the same set of drives for multiple import session. <br> Use one set of drives only for one split and copy session only.|
94
94
|[Error] Exception thrown: CopySessionId importdata-sept-test-1 refers to a previous copy session and cannot be reused for a new copy session.|This error is reported when trying to use the same job name for a new job as a previous successfully completed job.<br> Assign a unique name for your new job.|
95
95
|[Info] Destination file or directory name exceeds the NTFS length limit. |This message is reported when the destination file was renamed because of long file path.<br> Modify the disposition option in `config.json` file to control this behavior.|
Copy file name to clipboardExpand all lines: articles/databox/data-box-disk-troubleshoot-unlock.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ You have used the password in the BitLocker dialog and trying to unlock the disk
48
48
49
49
**Resolution**
50
50
51
-
To unlock the Data Box Disks, you need to use the Data Box Disk Unlock tool and provide the password from the Azure portal. For more information, go to [Tutorial: Unpack, connect, and unlock Azure Data Box Disk](data-box-disk-deploy-set-up.md#connect-to-disks-and-get-the-passkey).
51
+
To unlock the Data Box Disks, you need to use the Data Box Disk Unlock tool and provide the password from the Azure portal. For more information, go to [Tutorial: Unpack, connect, and unlock Azure Data Box Disk](data-box-disk-deploy-set-up.md#retrieve-your-passkey).
52
52
53
53
### Issue: Could not unlock or verify some volumes. Contact Microsoft Support.
0 commit comments