openfiler配置共享儲存shared storage及如何在客戶機發現使用共享儲存卷
----先在使用共享儲存的主機上使用如下命令找到共享儲存的卷(我之前也是這樣操作的,一直提示找不到記錄,後來我把openfiler重新分了卷,就好了,明天再繼續分析下,爭取搞通這塊)
--192.168.1.8為openfiler共享儲存的主機
iscsiadm -m discovery -t st -p 192.168.1.8
192.168.1.8:3260,1 iqn.2006-01.com.openfiler:tsn.40678e950af8
192.168.1.8:3260,1 iqn.2006-01.com.openfiler:tsn.2e76ab1b2305
192.168.1.8:3260,1 iqn.2006-01.com.openfiler:tsn.88232589772b
---必須要在使用共享儲存的主機上使用這個命令才能真正使用共享儲存的卷,如下的iqn是源自於
[root@rhel5 by-path]# iscsiadm --mode node --targetname iqn.2006-01.com.openfiler:tsn.88232589772b --portal 192.168.1.8:3260 --login
iscsiadm --mode node --targetname iqn.2006-01.com.openfiler:tsn.88232589772b --portal 192.168.1.8:3260 --login
Logging in to [iface: default, target: iqn.2006-01.com.openfiler:tsn.88232589772b, portal: 192.168.1.8,3260]
Login to [iface: default, target: iqn.2006-01.com.openfiler:tsn.88232589772b, portal: 192.168.1.8,3260]: successful
---在使用共享儲存的主機上這下就找到共享儲存的捲了,另外:共享儲存主機上面的共享卷是對應多個不同的iqn,要執行上面的--login多次,才會把所有相關的共享儲存的共享卷在要使用共享儲存的主機上面全面找到
[root@rhel5 dev]# fdisk -l
Disk /dev/sda: 11.3 GB, 11321475072 bytes
255 heads, 63 sectors/track, 1376 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1109 8908011 83 Linux
/dev/sda2 1110 1370 2096482+ 82 Linux swap / Solaris
Disk /dev/sdb: 5402 MB, 5402263552 bytes
167 heads, 62 sectors/track, 1019 cylinders
Units = cylinders of 10354 * 512 = 5301248 bytes
Disk /dev/sdb doesn't contain a valid partition table
Disk /dev/sdc: 335 MB, 335544320 bytes
11 heads, 59 sectors/track, 1009 cylinders
Units = cylinders of 649 * 512 = 332288 bytes
Disk /dev/sdc doesn't contain a valid partition table
[root@rhel5 dev]# iscsiadm --mode node --targetname iqn.2006-01.com.openfiler:tsn.88232589772b --portal 192.168.1.8:3260 --login
Logging in to [iface: default, target: iqn.2006-01.com.openfiler:tsn.88232589772b, portal: 192.168.1.8,3260]
iscsiadm: Could not login to [iface: default, target: iqn.2006-01.com.openfiler:tsn.88232589772b, portal: 192.168.1.8,3260]:
iscsiadm: initiator reported error (15 - already exists)
[root@rhel5 dev]# iscsiadm --mode node --targetname iqn.2006-01.com.openfiler:tsn.40678e950af8 --portal 192.168.1.8:3260 --login
Logging in to [iface: default, target: iqn.2006-01.com.openfiler:tsn.40678e950af8, portal: 192.168.1.8,3260]
Login to [iface: default, target: iqn.2006-01.com.openfiler:tsn.40678e950af8, portal: 192.168.1.8,3260]: successful
[root@rhel5 dev]# fdisk -l
Disk /dev/sda: 11.3 GB, 11321475072 bytes
255 heads, 63 sectors/track, 1376 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1109 8908011 83 Linux
/dev/sda2 1110 1370 2096482+ 82 Linux swap / Solaris
Disk /dev/sdb: 5402 MB, 5402263552 bytes
167 heads, 62 sectors/track, 1019 cylinders
Units = cylinders of 10354 * 512 = 5301248 bytes
Disk /dev/sdb doesn't contain a valid partition table
Disk /dev/sdc: 335 MB, 335544320 bytes
11 heads, 59 sectors/track, 1009 cylinders
Units = cylinders of 649 * 512 = 332288 bytes
Disk /dev/sdc doesn't contain a valid partition table
Disk /dev/sdd: 167 MB, 167772160 bytes
6 heads, 54 sectors/track, 1011 cylinders
Units = cylinders of 324 * 512 = 165888 bytes
Disk /dev/sdd doesn't contain a valid partition table
[root@rhel5 dev]#
---測試下重啟使用共享儲存的共享卷的主機是否可以繼續看到共享儲存的共享卷
--如果是2個rac節點,要在每個rac節點上執行如上命令,查詢及登陸發現;
然後在一個 rac 節點分割槽即可,另一個 rac節點可以自動同步獲知分割槽資訊
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-759778/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 配置Kubernetes共享使用Ceph儲存
- 使用OpenFiler來模擬儲存配置RAC中ASM共享盤及多路徑(multipath)的測試ASM
- NFS共享儲存服務NFS
- Oracle 共享儲存掛載Oracle
- RHEL6 或CentOS 6配置共享儲存--使用iSCSICentOS
- centos7配置nfs共享儲存服務CentOSNFS
- 【Azure 儲存服務】程式碼版 Azure Storage Blob 生成 SAS (Shared Access Signature: 共享訪問簽名)
- vmware設定共享儲存(RAC)
- Docker storage儲存Docker
- 【VMware vSphere】沒有共享儲存的ESXi主機之間如何共享本地儲存上的ISO檔案。
- DM8使用共享儲存DMASM搭建DMRACASM
- Esxi 6.7基於已有資料儲存配置虛擬機器(Linux類)間共享儲存(非RDM)虛擬機Linux
- mmap共享儲存對映(儲存I/O對映)系列詳解
- 儲存系列1-openfiler開源儲存管理平臺實踐
- [譯]在CUDA C/C++中使用共享儲存器C++
- 【BUILD_ORACLE】Oracle 19c RAC搭建(三)使用UDEV配置共享儲存UIOracledev
- Nebula Storage 2.0 儲存格式
- 客戶端資料儲存概述客戶端
- Linux 下的程式間通訊:共享儲存Linux
- 雲原生儲存詳解:容器儲存與 K8s 儲存卷K8S
- Laravel 儲存 (Storage) 原始碼分析Laravel原始碼
- 微信小程式storage儲存微信小程式
- Synology群暉NAS儲存如何共享手機中的照片教程
- 在K8S中,共享儲存的作用?K8S
- linux nfs共享儲存服務詳細解釋。LinuxNFS
- linux online掃描共享儲存磁碟(無需reboot)Linuxboot
- 批量修改vsphere共享儲存多路徑選擇策略
- 1.05 docker的持久化儲存和資料共享Docker持久化
- Docker的持久化儲存和資料共享(四)Docker持久化
- 阿里雲PolarDB及其共享儲存PolarFS技術實現分析(下)阿里
- 阿里雲PolarDB及其共享儲存PolarFS技術實現分析(上)阿里
- Spring 客戶端 IP 地址獲取及儲存細節Spring客戶端
- Kubernetes-儲存卷Volume
- 前端儲存技術Cookie,Storage,IndexedDB前端CookieIndex
- 使用SpringBoot JPA進行自定義的儲存及批量儲存Spring Boot
- Synology群暉NAS儲存設定多功能共享印表機的方法
- 分散式儲存ceph 物件儲存配置zone同步分散式物件
- 使用SpringBoot-JPA進行自定義的儲存及批量儲存Spring Boot
- 塊儲存 檔案儲存 物件儲存物件