Examples, Reporting bugs, Support – Dell Intel PRO Family of Adapters User Manual

Page 35

Advertising
background image

specified, the default interval is one second.

-v, -version

Displays the version of the fcoeadm command.

-h, -help

Displays the usage message of the fcoeadm command where <ethX> is the network interface name,

such as eth0, eth1, etc.

Examples

Creates an FCoE instance on eth2:

$ fcoeadm -c eth2

Destroys the FCoE instance on eth2:

$ fcoeadm -d eth2

Resets the FCoE instance on eth2:

$ fcoeadm -r eth2

Shows the information of all the adapters and their ports having FCoE instances created.

$ fcoeadm -i

Shows the information of a specific interface eth3. If eth3 has no FCoE instances created, the command will show the error "No

fc_host found for eth3".

$ fcoeadm -i eth3

Shows the information of all the discovered targets from all the ports having FCoE instances created (they may be on different

adapter cards). Discovered LUNs are listed after the target they are associated with, if any.

$ fcoeadm -t

Shows the information of all the discovered targets from a given port (eth3) having FCoE instance created. Discovered LUNs

are listed after each target they are associated with, if any.

$ fcoeadm -t eth3

Shows the detailed information of all the LUNs associated with a specific target. The target is identified by its port id (aka -FC-

ID) 0xD700EF.

$ fcoeadm -l 0xD700EF
$ fcoeadm -l D700EF
$ fcoeadm -l 0xd700ef
$ fcoeadm -l d700ef

Show the detailed information of a LUN associated with a specific target. The target is identified by its port id (aka FC-ID)

0xD700EF and the LUN is identified by its LUN id.

$ fcoeadm -l 0xD700EF 1

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 -n option is not specified.

$ fcoeadm -s eth3
$ fcoeadm -s eth3 \3
$ fcoeadm -s eth3 \3

Reporting Bugs

If you have identified a defect, please either file a bug or engage the development mailing list at

http://www.Open-FCoE.org

.

Support

Open-FCoE is maintained at

http://www.Open-FCoE.org

. There are resources available for both developers and users at that

site.

Advertising