zoukankan      html  css  js  c++  java
  • FC 网络

    通常情况下,SAN系统中服务器与存储介质通过一种特殊的网络相连,这种网络就是FC 网络。

    FC 网络是一种新发展的与传统的TCP/IP网络并列的一种高速网络。它有自己的地址分配和网络管理的体系。

    FC 网络中每个设备有两个地址

    WWN地址(world wide name),好比TCP/IP网络结构中的MAC地址,physcially identify a port

    在设备出厂时就已经烙在端口上了

    Port ID, 好比TCP/IP网络中的IP地址,节点间用它来通信

    网络结构

    Loop: 类似令环牌,设备间用Hub相连共享I/O资源,同一时刻只有一个设备使用I/O资源

    Switch:设备间用Switch相连,独享I/O资源。

    地址分配策略

    Loop结构的网络采用self assign; Switch结构的网络采用centralized authority. FC网络中有个叫Name Server的东西,大概就类似于TCP/IP网络中的DHCP服务器,专门分配地址。

    FC网络管理

    (1)

    Zoning: 类似TCP/IP结构中的Vlan

    有3种Zoning,分别是WWN Zoning,对应MAC-Based Vlan

    Port Zoning, 对应Port-based Vlan 

    Mixed Zoning, 不知对于啥Vlan

    (2)

    LUN masking

    access controlled in the storage, not in the FC

    LUN masking 包括三个部分:server port WWN, LUNs and storage fibre adapter port

    其中server port WWN 和storage fibre adapter port 在同一个Zone内, storage system build a filter listing the LUNs available to WWN.

  • 相关阅读:
    Redis的特点什么是?
    Linux---用户和用户管理--用户配置文件
    python---模仿键盘
    Linux---脚本安装包
    python---创建句柄
    python---模仿鼠标悬停 move_to_element/perform/context_click
    python---总结所学元素及方法
    python---关闭 close,quit
    python---截屏
    python---前进和后退 back/forward
  • 原文地址:https://www.cnblogs.com/zwl715/p/3747770.html
Copyright © 2011-2022 走看看