Skip to main content

Cornelis Technical Documentation

3.5.1. Starting the Fabric Manager

This section provides instructions for starting the Fabric Manager.

Important

The Fabric Manager is always run from a node connected to the latest generation switch (for example, a CN5000 switch).

3.5.1.1. Prerequisites

Prior to starting the Fabric Manager, you must edit the opafm.xml file (located under /etc/opa-fm/) and ensure the following:

  • HFI 1, port 2 is enabled for fm0:

    <Start>1</Start>  <-- 1 signifies enabled
    <Name>fm0</Name> 
    <Hfi>1</Hfi> 
    <Port>2</Port>

    Note

    Also note that a single port SuperNIC appears as dual port in opainfo output.

  • CableInfoPolicy is set to None:

    <CableInfoPolicy>None</CableInfoPolicy>

3.5.1.2. Procedure

To start the Fabric Manager, perform the following steps:

  1. Log into the Fabric Manager system as root or as a user with root privileges.

  2. Start the Fabric Manager:

    systemctl start opafm
  3. Verify that all the tasks are up and running:

    systemctl status opafm

    Note

    The default configuration runs Fabric Manager on port 2 of the first SuperNIC in the system.

3.5.1.1. Displaying Fabric Manager Status

To monitor the Fabric Manager, perform the following steps:

  1. Log into the Fabric Manager system as root or as a user with root privileges.

  2. Run status, which shows status (running, not running, or disabled) for all managers:

    systemctl status opafm

3.5.1.2. Stopping the Fabric Manager

To stop the Fabric Manager, perform the following steps:

  1. Log into the Fabric Manager system as root or as a user with root privileges.

  2. Stop the Fabric Manager:

    systemctl stop opafm