openfiler(for linux 32bit)安裝配置小記
1,openfiler是一個經加工封裝的linux
2,openfiler安裝後,透過web可以維護管理openfiler
3,web訪問方式為: ip:446/
預設使用者/密碼:openfiler/password
4,依次根據圖形新增物理卷,巻組,邏輯卷,iscsi target,lun mapping,network acl
5,測試中新增iscsi target是灰色的,處理方法:啟動openfiler主機的/etc/init.d/iscsi-target start及編輯vi /etc/ietd.conf
定義target,這個target必須是唯一的。
Target iqn.2008-05.com.:storage.forbackup ##iscsi target的名稱(固定格式喲)
# Users, who can access this target. The same rules as for discovery
# users apply here.
# Leave them alone if you don't want to use authentication.
IncomingUser backup BACKUP
#OutgoingUser jim 12charpasswd
# Logical Unit definition
# You must define one logical unit at least.
# Block devices, regular files, LVM, and RAID can be offered
# to the initiators as a block device.
Lun 0 Path=/dev/sda,Type=fileio ##新增對應openfiler新新增的iscsi卷
Target iqn.2008-05.com.:storage.forbackup ##iscsi target的名稱(固定格式喲)
# Users, who can access this target. The same rules as for discovery
# users apply here.
# Leave them alone if you don't want to use authentication.
IncomingUser backup BACKUP
#OutgoingUser jim 12charpasswd
# Logical Unit definition
# You must define one logical unit at least.
# Block devices, regular files, LVM, and RAID can be offered
# to the initiators as a block device.
Lun 0 Path=/dev/sda,Type=fileio ##新增對應openfiler新新增的iscsi卷
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-669756/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Redis-3.2.1 sentinel安裝和配置小記Redis
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.2.Linux安裝(1)OracleLinux
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.2.Linux安裝(2)OracleLinux
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.5. Linux配置OracleLinux
- linux maven安裝與配置LinuxMaven
- Linux安裝Apollo配置中心Linux
- Linux Ubuntu安裝配置教程LinuxUbuntu
- Tiny Core Linux 安裝配置Linux
- linux-ELK安裝配置Linux
- Linux下ODBC安裝配置Linux
- 32bit的linux系統記憶體分佈Linux記憶體
- Linux下安裝java及配置(yum安裝)LinuxJava
- Mysql for Linux安裝配置之—— rpm(bundle)安裝MySqlLinux
- Mysql for Linux安裝配置之—— 原始碼安裝MySqlLinux原始碼
- ArchLinux 安裝小記Linux
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.4. Linux命令(1)OracleLinux
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.4. Linux命令(2)OracleLinux
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.3. Linux登入OracleLinux
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.4. Linux命令(3)OracleLinux
- Openfiler配置ISCSI Target及FC Target
- Linux環境HBase安裝配置Linux
- Linux下rsync安裝與配置Linux
- Linux(jdk+tomcat配置安裝)LinuxJDKTomcat
- Linux 安裝配置應用- GitLinuxGit
- linux安裝nginx及配置(一)LinuxNginx
- Linux環境Azkaban安裝配置Linux
- Linux 7安裝和配置phpmyadminLinuxPHP
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.1. 簡介OracleLinux
- yarn 安裝使用小記Yarn
- Mysql for Linux安裝配置之——二進位制安裝MySqlLinux
- centos7 (阿里雲、linux) 單機spark的安裝與配置詳解(jdk安裝與配置,scala安裝與配置,hadoop安裝與配置,spark安裝與配置)CentOS阿里LinuxSparkJDKHadoop
- 快速搭建 Linux(LNMP + Linux 安裝 + 環境配置)LinuxLNMP
- linux apf 防火牆安裝與配置Linux防火牆
- linux下安裝node npm並配置LinuxNPM
- Linux系統Tomcat安裝與配置。LinuxTomcat
- linux安裝配置與基本命令Linux
- Linux環境下nginx安裝配置LinuxNginx
- MySQL - 下載與安裝配置(Linux)MySqlLinux
- Linux Ubuntu18.04 安裝配置 clashLinuxUbuntu