Linux鏈接iSCSI網絡存儲node
操做系統平臺:CentOS 6.5 X86_64vim
存儲服務器軟件版本:openfiler esa 2.99.1服務器
安裝須要的包文件網絡
[root@bogon /]# rpm -qa binutilssession
binutils-2.20.51.0.2-5.36.el6.x86_64tcp
[root@bogon /]# rpm -qa xfsprogside
xfsprogs-3.1.1-14.el6.x86_64this
[root@bogon yum.repos.d]# yum install iscsi-initiator-utilsspa
Updated:操作系統
iscsi-initiator-utils.x86_64 0:6.2.0.873-13.el6
Complete!
[root@bogon yum.repos.d]# yum install iscsi-initiator-utils-devel
Installed:
iscsi-initiator-utils-devel.x86_64 0:6.2.0.873-13.el6
Complete!
查詢iSCSI target
[root@bogon yum.repos.d]# iscsiadm -mdiscovery -t sendtargets -p 172.16.94.195 存儲服務器的IP地址,默認端口3260
Starting iscsid: [ OK ]
172.16.94.195:3260,1iqn.2006-01.com.openfiler:tsn.a9e1e2fc1ac1
172.16.94.195:3260,1iqn.2006-01.com.openfiler:tsn.4efa19910943
[root@bogon yum.repos.d]#
登錄(即掛載):
掛載:iscsiadm -m node -T target名稱 -p 存儲IP –l
移除:iscsiadm -m node -T target名稱 -p 存儲IP –u
[root@bogon /]# iscsiadm -m node -Tiqn.2006-01.com.openfiler:tsn.a9e1e2fc1ac1 -p 172.16.94.195 -l
Logging in to [iface: default, target:iqn.2006-01.com.openfiler:tsn.a9e1e2fc1ac1, portal: 172.16.94.195,3260] (multiple)
Login to [iface: default, target:iqn.2006-01.com.openfiler:tsn.a9e1e2fc1ac1, portal: 172.16.94.195,3260]successful.
[root@bogon /]#
查看全部的iSCSI鏈接:
[root@bogon /]# iscsiadm -m session
tcp: [1] 172.16.94.195:3260,1iqn.2006-01.com.openfiler:tsn.a9e1e2fc1ac1 (non-flash)
[root@bogon /]#
結果驗證:
[root@bogon /]# fdisk -l
Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
Sector size (logical/physical): 512 bytes /512 bytes
I/O size (minimum/optimal): 512 bytes / 512bytes
Disk identifier: 0x000ec831
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinderboundary.
/dev/sda2 64 13055 104344576 8e Linux LVM
……………………
Disk /dev/sdb: 4932 MB, 4932501504 bytes
152 heads, 62 sectors/track, 1022 cylinders
Units = cylinders of 9424 * 512 = 4825088bytes
Sector size (logical/physical): 512 bytes /512 bytes
I/O size (minimum/optimal): 512 bytes / 512bytes
Disk identifier: 0x00000000
[root@bogon /]#
開機啓動:
# To manually startup the session set to"manual". The default is automatic.
node.startup =automatic
# For "automatic" startup nodes,setting this to "Yes" will try logins on each
# available iface until one succeeds, andthen stop. The default "No"will try
# logins on all availble ifacessimultaneously.
node.leading_login= No
硬盤自動掛載(mount):
編輯文件:vim /etc/fstab