| FCNSQ(8) | Open-FCoE Tools | FCNSQ(8) |
NAME¶
fcnsq - Fibre Channel Name Server Query ToolSYNOPSIS¶
fcnsq host --gpn port_id [-q | --quiet]DESCRIPTION¶
The fcnsq command performs Fibre Channel Name Server queries for a user-specified FC Host. The supported name server query commands include: Get Port Name (GPN), Get Node Name (GNN), Get Symbolic Node Name (GSNN), and Get Symbolic Port Name (GSPN) as described in FC-GS-3 for the Common Transport (CT) services.OPTIONS¶
host --gpn port_idGet Port Name by Port ID for
host.
host --gnn port_id
Get Node Name by Port ID for
host.
host --gspn port_id
Get Symbolic Port Name by Port ID for
host.
host --gsnn wwpn
Get Symbolic Node Name by World Wide Port Name
for host.
-q, --quiet
Disable verbose output.
?
Display a help message with basic usage
instructions.
EXAMPLES¶
Query Get Port Name (GPN) from host12 for Port ID 0xbf0027fcnsq host12 --gpn bf0027
fcnsq host12 --gnn bf0027
fcnsq host12 --gspn bf0027
fcnsq host12 --gsnn 0x1000001B213C9DDA
SEE ALSO¶
fcoeadm(8)SUPPORT¶
fcnsq 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/.| 06/09/2010 | Open-FCoE |