Install iSCSI target for Linux with kernel 2.6.14(zt)
1. get the latest source code of iscsitarget
svn export svn://svn.berlios.de/iscsitarget/trunk
[Note]: possibly, you will meet the following error message while compiling with the released souce code (not the newest):
warning: "D_IOV" is not defined
svn export svn://svn.berlios.de/iscsitarget/trunk
[Note]: possibly, you will meet the following error message while compiling with the released souce code (not the newest):
warning: "D_IOV" is not defined
2. install the daemon and kernel module
# cd trunk
# make KERNELSRC=/usr/src/linux-2.6.14.5 # make KERNELSRC=/usr/src/linux-2.6.14.5 install
3. configruation
# vi /etc/ietd.conf
User userid superpassword
Target iqn.2004-09.com.signalq:storage.lvm
Lun 0 /dev/sda1 fileio
Alias lun0
4. start daemon
# /etc/init.d/iscsi-target start
More details please see:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/312079/viewspace-245781/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Openfiler配置ISCSI Target及FC Target
- Win10系統怎麼連線iscsi target_Win10連線iscsi target的方法Win10
- 如何處理錯誤訊息Please install the Linux kernel header filesLinuxHeader
- iscsi linux客戶端Linux客戶端
- Error in invoking target “install” of makefile 'ins_ctx.mk'Error
- Linux kernel mapLinux
- Linux中,如何配置iSCSI儲存?Linux
- AUTO START ORACLE ON LINUX(zt)OracleLinux
- 在Linux中,如何配置iSCSI目標?Linux
- iSCSI
- Mysql 5.7.21 install for LinuxMySqlLinux
- linux之--install超時Linux
- 02. Install redis on LinuxRedisLinux
- Linux動態列印kernel日誌Linux
- Understanding the linux kernel Chapter 6 Timing MeasurementsLinuxAPTREM
- Linux核心Kernel啟動過程Linux
- Linux kernel 堆溢位利用方法Linux
- Structure of Linux Kernel Device Driver(Part II)StructLinuxdev
- Linux Boot,Kernel 和 Service 介紹Linuxboot
- 在 Linux Mint 安裝 Linux Kernel 4.12(穩定版)Linux
- 編譯linux kernel預裝工具list編譯Linux
- Linux Kernel 5.9-rc3 釋出了Linux
- 【Linux】kernel.shmmax和shmall設定LinuxHMM
- Linux kernel 堆溢位利用方法(二)Linux
- Linux kernel 堆溢位利用方法(三)Linux
- 安裝sybase12.5 for linux注意事項(zt)Linux
- Install linux mint apt to Ubuntu 18.04 LTSLinuxAPTUbuntu
- Linux下python pip install失敗LinuxPython
- install java javac on kali linux, raspberry piJavaLinux
- linux kernel記憶體碎片防治技術Linux記憶體
- VirtualBox 7.0.8釋出:初步支援Linux Kernel 6.3Linux
- SQLServer2017_Install_for_CentOS Linux release 7.5SQLServerCentOSLinux
- Oracle Linux 7.1 silent install 19cOracleLinux
- Centos 7安裝iscsiCentOS
- linux系統關於kernel.sem調優Linux
- 如何進行Linux CPU中的Kernel space分析Linux
- 淺析Linux Kernel[5.11.0]記憶體管理(一)Linux記憶體
- INSTEAD OF(zt)
- lsof(zt)