Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

고독을 즐기는 진정한 아웃사이더

Fibre Channel Information Tool (fcinfo) 본문

Computer/Windows

Fibre Channel Information Tool (fcinfo)

장선생™ 2005. 5. 28. 01:15

시스템에 연결된 SAN 의 정보를 보여주는 fcinfo 라는 툴을 발표했습니다.

Host Bus Adaptor의 펌웨어 리비전, 디바이스 드라이버, 포트 WWN, 사용현황 등을 보여준다고 합니다. 아직 RC2 버전이고, 프로그램 설치 후에 도스창을 열어서 실행하는 명령어가 제공됩니다.


윈도우 2000/2003 서버(프로) 모두 지원합니다.


http://www.microsoft.com/downloads/details.aspx?familyid=73d7b879-55b2-4629-8734-b0698096d3b1&displaylang=en#filelist


실행 결과는 다음과 같습니다.


C:>fcinfo /?

version 0.67

usage: fcinfo [ <options> ]

   <no options>                             - list the adapters
   /??                                      - full usage
   /details                                 - list the details of the adapters
   /ports    [ /details ]                   - show discovered ports
   /stats    [ /hex ]                       - show local port stats
   /fc4stats [ /fc4:<protocol> ] [ /hex ]   - show traffic for a FC-4 protocal
   /fcpstats [ /hex ]                       - show traffic for LUNs on HBAs
   /mgmtinfo                                - show mgmt info for the adapters
   /top                                     - show topology

   /mapping  /ai:<ai>                       - show mappings
   /binding  /ai:<ai>                       - show bindings
   /addbind  /ai:<ai> /mi:<mi>              - add binding
   /delbind  /ai:<ai> [/bi:<bi>]            - delete one or all bindings
   /rls      /ai:<ai> <port>                - read link error status
   /rps      /ai:<ai> <agent> <object>      - read port status
   /rpl      /ai:<ai> <agent>               - read port list
   /rnid     /ai:<ai> <port> | <node>       - request node id
   /luns     /ai:<ai> <mapping>             - report luns
   /cap      /ai:<ai> <port_lun>            - read capacity
   /inquiry  /ai:<ai> <port_lun> <cdbs>     - scsi inquiry


   <agent>    - /api:<pi> | /apwn:<pwn> | /dm:<dm>
   <object>   - /opi:<pi> | /opwn:<pwn> | /pn:<pn>
   <mapping>  - /mi:<mi>  | /pwn:<pwn>
   <port>     - /pi:<pi>  | /pwn:<pwn>
   <node>     - /ni:<ni>  | /wwn:<wwn>

   <port_lun> - /pwn:<pwn> /lun:<lun>
   <cdbs>     - /cdb1:<byte> /cdb2:<byte>

   <ai>       - adapter index (zero based)
   <pi>       - port index (order as shown with /ports)
   <ni>       - node index (order as shown with /ports)
   <mi>       - mapping index (order as shown with /mapping)
   <bi>       - binding index (order as shown with /binding)
   <pwn>      - port world wide number
   <wwn>      - world wide number
   <dm>       - domain number (for agent)
   <pn>       - port number

C:>fcinfo

Unable to detect any HBA API enabled adapters.

C:>

Comments