Skip to content

Commit 933e760

Browse files
committed
DBXV2
1 parent 4ff0ce9 commit 933e760

36 files changed

+1080
-0
lines changed

articles/databox/data-box-v2-overview.md

Lines changed: 214 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
---
2+
title: Export data for Microsoft Azure Data Box V2
3+
description: Learn how to quickly export your Azure Data Box V2 data in Azure portal
4+
services: databox
5+
author: stevenmatthew
6+
ms.service: azure-databox
7+
ms.topic: quickstart
8+
ms.date: 10/23/2024
9+
ms.author: shaas
10+
ms.custom: mode-other
11+
#Customer intent: As an IT admin, I need to quickly deploy Data Box so as to import data into Azure.
12+
---
13+
14+
# Quickstart: Get started with Azure Data Box V2 to export data from Azure
15+
16+
This quickstart describes how to export data out of Azure into your location using the Azure portal. The steps include how to cable, configure, and copy data from Azure. The quickstart is performed in the Azure portal and on the local web UI of the device.
17+
18+
For detailed step-by-step deployment and tracking instructions, go to [Tutorial: Create export order for Azure Data Box](data-box-deploy-export-ordered.md)
19+
20+
## Prerequisites
21+
22+
Before you begin:
23+
24+
* Make sure that the subscription you use for Data Box service is one of the following types:
25+
* Microsoft Enterprise Agreement (EA). Read more about [EA subscriptions](https://azure.microsoft.com/pricing/enterprise-agreement/).
26+
* Cloud Solution Provider (CSP). Learn more about [Azure CSP program](/azure/cloud-solution-provider/overview/azure-csp-overview).
27+
* Microsoft Azure Sponsorship. Learn more about [Azure sponsorship program](https://azure.microsoft.com/offers/ms-azr-0036p/).
28+
29+
* Ensure that you have owner or contributor access to the subscription to create a Data Box order.
30+
* Review the [safety guidelines for your Data Box](data-box-safety.md).
31+
* You have an Azure Data Box device to move data to your location. Your host computer must
32+
* Run a [Supported operating system](data-box-system-requirements.md).
33+
* Be connected to high-speed network. We recommend that you have at least one 100-GbE connection. If a 100-GbE connection isn't available,  10-GbE or 1-GbE data link can be used but the copy speeds are impacted. 
34+
* You must have access to a flat surface where you can place the Data Box. If you want to place the device on a standard rack shelf, you need a 7U slot in your datacenter rack. You can place the device flat or upright in the rack.
35+
* You've procured the following cables to connect your Data Box to the host computer.
36+
* 2 x 10G-BaseT RJ-45 cables (CAT-5e or CAT6)
37+
* 2 x 100-GbE QSFP28 passive direct attached cable (use with DATA 1, DATA 2 network interfaces) 
38+
39+
## Sign in to Azure
40+
41+
Sign in to the [Azure portal](https://portal.azure.com).
42+
43+
## Order
44+
45+
This step takes roughly 10 minutes.
46+
47+
1. Create a new Azure Data Box resource in Azure portal.
48+
2. Select an existing subscription enabled for this service and choose transfer type as **Export to Azure**. Provide the **Source Azure region** where the data resides and **Destination country** for the data transfer.
49+
3. Select **Data Box**. The maximum usable capacity is 120/525 TB and you can create multiple orders for larger data sizes.
50+
4. Select **Add storage account and export type** and then **Select Export option**.
51+
5. Enter the order details and shipping information. If the service is available in your region, provide notification email addresses, review the summary, and then create the order.
52+
53+
Once the order is created, the device is prepared for shipment.
54+
55+
## Cable
56+
57+
This step takes roughly 10 minutes.
58+
59+
When you receive the Data Box, do the following steps to cable, connect to, and turn on the device. This step takes about 10 minutes.
60+
61+
1. If there's any evidence that the device is tampered with or damaged, don't proceed. Contact Microsoft Support to ship you a replacement device.
62+
1. Before you cable your device, ensure that you have the following cables:
63+
64+
* 1 x power cable (included).
65+
* 2 x 10G-BaseT RJ-45 cables (CAT-5e or CAT6) (not included).
66+
* 2 x 100-GbE QSFP28 passive direct attached cable (not included).
67+
68+
1. Remove and place the device on a flat surface.
69+
1. Cable the device as shown below.
70+
71+
![Data Box device backplane cabled](media/data-box-v2-quickstart-export/data-box-cabled-dhcp.png)
72+
73+
1. Connect the power cable to the device.
74+
2. Use the RJ-45 CAT 6 network cable to connect your host computer to the MGMT port on the device.
75+
3. Use the QFSP28 copper cable to connect at least one 100 Gbps (preferred over 10 or 1 Gbps) network interface, DATA 1 or DATA 2 for data. 
76+
4. Turn on the device. The power button is on the front panel of the device.
77+
78+
## Connect
79+
80+
This step takes about 5-7 minutes to complete.
81+
82+
1. To get the device password, go to **General** > **Device details** in the [Azure portal](https://portal.azure.com).
83+
2. Assign a static IP address of 192.168.100.5 and subnet 255.255.255.0 to the Ethernet adapter on the computer you're using to connect to Data Box. Access the local web UI of the device at `https://192.168.100.10`. The connection could take up to 5 minutes after you turned on the device.
84+
3. Sign in using the password from the Azure portal. You see an error indicating a problem with the website's security certificate. Follow the browser-specific instructions to proceed to the web page.
85+
4. By default, the network settings for the 100-Gbps data interface (or 1 Gbps) are configured as DHCP. If needed, you can configure this interface as static and provide an IP address.
86+
87+
## Copy data
88+
89+
The time to complete this operation depends upon your data size and network speed.
90+
91+
1. If using a Windows client, use an SMB compatible file copy tool such as Robocopy. For NFS host, use `cp` command or `rsync` to copy the data. For more information on how to use Robocopy to copy data, go to [Robocopy](/previous-versions/technet-magazine/ee851678(v=msdn.10)).
92+
2. Connect to the device shares and begin copying data to the host computer.
93+
<!-- 1. Connect to the device shares using the path:`\\<IP address of your device>\ShareName`. To get the share access credentials, go to the **Connect & copy** page in the local web UI of the Data Box. -->
94+
95+
## Ship to Azure
96+
97+
This operation takes about 10-15 minutes to complete.
98+
99+
1. Go to **Prepare to ship** page in the local web UI and start the ship preparation.
100+
2. Turn off the device from the local web UI. Remove the cables from the device.
101+
3. Spool and securely place the power cord that was provided with device in the back of the device.
102+
4. The return shipping label should be visible on the E-ink display. If the E-ink display isn't displaying the label, download the shipping label from the Local UI and affix on the device.
103+
5. Schedule a pickup with your regional carrier if returning the device.
104+
6. Once the Data Box is picked up and scanned by your carrier, the order status in the portal updates to **Picked up**. A tracking ID is also displayed.
105+
106+
## Clean up resources
107+
108+
This step takes 2-3 minutes to complete.
109+
110+
* You can cancel the Data Box order in the Azure portal before the order is processed. Once the order is processed, the order can't be canceled. The order progresses until it reaches the completed stage. To cancel the order, go to **Overview** and select **Cancel** from the command bar.
111+
112+
* You can delete the order once the status shows as **Completed** or **Canceled** in the Azure portal. To delete the order, go to **Overview** and select **Delete** from the command bar.
113+
114+
## Next steps
115+
116+
In this quickstart, you've deployed an export order from Azure into an Azure Data Box. To learn more about Azure Data Box management, advance to the following tutorial:
117+
118+
> [!div class="nextstepaction"]
119+
> [Use the Azure portal to administer Data Box](data-box-portal-admin.md)
Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
---
2+
title: Quickstart for Microsoft Azure Data Box V2| Microsoft Docs
3+
description: In this quickstart, learn how to deploy Azure Data Box V2 using the Azure portal for an import order. Configure Azure Data Box V2 and copy data to upload to Azure.
4+
services: databox
5+
author: stevenmatthew
6+
ms.service: azure-databox
7+
ms.topic: quickstart
8+
ms.date: 10/24/2024
9+
ms.author: shaas
10+
ms.custom: mode-other
11+
#Customer intent: As an IT admin, I need to quickly deploy Data Box so as to import data into Azure.
12+
---
13+
14+
# Get started with Azure Data Box V2 to import data into Azure
15+
16+
::: zone target="docs"
17+
18+
This quickstart describes how to deploy the Azure Data Box using the Azure portal for an import order. The steps include how to cable, configure, and copy data to Data Box so that it uploads to Azure. The quickstart steps are performed in the Azure portal and on the local web UI of the device.
19+
20+
For detailed step-by-step deployment and tracking instructions, go to [Tutorial: Order Azure Data Box](data-box-deploy-ordered.md)
21+
22+
::: zone-end
23+
24+
::: zone target="chromeless"
25+
26+
This guide describes how to deploy the Azure Data Box for import using the Azure portal. The steps include review the prerequisites, cable and connect your device, and copy data to your device so that it uploads to Azure.
27+
28+
::: zone-end
29+
30+
::: zone target="docs"
31+
32+
## Prerequisites
33+
34+
Before you begin:
35+
36+
- Make sure that the subscription you use for Data Box service is one of the following types:
37+
- Microsoft Customer Agreement (MCA) for new subscriptions or Microsoft Enterprise Agreement (EA) for existing subscriptions. Read more about [MCA for new subscriptions](https://www.microsoft.com/licensing/how-to-buy/microsoft-customer-agreement) and [EA subscriptions](https://azure.microsoft.com/pricing/enterprise-agreement/).
38+
- Cloud Solution Provider (CSP). Learn more about [Azure CSP program](/azure/cloud-solution-provider/overview/azure-csp-overview).
39+
- Microsoft Azure Sponsorship. Learn more about [Azure sponsorship program](https://azure.microsoft.com/offers/ms-azr-0036p/).
40+
41+
- Ensure that you have owner or contributor access to the subscription to create a Data Box order.
42+
- Review the [safety guidelines for your Data Box](data-box-safety.md).
43+
- You have a host computer that has the data that you want to copy over to Data Box. Your host computer must
44+
- Run a [Supported operating system](data-box-system-requirements.md).
45+
- Be connected to high-speed network. We recommend that you have at least one 100-GbE connection. If a 100-GbE connection isn't available, 10-GbE or 1-GbE data link can be used but the copy speeds are impacted.
46+
- You must have access to a flat surface where you can place the Data Box. If you want to place the device on a standard rack shelf, you need a 7U slot in your datacenter rack. You can place the device flat or upright in the rack.
47+
- You have procured the following cables to connect your Data Box to the host computer.
48+
- 2 x 10G-BaseT RJ-45 cables (CAT-5e or CAT6)
49+
- 2 x 100-GbE QSFP28 passive direct attached cable (use with DATA 1, DATA 2 network interfaces)
50+
51+
::: zone-end
52+
53+
::: zone target="chromeless"
54+
55+
## Prerequisites
56+
57+
Before you begin, make sure that you've:
58+
59+
1. Completed the [Tutorial: Order Azure Data Box](data-box-deploy-ordered.md).
60+
2. Received your Data Box and the order status in the portal is **Delivered**.
61+
3. Reviewed the [Data Box safety guidelines](data-box-safety.md).
62+
4. Received one grounded power cord to use with your 125-TB/ 525-TB storage device.
63+
5. Access to a host computer that has the data that you want to copy over to Data Box. Your host computer must
64+
- Run a [Supported operating system](data-box-system-requirements.md).
65+
- Be connected to high-speed network. We recommend that you have at least one 100-GbE connection. If a 100-GbE connection isn't available, 10-GbE or 1-GbE data link can be used but the copy speeds are impacted.
66+
6. Access to a flat surface to place the Data Box. To place the device flat or upright in a standard rack shelf, you need a 7U slot in your rack.
67+
68+
::: zone-end
69+
70+
::: zone target="docs"
71+
72+
## Sign in to Azure
73+
74+
Sign in to the [Azure portal](https://portal.azure.com).
75+
76+
## Order
77+
78+
This step takes roughly 5 minutes.
79+
80+
1. Create a new Azure Data Box resource in Azure portal.
81+
2. Select an existing subscription enabled for this service and choose transfer type as **Import**. Provide the **Source country** where the data resides and **Azure destination region** for the data transfer.
82+
3. Select **Data Box**. The maximum usable capacity is 120 TB/ 525TB and you can create multiple orders for larger data sizes.
83+
4. Enter the order details and shipping information. If the service is available in your region, provide notification email addresses, review the summary, and then create the order.
84+
85+
Once the order is created, the device is prepared for shipment.
86+
87+
88+
89+
## Cable
90+
91+
This step takes roughly 10 minutes.
92+
93+
When you receive the Data Box, do the following steps to cable, connect to and turn on the device. This step takes about 10 minutes.
94+
95+
1. If there is any evidence that the device is tampered with or damaged, do not proceed. Contact Microsoft Support to ship you a replacement device.
96+
2. Before you cable your device, ensure that you have the following cables:
97+
98+
- 1 x power cable (included).
99+
- 2 x 10G-BaseT RJ-45 cables (CAT-5e or CAT6) (not included).
100+
- 2 x 100-GbE QSFP28 passive direct attached cable (not included).
101+
102+
3. Remove and place the device on a flat surface.
103+
104+
4. Cable the device as shown below.
105+
106+
![Data Box device backplane cabled](media/data-box-v2-quickstart-import/data-box-cabled-dhcp.png)
107+
108+
1. Connect the power cable to the device.
109+
2. Use the RJ-45 CAT 6 network cable to connect your host computer to the management port (MGMT) on the device.
110+
3. Use the QFSP28 copper cable to connect at least one 100 Gbps (preferred over 10 or 1 Gbps) network interface, DATA 1 or DATA 2 for data.
111+
4. Turn on the device. The power button is on the front panel of the device.
112+
113+
114+
## Connect
115+
116+
This step takes about 5-7 minutes to complete.
117+
118+
1. To get the device password, go to **General > Device details** in the [Azure portal](https://portal.azure.com).
119+
2. Assign a static IP address of 192.168.100.5 and subnet 255.255.255.0 to the Ethernet adapter on the computer you are using to connect to Data Box. Access the local web UI of the device at `https://192.168.100.10`. The connection could take up to 5 minutes after you turned on the device.
120+
3. Sign in using the password from the Azure portal. You see an error indicating a problem with the website’s security certificate. Follow the browser-specific instructions to proceed to the web page.
121+
4. By default, the network settings for the 100 Gbps data interface (or 1 Gbps) are configured as DHCP. If needed, you can configure this interface as static and provide an IP address.
122+
123+
## Copy data
124+
125+
The time to complete this operation depends upon your data size and network speed.
126+
127+
1. Copy speeds of approx. 7 GigaBytes/s can be achieved using SMB Direct on RDMA (100-GbE connection ) for medium to large files.
128+
2. If using a Windows host, use an SMB compatible file copy tool such as Robocopy. For NFS host, use `cp` command or `rsync` to copy the data. Connect the tool to your device and begin copying data to the shares. For more information on how to use Robocopy to copy data, go to [Robocopy](/previous-versions/technet-magazine/ee851678(v=msdn.10)).
129+
3. Connect to the shares using the path:`\\<IP address of your device>\ShareName`. To get the share access credentials, go to the **Connect & copy** page in the local web UI of the Data Box.
130+
4. Make sure that the share and folder names, and the data follow guidelines described in the [Azure Storage and Data Box service limits](data-box-limits.md).
131+
132+
## Ship to Azure
133+
134+
This operation takes about 10-15 minutes to complete.
135+
136+
1. Go to **Prepare to ship** page in the local web UI and start the ship preparation.
137+
2. Turn off the device from the local web UI. Remove the cables from the device.
138+
3. The return shipping label should be visible on the E-ink display. If the E-ink display is not displaying the label, download shipping label from the local UI and insert in the clear sleeve attached to the device.
139+
4. Lock the case and ship to Microsoft.
140+
141+
## Verify data
142+
143+
The time to complete this operation depends upon your data size.
144+
145+
1. When the Data Box device is connected to the Azure datacenter network, the data upload to Azure starts automatically.
146+
2. Azure Data Box service notifies you that the data copy is complete via the Azure portal.
147+
148+
1. Check error logs for any failures and take appropriate actions.
149+
2. Verify that your data is in the storage account(s) before you delete it from the source.
150+
151+
## Clean up resources
152+
153+
This step takes 2-3 minutes to complete.
154+
155+
- You can cancel the Data Box order in the Azure portal before the order is processed. Once the order is processed, the order cannot be canceled. The order progresses until it reaches the completed stage. To cancel the order, go to **Overview** and click **Cancel** from the command bar.
156+
157+
- You can delete the order once the status shows as **Completed** or **Canceled** in the Azure portal. To delete the order, go to **Overview** and click **Delete** from the command bar.
158+
159+
## Next steps
160+
161+
In this quickstart, you’ve deployed an Azure Data Box to help import your data into Azure. To learn more about Azure Data Box management, advance to the following tutorial:
162+
163+
> [!div class="nextstepaction"]
164+
> [Use the Azure portal to administer Data Box](data-box-portal-admin.md)
165+
166+
::: zone-end

0 commit comments

Comments
 (0)