Skip to main content

Configuring the FC-to-SAS bridges

Before cabling your model of the FC-to-SAS bridges, you must configure the settings in the FibreBridge software.

You should decide whether you will be using in-band management of the bridges.

If you will be using in-band management of the bridge rather than IP management, the steps for configuring the Ethernet port and IP settings can be skipped, as noted in the relevant steps.

  1. If configuring for in-band management, connect a cable from FibreBridge RS-232 serial port to the serial (COM) port on a personal computer.

    The serial connection will be used for initial configuration, and then in-band management via ONTAP and the FC ports can be used to monitor and manage the bridge.
  2. If configuring for IP management, connect the Ethernet management 1 port on each bridge to your network by using an Ethernet cable.

    In systems running ONTAP 9.5 or later, in-band management can be used to access the bridge via the FC ports rather than the Ethernet port.

    The Ethernet management 1 port enables you to quickly download the bridge firmware (using ATTO ExpressNAV or FTP management interfaces) and to retrieve core files and extract logs.

  3. If configuring for IP management, configure the Ethernet management 1 port for each bridge by following the procedure in section 2.0 of the ATTO FibreBridge Installation and Operation Manual for your bridge model.

    In systems running ONTAP 9.5 or later, in-band management can be used to access the bridge via the FC ports rather than the Ethernet port.

    When running QuickNAV to configure an Ethernet management port, only the Ethernet management port that is connected by the Ethernet cable is configured. For example, if you also wanted to configure the Ethernet management 2 port, you would need to connect the Ethernet cable to port 2 and run QuickNAV.

  4. Configure the bridge.

    You should make note of the user name and password that you designate.

    Note
    Do not configure time synchronization on ATTO FibreBridge 7600N. The time synchronization for ATTO FibreBridge 7600N is set to the cluster time after the bridge is discovered by ONTAP. It is also synchronized periodically once a day. The time zone used is GMT and is not changeable.
    1. If configuring for IP management, configure the IP settings of the bridge.

      In systems running ONTAP 9.5 or later, in-band management can be used to access the bridge via the FC ports rather than via IP access.

      To set the IP address without the QuickNAV utility, you need to have a serial connection to the FibreBridge.

      If using the CLI, you must run the following commands:set ipaddress mp1 ip-address set ipsubnetmask mp1 subnet-mask set ipgateway mp1 x.x.x.x set ipdhcp mp1 disabled set ethernetspeed mp1 1000
    2. Configure the bridge name.

      The bridges should each have a unique name within the MetroCluster configuration.
      Example bridge names for one stack group on each site:
      • bridge_A_1a

      • bridge_A_1b

      • bridge_B_1a

      • bridge_B_1b

      If using the CLI, you must run the following command:set bridgename bridgename
    3. If running ONTAP 9.4 or earlier, enable SNMP on the bridge: set SNMP enabled

      If running ONTAP 9.5 or later, ONTAP will use in-band monitoring via the FC connection to the bridge, so you should leave SNMP disabled.
  5. Configure the bridge FC ports.
    1. Configure the data rate/speed of the bridge FC ports.

      The supported FC data rate depends on your model bridge.

      • The FibreBridge 7600 bridge supports up to 32, 16, or 8 Gbps.

      Note
      The FCDataRate speed you select is limited to the maximum speed supported by both the bridge and the FC port of the controller module to which the bridge port connects. Cabling distances must not exceed the limitations of the SFPs and other hardware.

      If using the CLI, you must run the following command: set FCDataRate port-number port-speed
    2. If you are configuring a FibreBridge 7600N bridge, you must configure or disable the FC2 port.

      • If you are using the second port, you must repeat the previous substeps for the FC2 port.

      • If you are not using the second port, then you must disable the port:

        FCPortDisable port-number

      The following example shows the disabling of FC port 2:
      <kbd className="ph userinput linebreak">FCPortDisable 2</kbd>

      Fibre Channel Port 2 has been disabled.
    3. If you are configuring a FibreBridge 7600N bridge, disable the unused SAS ports: SASPortDisable sas-port

      Note
      SAS ports A through D are enabled by default. You must disable the SAS ports that are not being used.

      If only SAS port A is used, then SAS ports B, C, and D must be disabled. The following example shows the disabling of SAS port B. You must similarly disable SAS ports C and D:
      <kbd className="ph userinput linebreak">SASPortDisable b</kbd>

      SAS Port B has been disabled.
  6. Secure access to the bridge and save the bridge's configuration.
    1. View the status of the bridges: storage bridge show

      The output shows which bridge is not secured.

    2. Check the status of the unsecured bridge's ports: info
      The output shows the status of Ethernet ports MP1 and MP2.
    3. If Ethernet port MP1 is enabled, run: set EthernetPort mp1 disabled
      Note
      If Ethernet port MP2 is also enabled, repeat the previous substep for port MP2.
    4. Save the bridge's configuration.
      You must run the following commands: SaveConfigurationFirmwareRestart
      You are prompted to restart the bridge.
  7. After completing MetroCluster configuration, use the flashimages command to check your version of FibreBridge firmware and, if the bridges are not using the latest supported version, update the firmware on all bridges in the configuration.