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-deploy-copy-data-from-vhds.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ This tutorial describes how to use the Azure Data Box to migrate you on-premises
18
18
In this tutorial, you learn how to:
19
19
20
20
> [!div class="checklist"]
21
+
>
21
22
> * Review prerequisites
22
23
> * Connect to Data Box
23
24
> * Copy data to Data Box
24
25
25
-
26
26
## Prerequisites
27
27
28
28
Before you begin, make sure that:
@@ -35,6 +35,8 @@ Before you begin, make sure that:
35
35
- Supported [managed disk sizes in Azure object size limits](data-box-limits.md#azure-object-size-limits).
36
36
-[Introduction to Azure managed disks](/azure/virtual-machines/windows/managed-disks-overview).
37
37
38
+
5. You've maintained a copy of the source data until you've confirmed that the Data Box transferred your data into Azure Storage.
39
+
38
40
## Connect to Data Box
39
41
40
42
Based on the resource groups specified, Data Box creates one share for each associated resource group. For example, if `mydbmdrg1` and `mydbmdrg2` were created when placing the order, the following shares are created:
@@ -88,7 +90,7 @@ If using a Windows Server host computer, follow these steps to connect to the Da
88
90
89
91
```
90
92
C:\>net use \\169.254.250.200\mydbmdrgl_MDisk /u:mdisk
91
-
Enter the password for ‘mdisk’ to connect to '169.254.250.200':
93
+
Enter the password for 'mdisk' to connect to '169.254.250.200':
Copy file name to clipboardExpand all lines: articles/databox/data-box-deploy-copy-data-via-copy-service.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Use the data copy service:
24
24
In this tutorial, you learn how to:
25
25
26
26
> [!div class="checklist"]
27
+
>
27
28
> * Copy data to Data Box
28
29
29
30
## Prerequisites
@@ -39,9 +40,13 @@ Before you begin, make sure that:
39
40
40
41
After you're connected to the NAS device, the next step is to copy your data. Before you begin the data copy, review the following considerations:
41
42
42
-
- While copying data, make sure that the data size conforms to the size limits described in the article [Azure storage and Data Box limits](data-box-limits.md).
43
-
- If data uploaded by Data Box is concurrently uploaded by other applications outside Data Box, upload-job failures and data corruption might result.
44
-
- If the data is being modified as the data copy service is reading it, you might see failures or corruption of data.
43
+
* While copying data, make sure that the data size conforms to the size limits described in the article [Azure storage and Data Box limits](data-box-limits.md).
44
+
45
+
* If data uploaded by Data Box is concurrently uploaded by other applications outside Data Box, upload-job failures and data corruption might result.
46
+
47
+
* If the data is being modified as the data copy service is reading it, you might see failures or corruption of data.
48
+
49
+
* Make sure that you maintain a copy of the source data until you can confirm that the Data Box has transferred your data into Azure Storage.
45
50
46
51
To copy data by using the data copy service, you need to create a job:
Copy file name to clipboardExpand all lines: articles/databox/data-box-deploy-copy-data-via-nfs.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This tutorial describes how to connect to and copy data from your host computer
18
18
In this tutorial, you learn how to:
19
19
20
20
> [!div class="checklist"]
21
+
>
21
22
> * Prerequisites
22
23
> * Connect to Data Box
23
24
> * Copy data to Data Box
@@ -79,17 +80,17 @@ If you are using a Linux host computer, perform the following steps to configure
79
80
80
81
Once you are connected to the Data Box shares, the next step is to copy data. Before you begin the data copy, review the following considerations:
81
82
82
-
- Ensure that you copy the data to shares that correspond to the appropriate data format. For instance, copy the block blob data to the share for block blobs. Copy VHDs to page blobs. If the data format does not match the appropriate share type, then at a later step, the data upload to Azure will fail.
83
-
- While copying data, ensure that the data size conforms to the size limits described in the [Azure storage and Data Box limits](data-box-limits.md).
84
-
- If data, which is being uploaded by Data Box, is concurrently uploaded by other applications outside of Data Box, then this could result in upload job failures and data corruption.
85
-
- We recommend that you do not use both SMB and NFS concurrently or copy same data to same end destination on Azure. In such cases, the final outcome cannot be determined.
86
-
-**Always create a folder for the files that you intend to copy under the share and then copy the files to that folder**. The folder created under block blob and page blob shares represents a container to which data is uploaded as blobs. You cannot copy files directly to *root* folder in the storage account.
87
-
- If ingesting case-sensitive directory and file names from an NFS share to NFS on Data Box:
88
-
- The case is preserved in the name.
89
-
- The files are case-insensitive.
90
-
91
-
For example, if copying `SampleFile.txt` and `Samplefile.Txt`, the case will be preserved in the name when copied to Data Box but the second file will overwrite the first one as these are considered the same file.
83
+
* Ensure that you copy the data to shares that correspond to the appropriate data format. For instance, copy the block blob data to the share for block blobs. Copy VHDs to page blobs. If the data format does not match the appropriate share type, then at a later step, the data upload to Azure will fail.
84
+
* While copying data, ensure that the data size conforms to the size limits described in the [Azure storage and Data Box limits](data-box-limits.md).
85
+
* If data, which is being uploaded by Data Box, is concurrently uploaded by other applications outside of Data Box, then this could result in upload job failures and data corruption.
86
+
* We recommend that you do not use both SMB and NFS concurrently or copy same data to same end destination on Azure. In such cases, the final outcome cannot be determined.
87
+
***Always create a folder for the files that you intend to copy under the share and then copy the files to that folder**. The folder created under block blob and page blob shares represents a container to which data is uploaded as blobs. You cannot copy files directly to *root* folder in the storage account.
88
+
* If ingesting case-sensitive directory and file names from an NFS share to NFS on Data Box:
89
+
* The case is preserved in the name.
90
+
* The files are case-insensitive.
92
91
92
+
For example, if copying `SampleFile.txt` and `Samplefile.Txt`, the case will be preserved in the name when copied to Data Box but the second file will overwrite the first one as these are considered the same file.
93
+
* Make sure that you maintain a copy of the source data until you can confirm that the Data Box has transferred your data into Azure Storage.
93
94
94
95
If you're using a Linux host computer, use a copy utility similar to Robocopy. Some of the alternatives available in Linux are [rsync](https://rsync.samba.org/), [FreeFileSync](https://www.freefilesync.org/), [Unison](https://www.cis.upenn.edu/~bcpierce/unison/), or [Ultracopier](https://ultracopier.first-world.info/).
Copy file name to clipboardExpand all lines: articles/databox/data-box-deploy-copy-data-via-rest.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ This tutorial describes procedures to connect to Azure Data Box Blob storage via
20
20
In this tutorial, you learn how to:
21
21
22
22
> [!div class="checklist"]
23
+
>
23
24
> * Prerequisites
24
25
> * Connect to Data Box Blob storage via *http* or *https*
25
26
> * Copy data to Data Box
@@ -88,7 +89,7 @@ Use the Azure portal to download certificate.
88
89
89
90
### Import certificate
90
91
91
-
Accessing Data Box Blob storage over HTTPS requires an SSL certificate for the device. The way in which this certificate is made available to the client application varies from application to application and across operating systems and distributions. Some applications can access the certificate after it is imported into the system’s certificate store, while other applications do not make use of that mechanism.
92
+
Accessing Data Box Blob storage over HTTPS requires an SSL certificate for the device. The way in which this certificate is made available to the client application varies from application to application and across operating systems and distributions. Some applications can access the certificate after it is imported into the system's certificate store, while other applications do not make use of that mechanism.
92
93
93
94
Specific information for some applications is mentioned in this section. For more information on other applications, consult the documentation for the application and the operating system used.
94
95
@@ -105,16 +106,16 @@ Follow these steps to import the `.cer` file into the root store of a Windows or
105
106
106
107
#### Use Windows Server UI
107
108
108
-
1.Right-click the `.cer` file and select **Install certificate**. This action starts the Certificate Import Wizard.
109
-
2.For **Store location**, select **Local Machine**, and then click **Next**.
109
+
1.Right-click the `.cer` file and select **Install certificate**. This action starts the Certificate Import Wizard.
110
+
2.For **Store location**, select **Local Machine**, and then click **Next**.
110
111
111
112

112
113
113
-
3.Select **Place all certificates in the following store**, and then click **Browse**. Navigate to the root store of your remote host, and then click **Next**.
114
+
3.Select **Place all certificates in the following store**, and then click **Browse**. Navigate to the root store of your remote host, and then click **Next**.
114
115
115
116

116
117
117
-
4.Click **Finish**. A message that tells you that the import was successful appears.
118
+
4.Click **Finish**. A message that tells you that the import was successful appears.
118
119
119
120

120
121
@@ -146,8 +147,9 @@ Follow the steps to [Configure partner software that you used while connecting o
146
147
147
148
Once you are connected to the Data Box Blob storage, the next step is to copy data. Prior to data copy, review the following considerations:
148
149
149
-
- While copying data, ensure that the data size conforms to the size limits described in the [Azure storage and Data Box limits](data-box-limits.md).
150
-
- If data, which is being uploaded by Data Box, is concurrently uploaded by other applications outside of Data Box, this may result in upload job failures and data corruption.
150
+
* While copying data, ensure that the data size conforms to the size limits described in the [Azure storage and Data Box limits](data-box-limits.md).
151
+
* If data, which is being uploaded by Data Box, is concurrently uploaded by other applications outside of Data Box, this may result in upload job failures and data corruption.
152
+
* Make sure that you maintain a copy of the source data until you can confirm that the Data Box has transferred your data into Azure Storage.
151
153
152
154
In this tutorial, AzCopy is used to copy data to Data Box Blob storage. You can also use Azure Storage Explorer (if you prefer a GUI-based tool) or a partner software to copy the data.
Copy file name to clipboardExpand all lines: articles/databox/data-box-deploy-copy-data.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,22 +105,21 @@ If using a Windows Server host computer, follow these steps to connect to the Da
105
105
If using a Linux client, use the following command to mount the SMB share. The "vers" parameter below is the version of SMB that your Linux host supports. Plug in the appropriate version in the command below. For versions of SMB that the Data Box supports see [Supported file systems for Linux clients](https://docs.microsoft.com/azure/databox/data-box-system-requirements#supported-file-systems-for-linux-clients)
106
106
107
107
`sudo mount -t nfs -o vers=2.1 10.126.76.172:/devicemanagertest1_BlockBlob /home/databoxubuntuhost/databox`
108
-
109
-
110
108
111
109
## Copy data to Data Box
112
110
113
111
Once you're connected to the Data Box shares, the next step is to copy data. Before you begin the data copy, review the following considerations:
114
112
115
-
- Make sure that you copy the data to shares that correspond to the appropriate data format. For instance, copy the block blob data to the share for block blobs. Copy the VHDs to page blob. If the data format doesn't match the appropriate share type, then at a later step, the data upload to Azure will fail.
116
-
- While copying data, make sure that the data size conforms to the size limits described in the [Azure storage and Data Box limits](data-box-limits.md).
117
-
- If data, which is being uploaded by Data Box, is concurrently uploaded by other applications outside of Data Box, then this could result in upload job failures and data corruption.
118
-
- We recommend that:
119
-
- You don't use both SMB and NFS at the same time.
120
-
- Copy the same data to same end destination on Azure.
121
-
113
+
* Make sure that you copy the data to shares that correspond to the appropriate data format. For instance, copy the block blob data to the share for block blobs. Copy the VHDs to page blob. If the data format doesn't match the appropriate share type, then at a later step, the data upload to Azure will fail.
114
+
* While copying data, make sure that the data size conforms to the size limits described in the [Azure storage and Data Box limits](data-box-limits.md).
115
+
* If data, which is being uploaded by Data Box, is concurrently uploaded by other applications outside of Data Box, then this could result in upload job failures and data corruption.
116
+
* We recommend that:
117
+
* You don't use both SMB and NFS at the same time.
118
+
* Copy the same data to same end destination on Azure.
119
+
122
120
In these cases, the final outcome can't be determined.
123
-
- Always create a folder for the files that you intend to copy under the share and then copy the files to that folder. The folder created under block blob and page blob shares represents a container to which the data is uploaded as blobs. You cannot copy files directly to *root* folder in the storage account.
121
+
* Always create a folder for the files that you intend to copy under the share and then copy the files to that folder. The folder created under block blob and page blob shares represents a container to which the data is uploaded as blobs. You cannot copy files directly to *root* folder in the storage account.
122
+
* Make sure that you maintain a copy of the source data until you can confirm that the Data Box has transferred your data into Azure Storage.
124
123
125
124
After you've connected to the SMB share, begin data copy. You can use any SMB compatible file copy tool such as Robocopy to copy your data. Multiple copy jobs can be initiated using Robocopy. Use the following command:
0 commit comments