Redhat 5.3 安裝hba卡,配置emc powerpath,配置LVM
- 下載HBA卡的驅動,下面以QLOGIC QLE2460為例.
去
2.6核心驅動的SANsurfer Linux Driver Installer (x86/x64/IA64) ;QLE2460的驅動下載網址:
[@more@]- 在redhat伺服器上安裝QLOGIC HBA 卡驅動
檔名稱為:qlafc-linux-8.02.23-3-install.tgz
Ftp 到redhat5.3伺服器上.
解壓縮並執行qlinstall安裝驅動
#tar -xvf qlafc-linux-8.02.23-3-install.tgz
#cd qlafc-linux-8.02.23-3-install
#./qlinstall
- 檢視HBA的資訊,包括WWN
#cd /proc/scsi
#ls -lt
device_info qla2xxx scsi sg
#cd qla2xxx
#ls -lt
0 1
# more 0
QLogic PCI to Fibre Channel Host Adapter for HPAE311A:
Firmware version 4.06.03 [IP] [84XX] , Driver version 8.02.23
。。。。。。
SCSI Device Information:
scsi-qla0-adapter-node=500110a00016bff5;
scsi-qla0-adapter-port=503310a00016bff4;
。。。。。。
# more 1
QLogic PCI to Fibre Channel Host Adapter for HPAE311A:
Firmware version 4.06.03 [IP] [84XX] , Driver version 8.02.23
。。。。。。
SCSI Device Information:
scsi-qla1-adapter-node=500110a000168995;
scsi-qla1-adapter-port=503310a000168994;
。。。。。。
- 安裝emc powerpath for linux
EMC 的POWERPATH 軟體不是免費的,在,我是跟別人要的驅動程式。
驅動程式的名稱為EMCpower.LINUX-5.1.2.00.00-021.tar.gz,該檔案包括了多個作業系統的驅動,解壓縮for REDHAT 5.3的驅動,名稱為:EMCpower.LINUX-5.1.2.00.00-021.rhel5.x86_64.rpm。
#rpm -Uvh EMCpower.LINUX-5.1.2.00.00-021.rhel5.x86_64.rpm
- 配置光纖交換機的ZONE
將HBA卡的WWN資訊告知光纖交換機管理員,建立該主機訪問儲存的ZONE.
- 配置儲存,建立LUN,並做相關的MAPPING操作
儲存管理員根據要求,建立LUN,並定義HOST,最後進行MAPPING操作
- 重新啟動OS,識別到SAN儲存的盤,進行LVM管理,建立PV,VG,LV
#reboot
#fdisk -l
Disk /dev/sda: 644.2 GB, 644245094400 bytes
255 heads, 63 sectors/track, 78325 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdd: 644.2 GB, 644245094400 bytes
255 heads, 63 sectors/track, 78325 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
。。。。。。
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 13 104391 83 Linux
/dev/cciss/c0d0p2 14 17844 143227507+ 8e Linux LVM
Disk /dev/emcpowera: 644.2 GB, 644245094400 bytes
255 heads, 63 sectors/track, 78325 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/emcpowera doesn't contain a valid partition table
因為SAN盤是多路徑的,所以/dev/sda,/dev/sdd等 都是一個盤的多個路徑,安裝了powerpath後,我們可以看到/dev/emcpowera 盤,這個盤是多個路徑的集合盤(/dev/sda,/dev/sdd等),使用這個裝置來建立PV.
#pvcreate /dev/emcpowera
#vgcreate datavg /dev/emcpowera
#lvcreate -L10g -n lv_oracle datavg
#mke2fs /dev/datavg/lv_oracle
#mkdir /oracle
#mount /dev/datavg/lv_oracle /oracle
#vi /etc/rc.local #保證下次系統啟動是自動掛載該目錄
增加:
mount /dev/datavg/lv_oracle /oracle
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/32980/viewspace-1034775/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to Install EMC PowerPath on Oracle VM 3.4Oracle
- emc powerpath的powermt命令使用方法
- Redhat(02):yum 配置Redhat
- 本地windows搭建spark環境,安裝與詳細配置(jdk安裝與配置,scala安裝與配置,hadoop安裝與配置,spark安裝與配置)WindowsSparkJDKHadoop
- Ubuntu上安裝KVM並配置顯示卡直通Ubuntu
- centos7 (阿里雲、linux) 單機spark的安裝與配置詳解(jdk安裝與配置,scala安裝與配置,hadoop安裝與配置,spark安裝與配置)CentOS阿里LinuxSparkJDKHadoop
- redhat安裝dockerRedhatDocker
- EMC-AX4儲存配置
- ccache安裝配置
- alertmanager安裝配置
- Hive安裝配置Hive
- 安裝配置ETCD
- SwitchOmega 安裝配置
- MySQL安裝配置MySql
- JWT安裝配置JWT
- Prometheus安裝配置Prometheus
- MariaDB 安裝配置
- Zookeeper 安裝配置
- leanote安裝配置
- JENKINS安裝配置Jenkins
- oracle安裝配置Oracle
- ceph安裝配置
- 【mongodb安裝配置】MongoDB
- ELK 安裝配置
- VNC安裝配置VNC
- Redhat 5.3掛載IBM DS4800儲存並安裝RDAC多路徑軟體RedhatIBM
- SSH免密登入+JDK安裝配置+Hadoop安裝配置JDKHadoop
- Anaconda的安裝配置及Python配置Python
- CentOS 7 安裝、配置、使用 PostgreSQL 10 安裝及基礎配置CentOSSQL
- redhat 5.5 配置網路yum源Redhat
- RedHat8 配置本地yum源Redhat
- Redhat(03):Linux 初始化配置RedhatLinux
- 11. Oracle for Linux安裝和配置——11.2. Linux安裝和配置——11.2.5. Linux配置OracleLinux
- PolarDB資料庫LVM管理配置資料庫LVM
- mysql安裝及配置MySql
- Nginx 安裝與配置Nginx
- JDK的安裝配置JDK
- helm安裝及配置
- OpenEuler安裝配置PostgreSQLSQL