linux 主机挂接EVA 4000存储的操作步骤

环境:

HP DL380(redhat as3 u8)+光纤卡(2*qla2000)+EVA 4000,采用直连方式挂机存储,EVA上的Vdisk已经划分完毕。

具体操作步骤:


1.安装qla2000光纤卡驱动程序.

2.cd /opt/hp_fibreutils ;hp_rescan -a

Sending rescan signal to /proc/scsi/qla2300/0...
Sending rescan signal to /proc/scsi/qla2300/1...
Removing /proc/scsi/qla2300/0, target 0, LUN 32 Scanning /proc/scsi/qla2300/0, target 0, LUN 32

scsi0 00 00 01 HP HSV200 6000 Direct-Access
scsi0 00 00 00 HP HSV200 6000

3.fdisk -l //显示挂机EVA硬盘的硬件路径

isk /dev/sda: 214.7 GB, 214748364800 bytes
255 heads, 63 sectors/track, 26108 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytesDisk /dev/sda doesn't contain a valid partition table

4.对硬盘经行linux LVM格式化

fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.


The number of cylinders for this disk is set to 63741.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)

Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-63741, default 1): 
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-63741, default 63741): 
Using default value 63741
Command (m for help): t
Selected partition 1
Hex code (type L to list codes): l

0 Empty 1c Hidden Win95 FA 70 DiskSecure Mult bb Boot Wizard hid
1 FAT12 1e Hidden Win95 FA 75 PC/IX be Solaris boot 
2 XENIX root 24 NEC DOS 80 Old Minix c1 DRDOS/sec (FAT-
3 XENIX usr 39 Plan 9 81 Minix / old Lin c4 DRDOS/sec (FAT-
4 FAT16 <32M 3c PartitionMagic 82 Linux swap c6 DRDOS/sec (FAT-
5 Extended 40 Venix 80286 83 Linux c7 Syrinx 
6 FAT16 41 PPC PReP Boot 84 OS/2 hidden C: da Non-FS data 
7 HPFS/NTFS 42 SFS 85 Linux extended db CP/M / CTOS / .
8 AIX 4d QNX4.x 86 NTFS volume set de Dell Utility 
9 AIX bootable 4e QNX4.x 2nd part 87 NTFS volume set df BootIt 
a OS/2 Boot Manag 4f QNX4.x 3rd part 8e Linux LVM e1 DOS access 
b Win95 FAT32 50 OnTrack DM 93 Amoeba e3 DOS R/O 
c Win95 FAT32 (LB 51 OnTrack DM6 Aux 94 Amoeba BBT e4 SpeedStor 
e Win95 FAT16 (LB 52 CP/M 9f BSD/OS eb BeOS fs 
f Win95 Ext'd (LB 53 OnTrack DM6 Aux a0 IBM Thinkpad hi ee EFI GPT 
10 OPUS 54 OnTrackDM6 a5 FreeBSD ef EFI (FAT-12/16/
11 Hidden FAT12 55 EZ-Drive a6 OpenBSD f0 Linux/PA-RISC b
12 Compaq diagnost 56 Golden Bow a7 NeXTSTEP f1 SpeedStor 
14 Hidden FAT16 <3 5c Priam Edisk a8 Darwin UFS f4 SpeedStor 
16 Hidden FAT16 61 SpeedStor a9 NetBSD f2 DOS secondary 
17 Hidden HPFS/NTF 63 GNU HURD or Sys ab Darwin boot fd Linux raid auto
18 AST SmartSleep 64 Novell Netware b7 BSDI fs fe LANstep 
1b Hidden Win95 FA 65 Novell Netware b8 BSDI swap ff BBT 
Hex code (type L to list codes): 8e
Changed system type of partition 1 to 8e (Linux LVM)

Command (m for help): p

Disk /dev/sdb: 524.2 GB, 524289048064 bytes
255 heads, 63 sectors/track, 63741 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 63741 511999551 8e Linux LVM
Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.
格式化完毕,再次通过fdisk -l查看信息如下:

Disk /dev/sdb: 524.2 GB, 524289048064 bytes
255 heads, 63 sectors/track, 63741 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 63741 511999551 8e Linux LVM

现在就可以对/dev/sdb1硬盘进行pvcreate等卷组和逻辑卷系列的命令操作

[root]# pvcreate /dev/sdb1
pvcreate -- physical volume "/dev/sdb1" successfully created

[root]# vgcreate -s 16 -l 255 /dev/vg_data /dev/sdb1
vgcreate -- INFO: maximum logical volume size is 1023.97 Gigabyte
vgcreate -- doing automatic backup of volume group "vg_data"
vgcreate -- volume group "vg_data" successfully created and activated

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值