Data Domain. Настройка физических интерфейсов с помощью интерфейса командной строки

Résumé: Эта статья создана для предоставления команд по настройке физических интерфейсов с помощью интерфейса командной строки (CLI) в Data Domain.

Cet article concerne Cet article ne concerne pas Cet article n’est associé à aucun produit spécifique. Toutes les versions du produit ne sont pas identifiées dans cet article.

Instructions

Если вы переместили Data Domain на новую площадку и хотите перенастроить все новое, вы также можете запустить команду configuration setup Команды.

Если вы хотите настроить только сеть, пропустите configuration setup command и используйте команды net, описанные в этой статье.
# config setup

Launch a utility program that prompts you to configure settings for the system, network, filesystem, CIFS, NFS, and licenses. Press Enter to cycle through the selections and confirm any changes when prompted. Choices include Save, Cancel, and Retry.

This command option is unavailable on Retention Lock Compliance systems. Use System Manager to change configuration settings. Role required: admin and limited-admin.
Переменная net configuration позволяет настроить физический интерфейс в Data Domain.
 # net config <ifname> [type {floating | fixed}]
                {[<ipaddr>] [netmask <mask>] | [<ipv6addr>] |
                [dhcp {yes [ipversion {ipv4|ipv6}]|no}]}
                {[autoneg] | [duplex {full | half} speed {10|100|1000|10000}]}
                [up | down] [mtu {<size> | default}]
                [txqueuelen <size>]
                                       Configure an Ethernet interface. Create
                                       an alias by giving an address to a new
                                       alias number. Destroy an alias by
                                       giving an address of zero. "

Example # net config ethXx x.x.x.x netmask x.x.x.x 

To clear a interface give a address of zeros. 

Example # net config ethXx 0.0.0.0
 
Примечание. Изменение параметров соединения, таких как скорость, дуплекс или autoneg на DDVE не поддерживается.

Используйте net route set gateway для изменения шлюза по умолчанию во время начальной настройки или после перемещения системы Data Domain.
 
Примечание. Будьте осторожны при удаленной настройке шлюза по умолчанию, так как вы можете потерять полный доступ к Data Domain. Эту команду лучше всего использовать в командной консоли iDRAC или при прямом последовательном подключении к Data Domain на месте в центре обработки данных.
 
# net route set gateway {<ipaddr> | <ipv6addr>}
                                       Set the default gateway
Если вам нужно только добавить шлюз, вы можете использовать метод net route add gateway .
# net route add gateway <ipv4addr> [interface <name>]
                                       Add a default gateway address,
                                       optionally to a specific interface
 
Примечание. net aggregate Команды недоступны для DD3300, так как он не поддерживает переключение при отказе только агрегирования.
 
# net aggregate add <virtual-ifname> interfaces <physical-ifname-list>
                [mode {roundrobin |
                balanced hash {xor-L2 | xor-L3L4 | xor-L2L3} |
                lacp hash {xor-L2 | xor-L3L4 | xor-L2L3}
                [rate {fast | slow}]}]
                [up {<time> | default}]
                [down {<time> | default}]
                                       Add secondary interfaces to an aggregate
                                       interface. Mode must be given the first
                                       time

 # net aggregate del <virtual-ifname> interfaces {<physical-ifname-list> | all}
                                       Delete network interfaces from an
                                       aggregate interface

 # net aggregate modify <virtual-ifname>
                [mode {roundrobin |
                balanced hash {xor-L2 |xor-L3L4| xor-L2L3} |
                lacp hash {xor-L2|xor-L3L4|xor-L2L3}
                [rate {fast | slow}]}]
                [up {<time> | default}]
                [down {<time> | default}]
                                       Modify the configuration of an
                                       aggregate interface. Mode must be given
                                       the first time

 # net aggregate show
                                       Display all aggregate interfaces

 #  net config <ifname> [type {floating | fixed}]
                {[<ipaddr>] [netmask <mask>] | [<ipv6addr>] |
                [dhcp {yes [ipversion {ipv4|ipv6}]|no}]}
                {[autoneg] | [duplex {full | half} speed {10|100|1000|10000}]}
                [up | down] [mtu {<size> | default}]
                [txqueuelen <size>]
                                       Configure an Ethernet interface. Create
                                       an alias by giving an address to a new
                                       alias number. Destroy an alias by
                                       giving an address of zero. 

# net config addresses [type {floating | fixed}]
                                       Convert IP addresses to another type.

 # net create interface {<physical-ifname> | <virtual-ifname>}
                {vlan <vlan-id> | alias <alias-id>}
                                       Create a VLAN interface or an IP Alias Interface

 # net create virtual veth<id>
                                       Create a virtual interface

 # net destroy {<virtual-ifname> | <vlan-ifname> | <ipalias-ifname> }
                                       Destroy a VLAN or IP Alias or Virtual
                                       interface

 # net disable <ifname>  
                                       Disable an Ethernet interface

 # net enable <ifname>
                                       Enable an Ethernet interface

 # net failover add <virtual-ifname> interfaces <ifname-list>
                [primary <ifname>]
                [up {<time> | default}]
                [down {<time> | default}]
                                       Add network interfaces to a failover
                                       interface

 # net failover del <virtual-ifname> interfaces {<ifname-list> | all}
                                       Delete network interfaces from a
                                       failover interface

 # net failover modify <virtual-ifname> [primary {<ifname> | none}]
                [up {<time> | default}]
                [down {<time> | default}]
                                       Modify the primary network interface
                                       for a failover interface

 # net failover show
                                       Display all failover interfaces

 # net modify <virtual-ifname> bonding {aggregate | failover}
                                       Change the bond mode between failover
                                       and aggregate

 # net ping {<ipadddr> | <ipv6addr>| <hostname> [ipversion {ipv4 | ipv6}]}
                [broadcast] [count <n>] [interface <ifname>]
                [packet-size <bytes>] [path-mtu {do | dont | want}]
                [pattern <pattern>] [numeric] [verbose]
                                       Ping a host. Param 'broadcast' is for

 # net show all
                                       Display all networking information

 # net show config [<ifname>]
                                       Display the configuration for the Ethernet interface

 # net show hardware
                                       Display Ethernet port information

 # net show hostname [type {local|ha-system}]
                                       Display the hostname

 # net show settings
                                       Display Ethernet interface settings

 # net show stats [[ipversion {ipv4 | ipv6}] [all | listening] [detailed] |
                [ipversion {ipv4 | ipv6}] route | interfaces |
                [ipversion {ipv4 | ipv6}] statistics]
                                       Display network statistics

 # net troubleshooting duplicate-ip
                                       Detect duplicate IP in network

Примечание. Изменение параметров соединения, таких как скорость, дуплекс или autoneg на DDVE не поддерживается.

Informations supplémentaires

https://www.dell.com/support/kbdoc/en-us/000013760  Data Domain. Перемещение Data Domain
с одной площадки надругую https://www.dell.com/support/kbdoc/en-us/000209434 настройка физических интерфейсов с помощью графического интерфейса пользователя (GUI)

Produits concernés

Data Domain
Propriétés de l’article
Numéro d’article: 000213048
Type d’article: How To
Dernière modification: 14 Jan 2026
Version:  3
Trouvez des réponses à vos questions auprès d’autres utilisateurs Dell
Services de support
Vérifiez si votre appareil est couvert par les services de support.