ISCSI 协议
侦听在 TCP/3260
ISCSI会话
iSCSI Target :scsi-target-utils
客户端认证方式 :
1、基于IP
2、基于用户,CHAP
iSCSI Initiator:iscsi-initiator-utils
open-iscsi
计算机内部架构图解:
SCSI协议详情 :
SAN :
SCSI协议结构 :
FC SAN与IP SAN
存储协议 :
FCoE vs FC vs iSCSI vs IB
iscsi传输机制 :
iscsi 报文结构 :
ISCSI HBA卡
ISCSI TOE卡
ISCSI Initiator驱动程序
tgtadm 高度模块化命令
常用模式 target 、logicalunit 、account
target --op
new delete show update bind unbind
logicalunit --op
new delete
account --op
new delete bind unbind
--lld , -L
--tid , -t
--lun, -l
--back-store , -b
--initiator-address <address> , -I
--targetname <targetname> , -T
targetname命令 :
iqn.yyyy-mm.<reversed domain name> [:identifier]
iscsiadm 模式化的命令
-m {discovery|node|session|iface}
discovery : 发现某服务器是否有target输出,以及输出了哪些target;
node : 管理跟某target的关联关系;
session :会话管理
iface : 接口管理
原文地址:https://blog.51cto.com/14087650/2430703