Oracle® Ethernet Switch ML2 Mechanism Driver for OpenStack Neutron Installation Guide

Exit Print View

Updated: June 2015
 
 

Install Oracle Fabric Manager

This procedure assumes that you have already downloaded the supported version of Oracle Fabric Manager to a valid host server in the OpenStack deployment.

For information about installation and its requirements, refer to the section about installing Oracle Fabric Manager software in the Oracle Fabric Manager User's Guide.

  1. Install the Oracle Fabric Manager software on the server that will be the Oracle Fabric Manager server.

    For example:

    rpm -i xsigo-xms-4.3.1_OFM-1.noarch.rpm
    
  2. Open ports required for communication with Oracle Fabric Manager server.
    iptables -I INPUT -p tcp --dport 8880 -j ACCEPT
    iptables -I INPUT -p tcp --dport 8443 -j ACCEPT
    service iptables save