fcels [--port <port>] [--id <peer port id>] <request>
fcels --id 18.ae.01 plogi
fcels --id 18.ae.01 echo
fcels logo
Issue the specified Fibre Channel ELS request to the specified peer port ID via the specified Fibre Channel port. The request must be one of the following:
flogi
- Log in to Fibre Channel fabricplogi
- Log in to Fibre Channel portprli-fcp
- Log in to FCP initiator or targetlogo
- Log outecho
- Ping
If no port is explicitly specified, iPXE will use the first Fibre Channel port as shown by fcstat
If no peer port ID is explicitly specified, iPXE will attempt to use a sensible default port ID as follows:
ff.ff.fe
,Success | The ELS request received a successful response |
---|---|
Failure | The ELS request did not receive a successful response |
This command is available only when the build options NET_PROTO_FCOE
and FCMGMT_CMD
are enabled.
You can use the fcstat
command to view the state of Fibre Channel ports and peers.
Fibre Channel ELS requests are generally issued automatically as needed. You should only need to use the fcels
command if you need to debug Fibre Channel problems.