Chinaunix首页 | 论坛 | 博客
  • 博客访问: 661509
  • 博文数量: 291
  • 博客积分: 10025
  • 博客等级: 上将
  • 技术积分: 2400
  • 用 户 组: 普通用户
  • 注册时间: 2004-12-04 12:04
文章分类

全部博文(291)

文章存档

2008年(102)

2007年(112)

2006年(75)

2004年(2)

我的朋友

分类:

2007-10-26 11:11:28

ESX3.5可以支持NPIV,通常VM是通过VMFS来得到磁盘空间的,有了NPIV,则VM可以直接从SAN得到LUN, 注意这里并不是用RDM映射得到。以下是来自wiki的对NPIV的解释:

From Wikipedia, the free encyclopedia

Jump to: ,

N_Port ID Virtualization or NPIV is a facility allowing multiple IDs to share a single physical N_Port. This allows multiple Fibre Channel initiators to occupy a single physical port, easing hardware requirements in design, especially where are called for. NPIV is defined by the .


Normally N_Port initialization proceeds like this:

  • N_Port sends FLOGI to address 0xFFFFFE to obtain a valid address
  • N_Port sends PLOGI to address 0xFFFFFC to register this address with the name server
  • N_Port sends SCR to address 0xFFFFFD to register for state change notifications

However with NPIV it may continue like this:

  • N_Port sends FDISC to address 0xFFFFFE to obtain an additional address
  • N_Port sends PLOGI to address 0xFFFFFC to register his additional address with the name server
  • N_Port sends SCR to address 0xFFFFFD to register for state change notifications.
  • ... (repeat FDISC/PLOGI/SCR for next address)


FDISC is abbreviation of "Discover Fabric Service Parameters", which is a misleading name in this context. It works just like FLOGI.


阅读(1546) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~