fcadm - Fibre Channel HBA Port Command Line Interface

SYNOPSIS

    fcadm hba-port [-lite] [HBA_port_WWN] ...

    fcadm create-fcoei-port <MAC_Interface> [-o] [-p Port_WWN] [-n Node_WWN]

    fcadm delete-fcoei-port <MAC_Interface>

SUBCOMMANDS
The following FCoE related subcommands are supported:

create-fcoei-port Creates an FCoE initiator port associated with the given 
                  mac interface and the given Port_WWN/Node_WWN. If -p or -n
                  is not specified, the PortWWN or NodeWWN will be generated
                  automatically. If the given MAC interface does not support 
                  multiple unicast address, no FCoE port will be created and 
                  the user is suggested to add an explicit option 
                  --promiscuous to enable running FCoE with the promiscuous 
                  mode of the given MAC interface enabled.

delete-fcoei-port Deletes an FCoE initiator port associated with the given MAC 
                  interface.

The following options are supported:

-o, --promiscuous
    Force promiscuous mode on the given MAC interface.

-e, --fcoe
    List FCoE ports.
    
