Configuring infiniband switches
Note
Omnia is specifically designed to support the configuration of Infiniband switches that run on the NVIDIA MLNX-OS network operating system.
Depending on the number of ports available on your Infiniband switch, they can be classified into:
EDR Switches (36 ports)
HDR Switches (40 ports)
NDR Switches (32 ports)
Input the configuration variables into the network/infiniband_edr_input.yml, network/infiniband_hdr_input.yml or network/infiniband_ndr_input.yml as appropriate:
Caution
Do not remove or comment any lines in the network/infiniband_edr_input.yml, network/infiniband_hdr_input.yml or network/infiniband_ndr_input.yml file.
Parameters |
Details |
|---|---|
|
Indicates whether ports are to be split.
|
|
Note The port prefix IB1 can be ignored when setting this value. |
|
The “SNMP community string” is like a user ID or password that allows access to a router’s or other device’s statistics.
|
|
Cache location used by OpenSM |
|
The directory where temporary files of opensm are stored. Can be set to the default directory or enter a directory path to store temporary files. |
|
List of configuration lines to apply to the switch. # Example:
By default, the list is empty. |
|
Indicates the required state of ports 1-xx (depending on the value of 1/x).
|
|
|
Before you run the playbook
Before running network/infiniband_switch_config.yml, ensure that SSL Secure Cookies are disabled. Also, HTTP and JSON Gateway need to be enabled on your switch. This can be verified by running:
show web (To check if SSL Secure Cookies is disabled and HTTP is enabled)
show json-gw (To check if JSON Gateway is enabled)
In case any of these services are not in the state required, run:
no web https ssl secure-cookie enable (To disable SSL Secure Cookies)
web http enable (To enable the HTTP gateway)
json-gw enable (To enable the JSON gateway)
When connecting to a new or factory reset switch, the configuration wizard requests to execute an initial configuration:
(Recommended) If the user enters ‘no’, they still have to provide the admin and monitor passwords.
If the user enters ‘yes’, they will also be prompted to enter the hostname for the switch, DHCP details, IPv6 details, etc.
Note
Currently, Omnia only supports the splitting of switch ports. Switch ports cannot be un-split using this script. For information on manually un-splitting ports, click here.
When initializing a factory reset switch, the user needs to ensure DHCP is enabled and an IPv6 address is not assigned.
All ports intended for splitting need to be connected to the network before running the playbook.
The
ib_passwordremains unchanged on switches that are in split-ready mode.
Running the playbook
If enable_split_port is true, run:
cd network
ansible-playbook infiniband_switch_config.yml -i switch_inventory -e ib_username="" -e ib_password="" -e ib_admin_password="" -e ib_monitor_password="" -e ib_default_password="" -e ib_switch_type=""
If enable_split_port is false, run:
cd network
ansible-playbook infiniband_switch_config.yml -i switch_inventory -e ib_username="" -e ib_password="" -e ib_switch_type=""
Where
ib_usernameis the username used to authenticate into the switch.Where
ib_passwordis the password used to authenticate into the switch.Where
ib_admin_passwordis the intended password to authenticate into the switch afterinfiniband_switch_config.ymlhas run.Where
ib_monitor_passwordis the mandatory password required while running the initial configuration wizard on the Infiniband switch.
Note
ib_admin_passwordandib_monitor_passwordhave the following constraints:Passwords should contain 8-64 characters.
Passwords should be different from username.
Passwords should be different from 5 previous passwords.
Passwords should contain at least one of each: Lowercase, uppercase and digits.
The inventory file should be a list of switch IPs separated by newlines. Refer to the switch_inventory section in Sample Files for more information.
Where
ib_default_passwordis the password used to authenticate into factory reset/fresh-install switches.Where
ib_switch_typerefers to the model of the switch: HDR/EDR/NDR
If you have any feedback about Omnia documentation, please reach out at omnia.readme@dell.com.