Save Management Network Switch Configuration Settings

Switches must be powered on and operating. This procedure is optional if switch configurations have not changed.

Optional Task: Save management network switch configurations before removing power from cabinets or the CDU. Management switch names are listed in the /etc/hosts file.

Obtain the list of switches

From the command line on any NCN run:

grep 'sw-' /etc/hosts

Example output:

10.252.0.2 sw-spine-001
10.252.0.3 sw-spine-002
10.252.0.4 sw-leaf-001

Save switch configurations

Aruba switch and HPE server systems

On Aruba-based systems all management network switches will be Aruba and the following procedure. For each switch:

  1. ssh to the switch
  2. Execute the write memory command
  3. Exit the switch shell

Example:

ssh admin@sw-spine-001.nmn
admin@sw-spine-001 password:
write memory
exit

Dell and Mellanox switch and Gigabyte/Intel server systems

On Dell and Mellanox based systems, all spine and any leaf switches will be Mellanox. Any Leaf-BMC and CDU switches will be Dell. The overall procedure is the same but the specifics of execution are slightly different.

  1. ssh to the switch
  2. Enter enable mode (Mellanox only)
  3. Execute the write memory command
  4. Exit the switch shell

(sw#) Mellanox example:

enable
write memory
exit

(sw#) Dell example:

write memory
exit

Edge routers and storage switches

Save configuration settings on Edge Router switches (Arista, Aruba or Juniper) that connect customer storage networks to the Slingshot network if these switches exist in the site and the configurations have changed. Edge switches are accessible from the ClusterStor management network and the CSM management network.

Example:

ssh admin@cls01053n00
admin@cls01053n00 password:

ssh r0-100gb-sw01
enable
write memory
exit

Next step

Return to System Power Off Procedures and continue with next step.