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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux iscsi target版本問題Linux
- Linux掛載ISCSI TARGET磁碟Linux
- linux iSCSI target配置全過程Linux
- Centos 7 Iscsi targetCentOS
- Openfiler配置ISCSI Target及FC Target
- Iscsi Target config lv
- Red Hat linux iSCSI initiator configuration(zt)Linux
- 關於redhat上iscsi的安裝:iSCSI target HowTo on Enterprise Linux (RHEL4)RedhatLinux
- Win10系統怎麼連線iscsi target_Win10連線iscsi target的方法Win10
- Linux下kernel.shmall引數的設定(zt)Linux
- 【ISCSI】-iSCSI Initiator與 Target 的安裝、配置與連線過程備忘
- error in invoking target install of makefileError
- 如何處理錯誤訊息Please install the Linux kernel header filesLinuxHeader
- Linux iSCSI 設定Linux
- Exception String: Error in invoking target install of makefileExceptionError
- 在紅帽Linux企業版中,使用什麼iSCSI目標端軟體?(zt)Linux
- iscsi target(服務端)之/etc/ietd.conf配置小記服務端
- iscsi linux客戶端Linux客戶端
- linux iscsi配置網摘Linux
- Linux kernel mapLinux
- Linux Kernel(核)Linux
- Error in invoking target “install” of makefile 'ins_ctx.mk'Error
- pga_aggregate_target的設定 (zt)
- REDHAT AS4 kernel.sem設定參考(zt)Redhat
- Linux kernel 2.6.32.30Linux
- Linux下搭建iSCSI共享儲存Linux
- linux連線iscsi儲存方法Linux
- linux iscsi initiator 安裝配置薦Linux
- Linux中,如何配置iSCSI儲存?Linux
- Linux Kernel File IO Syscall Kernel-Source-Code Analysis(undone)Linux
- [Linux] kernel: page allocation failureLinuxAI
- Linux kernel engineer--traceLinux
- Memory Allocation API In Linux Kernel && Linux Userspace、kmalloc vmalloc Difference、Kernel Large Section Memory AllocationAPILinux
- Error in invoking target install of makefile plsql/lib/ins_plsql.mkErrorSQL
- RMAN-05517: temporary file conflicts with file used by target database(zt)Database
- [zt] 設定ARCHIVE_LAG_TARGET 強制日誌切換Hive
- 實施linux+iscsi+11g+roseLinuxROS
- 在Linux中,如何配置iSCSI目標?Linux