Remove Provider Network Mapping

Procedure

  1. Log in to the network node using SSH and go to the EFA folder.
    # cd efa
  2. Remove host NICs from Provider Network mapping.
    • Remove all the mappings.
      # sudo efa-pn-mapping remove
    • Remove all the mappings for the selected host.
      # sudo efa-pn-mapping remove -H compute1/ip-address
    • Remove the selected mapping.
      # sudo efa-pn-mapping remove -H compute1 -p physnet1 -n eth0