table of contents
FCOEADM(8) | Open-FCoE Tools | FCOEADM(8) |
NAME¶
fcoeadm - The Open-FCoE Administration Tool
SYNOPSIS¶
fcoeadm [-m|--mode fabric|vn2vn] -c|--create ethX
fcoeadm -d|--destroy ethX
fcoeadm -r|--reset ethX
fcoeadm -S|--Scan [ethX]
fcoeadm -i|--interface [ethX]
fcoeadm -f|--fcf [ethX]
fcoeadm -t|--target [ethX]
fcoeadm -l|--lun [ethX]
fcoeadm -s|--stats ethX [interval]
fcoeadm -b|--lesb ethX [interval]
fcoeadm -h|--help
fcoeadm -v|--version
DESCRIPTION¶
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.
fcoeadm also provides operations to query information about FCoE instances, including interface information, target information, LUN information, and port statistics. For much of this information, fcoeadm relies on the libhbalinux implementation of the HBA API. Only one operation may be given on a command.
OPTIONS¶
-m, --mode fabric|vn2vn
OPERATIONS¶
-c, --create ethX
-d, --destroy ethX
-r, --reset ethX
-S, --Scan ethX
-i, --interface [ethX]
-f, --fcf [ethX]
-t, --target [ethX]
-l, --lun [ethX]
-s, --stats ethX [interval]
-b, --lesb ethX [interval]
-h, --help
-v, --version
INTERFACE NAMES¶
The actual name for ethX depends on the AUTO_VLAN setting in the fcoemon interface configuration (/etc/fcoe/cfg-ethX, see fcoemon).
If AUTO_VLAN is set to yes, the interface name ethX references the network device itself. If AUTO_VLAN is set to no, the interface name ethX references the VLAN device.
EXAMPLES¶
Creates an FCoE instance on eth2.101
fcoeadm -c eth2.101
Creates an FCoE VN2VN instance on eth2.101
fcoeadm -m vn2vn -c eth2.101
Destroys the FCoE instance on eth2.101
fcoeadm -d eth2.101
Resets the FCoE instance on eth2.101
fcoeadm -r eth2.101
Show the information of all the adapters and their ports having FCoE instances created
fcoeadm -i
Show the information of all FCoE instances on interface eth3.
fcoeadm -i eth3
Show the information of all the discovered targets from all the ports having FCoE instances created (they may be on different adapter cards). A brief listing of discovered LUNs are listed after the target they are associated with, if any
fcoeadm -t
Show the information of all the discovered targets from a given port (eth3) having FCoE instance created. A brief listing of discovered LUNs are listed after each target they are associated with, if any
fcoeadm -t eth3
Show the detailed information of all the LUNs discovered on all FCoE connections
fcoeadm -l
Show the detailed information of all the LUNs associated with a specific interface
fcoeadm -l eth3.101
Show the statistics information of a specific port eth3 having FCoE instances created. The statistics are displayed one line per time interval. The default interval is one second if an interval is not specified
fcoeadm -s eth3
fcoeadm -s eth3 3
SEE ALSO¶
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/14/2013 | Open-FCoE |