Viewing and changing the hybrid mode configuration

To view or change the hybrid mode setting:

  1. In the Controller UI, from the navigation menu, select Configurations. Then select the Basic tab.

  2. Select the com.hp.sdn.ctl.of.impl.ControllerManager component. Click to show the configurable keys for this component and view the current value for hybrid.mode.

    Open the Controller Manager component

    Continue with the following steps if you want to change the setting.

  3. Click Modify.

    The Modify Basic Configuration dialog box is displayed for the com.hp.sdn.ctl.of.impl.ControllerManager component.

    Select the hybrid.mode field

  4. Set hybrid.mode to one of the following:

    • true (the default): Enables hybrid mode. The controller makes packet-forwarding decisions only as required by installed applications.

    • false: Disables hybrid mode. The controller makes all forwarding decisions. (Release 2.0 of the HPE VAN SDN Controller operates only in this mode – pure OpenFlow mode).

  5. Restart the controller. In a controller team environment, restart all controllers in the team.

    In a controller team environment, a configuration change on one controller typically propagates to the other controllers on the team. However, to implement a hybrid mode configuration change, it is necessary to restart all the controllers in the team. Make certain that the change has propagated to all members in the team before restarting the controllers.

    1. Close any instance of the web interface in which the controller might be running.

    2. At the Linux command prompt (sudo), restart the controller with the following:

      ~$ sudo service sdnc restart


[NOTE: ]

NOTE: You can also use the REST API to set or reset hybrid mode. See the "configs REST API" section in the HPE VAN SDN Controller REST API Reference.