📄 overview
字号:
This document gives an overview of the UNH iSCSI implementation.The UNH iSCSI implementation is composed of an iSCSI initiator module and an iSCSI target module. Both the modules have been implemented on Linux kernel version 2.4.0-test9. +-------------------------+| Installation Procedure: |+-------------------------+Installing iSCSI initiator:The iSCSI initiator module (iscsi_initiator.o) is inserted into thekernel by the following command. % insmod unh_iscsi_initiator.oThis module which simulates a low level SCSI adapter registers itselfwith the kernel SCSI initiator mid-level.Installing iSCSI target:The SCSI target mid-level (scsi_target.o) and the iSCSI target(iscsi_target.o) are inserted in order into the kernel by the followingcommands % insmod unh_scsi_target.o % insmod unh_iscsi_target.oDiscovering the iSCSI target:As of now, discovery of the targets is done through the management tooliscsi_config (described later). Configuring the features supported/not supported is done by the management tool iscsi_manage (described later).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -