1FCRLS(8) Open-FCoE Tools FCRLS(8)
2
3
4
6 fcrls - Fibre Channel Read Link Error Status Block (RLS) tool
7
9 fcrls --port rport_bsg_name [--quiet]
10
11 fcrls --fcid rport_port_FC-ID [--quiet]
12
13 fcrls --help
14
16 The fcrls command performs Fibre Channel Read Link Error Status Block
17 (RLS) ELS request (see FC-LS-2) via BSG over a given rport bsg name or
18 FC-ID.
19
20 fcrls takes either a rport bsg name or a rport port FC-ID as the input.
21 To disable verbose output, use the --quiet option.
22
24 --port rport_bsg_name
25 Send RLS to a rport by FC remote port bsg name, e.g., rport-7:0-1.
26
27 --fcid rport_port_FC-ID
28 Send RLS to a rport by port FC-ID, e.g., 0xce000d.
29
30 --quiet
31 Disable verbose output.
32
33 --help
34 Display a help message with basic usage instructions.
35
37 Sends RLS to the FC remote port as rport-7:0-1
38
39 fcrls --port rport-7:0-1
40
41 Sends RLS to the FC remote port with 0xce000d as its port FC-ID
42
43 fcrls --fcid 0xce000d
44
46 fcoeadm(8)
47
49 fcrls is part of the fcoe-utils package, maintained through the
50 Open-FCoE project. Resources for both developers and users can be found
51 at the Open-FCoE website http://open-fcoe.org/.
52
53
54
55Open-FCoE 02/06/2013 FCRLS(8)