FCOEADM(8) | Open-FCoE Tools | FCOEADM(8) |
NAME¶
fcoeadm - The Open-FCoE Administration ToolSYNOPSIS¶
fcoeadm -c|--create ethXDESCRIPTION¶
The fcoeadm utility is the Fibre Channel over Ethernet (FCoE) management tool for the Open-FCoE project. fcoeadm may be used to create, destroy, and reset an FCoE instance on a given network interface. For these operations fcoeadm sends a command to a running fcoemon process, via a socket interface. fcoemon will then perform the requested operation.OPTIONS¶
-c, --create ethXCreates an FCoE instance based on the
specified network interface. Note that if there is not an fcoemon
configuration file for the interface (/etc/fcoe/cfg-ethX, see fcoemon),
then the created FCoE instance will not require DCB.
-d, --destroy ethX
Destroys the FCoE instance on the specified
network interface. This will not destroy FCoE instances created by
fipvlan.
-r, --reset ethX
Resets the FCoE instance on the specified
network interface. This will not reset FCoE instances created by
fipvlan.
-i, --interface [ethX]
Show information about the FCoE instance on
the specified network interface, or all FCoE instances if no network interface
is specified.
-S, --Scan ethX
Rescan for new targets and LUNs on the
provided instance. This command will not rescan any NPIV instances created on
the same port. This will not rescan any FCoE instance created by
fipvlan.
-t, --target [ethX]
Show information about the discovered targets
associated with the FCoE instance on the specified network interface. If no
network interface is specified, information about discovered targets from all
FCoE instances will be shown.
-l, --lun [ethX]
Show detailed information about the discovered
SCSI LUNs associated with the FCoE instance on the specified network
interface. If no network interface is specified, information about SCSI LUNs
from all FCoE instances will be shown.
-s, --stats ethX [interval]
Show the statistics (including FC4 statistics)
of the FCoE interface on the specified network interface. The information will
be display in one line on the screen per given time interval. interval
should be specified in whole integers greater than 0. It specifies the time
interval in the unit of seconds. If interval is not specified, the
default interval is one second.
-h, --help
Displays the usage message of the
fcoeadm command.
-v, --version
Displays the version of the fcoeadm
command.
EXAMPLES¶
Creates an FCoE instance on eth2.101fcoeadm -c eth2.101
fcoeadm -d eth2.101
fcoeadm -r eth2.101
fcoeadm -i
fcoeadm -i eth3
fcoeadm -t
fcoeadm -t eth3
fcoeadm -l
fcoeadm -l eth3.101
fcoeadm -s eth3
fcoeadm -s eth3 3
SEE ALSO¶
fcoemon(8)SUPPORT¶
fcoeadm is part of the fcoe-utils package, maintained through the Open-FCoE project. Resources for both developers and users can be found at the Open-FCoE website http://open-fcoe.org/10/18/2011 | Open-FCoE |