Data Domain : fyysisten liittymien määrittäminen komentoriviliittymän (CLI) kautta

Yhteenveto: Tämä tietämyskannan artikkeli sisältää komentoja fyysisten liittymien määrittämiseen datatoimialueen komentoriviliittymän kautta.

Tämä artikkeli koskee tuotetta Tämä artikkeli ei koske tuotetta Tämä artikkeli ei liity tiettyyn tuotteeseen. Tässä artikkelissa ei yksilöidä kaikkia tuoteversioita.

Ohjeet

Jos olet juuri siirtänyt datatoimialueen uuteen toimipaikkaan ja haluat määrittää kaiken uuden, voit suorittaa config setup -komennon. 

Jos haluat määrittää vain verkon, ohita määrityskomento ja käytä tämän tietämyskannan net-komentoja. 

# 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 config -komennolla voi määrittää fyysisen liitännän DD:lle. 
 # net config  [type {floating | fixed}]
                {[] [netmask ] | [] |
                [dhcp {yes [ipversion {ipv4|ipv6}]|no}]}
                {[autoneg] | [duplex {full | half} speed {10|100|1000|10000}]}
                [up | down] [mtu { | default}]
                [txqueuelen ]
                                       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. "Note:
                                       Change of link parameters like speed,
                                       duplex or autoneg on the DD VE is not
                                       supported."

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 


Jos datatoimialueen oletusyhdyskäytävä on muutettava ensimmäisen kerran tai datatoimialue on siirrettävä uuteen sijaintiin, voidaan käyttää net route set gateway -komentoa. 

Huomautus: Huomaa, että kun määrität oletusyhdyskäytävää etäyhteyden kautta, voit menettää täydet käyttöoikeudet Data Domainiin. Tätä komentoa kannattaa käyttää, kun idrac-komentokonsoli tai tietokeskuksen DD-tunnukseen on liitetty suoraan sarjaliitäntä. 
# net route set gateway { | }
                                       Set the default gateway
Jos sinun tarvitsee vain lisätä yhdyskäytävä, voit käyttää net route add gateway -komentoa. 
# net route add gateway  [interface ]
                                       Add a default gateway address,
                                       optionally to a specific interface
Huomautus: dd3300 ei voi käyttää net aggregate -komentoja, koska ne eivät tue vain yhdistämistä vikasietoisuuskomennossa. 
 
 # net aggregate add  interfaces 
                [mode {roundrobin |
                balanced hash {xor-L2 | xor-L3L4 | xor-L2L3} |
                lacp hash {xor-L2 | xor-L3L4 | xor-L2L3}
                [rate {fast | slow}]}]
                [up { | default}]
                [down { | default}]
                                       Add slave interfaces to an aggregate
                                       interface. Mode must be given the first
                                       time

 # net aggregate del  interfaces { | all}
                                       Delete network interfaces from an
                                       aggregate interface

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

 # net aggregate show                   Display all aggregate interfaces

 #  net config  [type {floating | fixed}]
                {[] [netmask ] | [] |
                [dhcp {yes [ipversion {ipv4|ipv6}]|no}]}
                {[autoneg] | [duplex {full | half} speed {10|100|1000|10000}]}
                [up | down] [mtu { | default}]
                [txqueuelen ]
                                       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. "Note:
                                       Change of link parameters like speed,
                                       duplex or autoneg on the DD VE is not
                                       supported."

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

 # net create interface { | }
                {vlan  | alias }
                                       Create a VLAN interface or an IP Alias
                                       Interface

 # net create virtual veth          Create a virtual interface

 # net destroy { |  |  }
                                       Destroy a VLAN or IP Alias or Virtual
                                       interface

 # net disable                  Disable an Ethernet interface

 # net enable                   Enable an Ethernet interface

 # net failover add  interfaces 
                [primary ]
                [up { | default}]
                [down { | default}]
                                       Add network interfaces to a failover
                                       interface

 # net failover del  interfaces { | all}
                                       Delete network interfaces from a
                                       failover interface

 # net failover modify  [primary { | none}]
                [up { | default}]
                [down { | default}]
                                       Modify the primary network interface
                                       for a failover interface

 # net failover show                    Display all failover interfaces

 # net modify  bonding {aggregate | failover}
                                       Change the bond mode between failover
                                       and aggregate

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

 # net show all                         Display all networking information

 # net show config []           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





 

 

Lisätietoja

https://www.dell.com/support/kbdoc/en-us/000013760  Data Domain - Data Domainin siirtäminen sivustosta toiseen
https://www.dell.com/support/kbdoc/en-us/000209434 fyysisten liittymien määrittäminen graafisessa käyttöliittymässä

Tuotteet, joihin vaikutus kohdistuu

Data Domain
Artikkelin ominaisuudet
Artikkelin numero: 000213048
Artikkelin tyyppi: How To
Viimeksi muutettu: 13 lokak. 2023
Versio:  2
Etsi vastauksia kysymyksiisi muilta Dell-käyttäjiltä
Tukipalvelut
Tarkista, kuuluuko laitteesi tukipalveluiden piiriin.