iscsi target(服務端)之/etc/ietd.conf配置小記
# iscsi target configuration
Target iqn.2000-12.com.digicola:storage.lun1
IncomingUser gfs secretsecret ##客戶端login user及密碼
OutgoingUser
Lun 0 Path=/dev/sdb,Type=fileio ##fileio適用於lvm,raid,fs,是預設的
Alias iDISK0
#MaxConnections 6
The iedt.conf file that I use is straight forward enough.
The IncomingUser and OutgoingUser at the begining of the file defines users allowed to query the iscsi session (If empty then everyone is allowed). Note: The iscsi spec states that the password is 12 characters, (from what I have read) the MS initiator requires it.
###下面說到TARGET(就是提供iscsi target服務的裝置命名格式)
Targets definitions start with "Target" and the target name. The target name must be a globally unique name, the iSCSI standard defines the "iSCSI Qualified Name" as follows: iqn.yyyy-mm.
The target can also require authentication, this time I used the user gfs with the password of secretsecret for the incoming user (iscsi initiator).
The Type "fileio" is the default and can be used for disk, file or LVM.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-669785/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Openfiler配置ISCSI Target及FC Target
- linux iSCSI target配置全過程Linux
- Centos 7 Iscsi targetCentOS
- 【ISCSI】-iSCSI Initiator與 Target 的安裝、配置與連線過程備忘
- Iscsi Target config lv
- 服務端常見服務安裝及配置服務端
- 服務端開發小感服務端
- Linux iscsi target版本問題Linux
- Linux掛載ISCSI TARGET磁碟Linux
- Win10系統怎麼連線iscsi target_Win10連線iscsi target的方法Win10
- Linux端配置tomcat服務LinuxTomcat
- springcloud服務端配置檔案SpringGCCloud服務端
- gitlab 服務搭建小記Gitlab
- OSSEC服務端配置客戶端批次部署方案服務端客戶端
- Thrift 客戶端-服務端 零XML配置 註解式配置客戶端服務端XML
- Redis服務之常用配置(三)Redis
- Redis服務之常用配置(一)Redis
- Redis服務之常用配置(二)Redis
- Android服務端開發之使用Eclipse搭建Java Web服務端Android服務端EclipseJavaWeb
- CIFS服務端開發筆記服務端筆記
- windows 2008 終端服務閘道器配置筆記Windows筆記
- [BI專案記]-搭建程式碼管理環境之服務端服務端
- 叢集例項:配置ISCSI客戶端(LINUX)客戶端Linux
- 【linux】yum源配置檔案(服務端)Linux服務端
- Install iSCSI target for Linux with kernel 2.6.14(zt)Linux
- Eureka高可用叢集服務端和客戶端配置服務端客戶端
- vue 服務端渲染折騰記錄Vue服務端
- 服務端指南 服務端概述 | 微服務架構概述服務端微服務架構
- C# 之 服務端獲取遠端資源C#服務端
- 如何在Flutter中整合華為遠端配置服務Flutter
- zabbix3.x服務端安裝和配置服務端
- windows2003 終端服務配置Windows
- NFS介紹、NFS服務端安裝配置、NFS配置選項NFS服務端
- 服務端渲染到前端渲染,再到“服務端渲染”服務端前端
- Dubbo原始碼之服務端的釋出原始碼服務端
- Angular 6 服務端渲染之 udao 終章Angular服務端
- Xcode使用筆記之TargetXCode筆記
- 客戶端,服務端客戶端服務端