All Products
Search
Document Center

Data Transport:Install hardware

Last Updated:Dec 23, 2025

This document describes how to install and configure a Data Transport device. It provides details about device specifications, port layout, physical installation, hardware connections, IP address settings, and how to check network connectivity.

Device overview

Data Transport II device

  • Device diagram

    image.png

    The front, rear, and top panels of the device can be opened. The front and rear panels open 90 degrees. You can push them flat to stow them under the device. The device comes with four optical transceiver modules (two 10 Gb and two 25 Gb) and one standard power cable. You can find the power cable after opening the top panel. You can place the device vertically or horizontally depending on the available rack space.

  • Device overview

    闪电立方II截图.jpg

    No.

    Description

    Six USB 3.0 ports. You can use these ports to connect a mouse, keyboard, or hard disk.

    Power button.

    Two 10 Gbit/s optical ports, where port 1 is the management port with the management IP address 10.10.1.1.

    Two 1 Gb copper Ethernet ports.

    Two 25 Gb optical ports.

    VGA port. You can use this port to connect to a display.

    Out-of-band management port.

    Note

    Do not use the management port as a service port.

Step 1: Mount the hardware

  1. Unpack and inspect the device.

    When you receive the Data Transport device, check that the device and its accessories are complete and undamaged. The accessories include four optical transceiver modules (two 10 Gb and two 25 Gb) and one standard power cable. You can find the power cable after opening the top panel. If the device is damaged, contact Alibaba Cloud support immediately.

  2. Mount the Data Transport device.

    The Data Transport II is not a standard rack-mounted device. Before you mount the device, prepare a rail and a tray. You can also place the device at the bottom of the rack.

  3. Connect the device using a power cable that matches the power socket on the rack. For example, use an American-standard or other compatible power cable.

  4. Check the data ports.

    The device has onboard 1 Gb network ports. If you want to use a 10 Gb or 25 Gb network, make sure that the SFP optical transceiver modules are installed.

  5. After you connect the cables, press the power button to turn on the device and check its status.

Connection methods

The Data Transport device supports the following two connection methods:

  • Connect through a network switch

    image.png

  • Connect directly with a network cable

    image.png

Step 2: Configure the service IP address

Method 1

The default management IP address of the Data Transport II device is 10.10.1.1, and the subnet mask is 255.255.255.0.

  1. Connect your laptop to the management port of the Data Transport II device using a network cable. The management port is Port 1 of the two 1 Gb copper Ethernet ports. Its IP address is 10.10.1.1.

  2. Change the local IP address of your laptop to an address in the same CIDR block as the management port IP address. For example, change the local IP address to 10.10.1.2 and the subnet mask to 255.255.255.0.

    Note

    If the management IP address of the device is not 10.10.1.1, use Method 2.

  3. Open the command line, enter ssh root@10.10.1.1, and press Enter.

  4. Enter the username and password to log on to the Data Transport device.

    Contact Alibaba Cloud support to obtain the username and password.

  5. Run the command cd /etc/sysconfig/network-scripts/ to navigate to the specified directory. You can see the following network port configuration files.

    Important

    If the corresponding network port configuration file is not found, go to Applications > System Tools > Settings > Network to configure the connected network port from the graphical user interface (GUI). Select the manual mode, configure the service IP address, subnet mask, and gateway, and then apply the settings. The corresponding network port configuration file is then generated.

    Name

    Description

    eno1

    Configuration file for 1 Gb copper Ethernet port 1. This is the management port. Do not modify this file.

    eno2

    Configuration file for 1 Gb copper Ethernet port 2.

    eno3

    Configuration file for 10 Gb optical port 1.

    eno4

    Configuration file for 10 Gb optical port 2.

    eth4

    Configuration file for 25 Gb optical port 1.

    eth5

    Configuration file for 25 Gb optical port 2.

  6. Open the configuration file that corresponds to the network port connected to the Data Transport device. Confirm or modify the following parameters in the file.

    Parameter

    Description

    BOOTPROTO

    Set to static.

    ONBOOT

    Set to yes.

    IPADDR

    The service IP address. Example: 10.10.1.2.

    NETMASK

    The subnet mask. Example: 255.255.255.0.

    GATEWAY

    The gateway. Example: 10.10.1.1.

  7. Run the command service network restart to restart the network service. An `[OK]` message indicates that the service restarted successfully.

Method 2

Connect a display, keyboard, and mouse to the Data Transport II device.

  • Enter the username and password to log on to the Data Transport device.

    Contact Alibaba Cloud support to obtain the username and password.

  • Run the command cd /etc/sysconfig/network-scripts/ to navigate to the specified directory. You can see the following network port configuration files.

    Name

    Description

    eno1

    Configuration file for 1 Gb copper Ethernet port 1. This is the management port. Do not modify this file.

    eno2

    Configuration file for 1 Gb copper Ethernet port 2.

    eno3

    Configuration file for 10 Gb optical port 1.

    eno4

    Configuration file for 10 Gb optical port 2.

    eth4

    Configuration file for 25 Gb optical port 1.

    eth5

    Configuration file for 25 Gb optical port 2.

  • Open the configuration file that corresponds to the network port connected to the Data Transport device. Confirm or modify the following parameters in the file.

    Parameter

    Description

    BOOTPROTO

    Set to static.

    ONBOOT

    Set to yes.

    IPADDR

    The service IP address. Example: 10.10.1.2.

    NETMASK

    The subnet mask. Example: 255.255.255.0.

    GATEWAY

    The gateway. Example: 10.10.1.1.

  • Run the command service network restart to restart the network service. An `[OK]` message indicates that the service restarted successfully.

Step 3: Check the hard disk status

Before you use the Data Transport II device, check the hard disk status. If you find that the hard disk or storage pool is abnormal, contact Alibaba Cloud support immediately.

  1. Run the df -h command on the command line to view the storage pool.

  2. The /mnt/cube directory is the storage directory for the Data Transport device. Save your data in this directory.

Step 4: Check the shared folder

Before you use the Data Transport II device, check the shared folder.

  1. Run showmount -e 127.1.1.1 on the command line.

  2. Confirm that the command returns the following information.

    image.png