zoukankan      html  css  js  c++  java
  • Linux 挂载iscsi存储磁盘设备

    1check网络

    [root@localhost ~]# ping -I eth0 11.110.10.138

    PING 11.110.10.138 (11.110.10.138) from 11.110.10.138eth0: 56(84) bytes of data.

    64 bytes from 11.110.10.138: icmp_seq=1ttl=64 time=0.023 ms

    64 bytes from 11.110.10.138: icmp_seq=2ttl=64 time=0.016 ms

    64 bytes from 11.110.10.138: icmp_seq=3ttl=64 time=0.018 ms

    ^C

    --- 11.110.10.138 ping statistics ---

    3 packets transmitted, 3 received, 0%packet loss, time 2186ms

    rtt min/avg/max/mdev =0.016/0.019/0.023/0.003 ms

    [root@localhost ~]#

    [root@localhost ~]# ping -I eth0192.168.180.138

    PING 192.168.180.138 (192.168.180.138) from11.110.10.138 eth0: 56(84) bytes of data.

    From 11.110.10.138 icmp_seq=2 DestinationHost Unreachable

    From 11.110.10.138 icmp_seq=3 DestinationHost Unreachable

    From 11.110.10.138 icmp_seq=4 DestinationHost Unreachable

    ^C

    --- 192.168.180.138 ping statistics ---

    4 packets transmitted, 0 received, +3errors, 100% packet loss, time 3729ms

    pipe 3

    [root@localhost ~]#

    2,检測软件是否已经安装

    [root@localhost ~]# rpm -qa |grep iscsi

    iscsi-initiator-utils-6.2.0.873-2.0.2.el6.x86_64

    [root@localhost ~]#

     <版权全部。文章同意转载,但必须以链接方式注明源地址。否则追究法律责任!> 
    原博客地址:  http://blog.csdn.net/mchdba/article/details/46794809
    原作者:黄杉 (mchdba)

    3,检查ISCSI服务是否启动了和当前级别下的执行情况

    [root@localhost ~]# service iscsi status

    ......

    4。要建立2个文件

    [root@localhost ~]# iscsiadm -m iface -Iiscsi_eth0 --op=new

    New interface iscsi_eth0 added

    [root@localhost ~]# iscsiadm -m iface -Iiscsi_eth1 --op=new

    New interface iscsi_eth1 added

    [root@localhost ~]#

    5.建立iscsi_eth0eht0的映射关系。

    同一时候建立iscsi_eth1eth1的映射关系.

    也能够直接编辑iscsi_eth0和iscsi_eth1文件,把里面的iface.net_ifacename=default改成

    iface.net_ifacename=eth0和iface.net_ifacename=eth1就可以。

    [root@localhost ~]# ls/var/lib/iscsi/ifaces/

    iscsi_eth0 iscsi_eth1  iscsi_the0  iscsi_the1

    [root@localhost ~]# cd/var/lib/iscsi/ifaces/

    [root@localhost ifaces]# ll

    总用量 16

    -rw------- 1 root root 197 6月  10 16:05 iscsi_eth0

    -rw------- 1 root root 197 6月  10 16:06 iscsi_eth1

    -rw------- 1 root root 197 4月   3 19:14 iscsi_the0

    -rw------- 1 root root 197 4月   3 19:14 iscsi_the1

    [root@localhost ifaces]# cat iscsi_eth0

    # BEGIN RECORD 6.2.0-873.2.el6

    iface.iscsi_ifacename = iscsi_eth0

    iface.transport_name = tcp

    iface.vlan_id = 0

    iface.vlan_priority = 0

    iface.iface_num = 0

    iface.mtu = 0

    iface.port = 0

    # END RECORD

    [root@localhost ifaces]#

    [root@localhost ifaces]# iscsiadm -m iface-I iscsi_eth0 --op=update -n iface.net_ifacename -v eth0

    iscsi_eth0 updated.

    [root@localhost ifaces]# iscsiadm -m iface-I iscsi_eth0 --op=update -n iface.net_ifacename -v eth0

    iscsi_eth0 updated.

    [root@localhost ifaces]#

    6,重新启动iscsi服务

    [root@localhost ifaces]# service iscsi restart

    停止 iscsi:                                              [确定]

    正在启动 iscsi:                                           [确定]

    [root@localhost ifaces]#

    Equallogic配置部分

    7.配置Equallogic,映射一个Lun名字为redhat,大小3G的空间

    在存储訪问站点上,去分配新的磁盘块,这个比較简单。就不截图了,存储设备都会自带一个网址让我们訪问的。

    Redhat配置部分

    8.discover。能够发现已经看到了redhatlun。由于有两条路径。全部显示了两行。

    [root@localhost ifaces]# iscsiadm -mdiscovery -t sendtargets -p 11.110.10.138:3260

    iscsiadm: cannot make connection to 11.110.10.138:Connection refused

    iscsiadm: cannot make connection to 11.110.10.138:Connection refused

    iscsiadm: cannot make connection to 11.110.10.138:Connection refused

    iscsiadm: cannot make connection to 11.110.10.138:Connection refused

    ^Ciscsiadm: caught SIGINT, exiting...

    [root@localhost ifaces]#

    ip地址是存储的ip地址

    [root@localhost ifaces]# iscsiadm -mdiscovery -t sendtargets -p 11.110.10.22 :3260

    iscsiadm: This command will remove therecord [iface: default, target:iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata, portal: 11.110.10.22,3260],but a session is using it. Logout session then rerun command to remove record.

    iscsiadm: This command will remove therecord [iface: default, target:iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2, portal:11.110.10.22,3260], but a session is using it. Logout session then reruncommand to remove record.

    11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata

    11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2

    11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3

    11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata

    11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2

    11.110.10.22:3260,1 iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3

    11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata

    11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2

    11.110.10.22:3260,1 iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3

    11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata

    11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2

    11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3

    [root@localhost ifaces]#

    9.Log on全部的iscsi session,能够看到最后两个successfulredhat lun,已经log on成功了。

    [root@localhost ifaces]# iscsiadm -m node-l

    Logging in to [iface: iscsi_eth1, target:iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata, portal: 11.110.10.22,3260](multiple)

    Logging in to [iface: iscsi_eth0, target:iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata, portal: 11.110.10.22,3260](multiple)

    Logging in to [iface: iscsi_the1, target:iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata, portal: 11.110.10.22,3260](multiple)

    Logging in to [iface: iscsi_the0, target:iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata, portal: 11.110.10.22,3260](multiple)

    Logging in to [iface: iscsi_eth1, target:iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2, portal:11.110.10.22,3260] (multiple)

    Logging in to [iface: iscsi_eth0, target:iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2, portal:11.110.10.22,3260] (multiple)

    Logging in to [iface: iscsi_the1, target:iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2, portal:11.110.10.22,3260] (multiple)

    Logging in to [iface: iscsi_the0, target:iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2, portal:11.110.10.22,3260] (multiple)

    Logging in to [iface: iscsi_eth1, target:iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3, portal:11.110.10.22,3260] (multiple)

    Logging in to [iface: iscsi_eth0, target:iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3, portal:11.110.10.22,3260] (multiple)

    Logging in to [iface: iscsi_the1, target:iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3, portal:11.110.10.22,3260] (multiple)

    Logging in to [iface: iscsi_the0, target:iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3, portal:11.110.10.22,3260] (multiple)

    Login to [iface: iscsi_eth1, target:iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata, portal: 11.110.10.22,3260]successful.

    Login to [iface: iscsi_eth0, target:iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata, portal: 11.110.10.22,3260]successful.

    Login to [iface: iscsi_the1, target:iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata, portal: 11.110.10.22,3260]successful.

    Login to [iface: iscsi_the0, target:iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata, portal: 11.110.10.22,3260]successful.

    Login to [iface: iscsi_eth1, target:iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2, portal:11.110.10.22,3260] successful.

    Login to [iface: iscsi_eth0, target:iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2, portal:11.110.10.22,3260] successful.

    Login to [iface: iscsi_the1, target:iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2, portal:11.110.10.22,3260] successful.

    Login to [iface: iscsi_the0, target:iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2, portal:11.110.10.22,3260] successful.

    Login to [iface: iscsi_eth1, target:iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3, portal:11.110.10.22,3260] successful.

    Login to [iface: iscsi_eth0, target:iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3, portal:11.110.10.22,3260] successful.

    Login to [iface: iscsi_the1, target:iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3, portal:11.110.10.22,3260] successful.

    Login to [iface: iscsi_the0, target:iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3, portal:11.110.10.22,3260] successful.

    [root@localhost ifaces]#

    10:输入iscsiadm -m session能够看到当前正在连接的session.

    [root@localhost ifaces]# iscsiadm -msession

    tcp: [10] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2

    tcp: [11] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2

    tcp: [12] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2

    tcp: [13] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3

    tcp: [14] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3

    tcp: [15] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3

    tcp: [16] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6591f7f09-cf5248cfafa5577e-pddata3

    tcp: [3] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata

    tcp: [4] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-4061f7f09-29d248cfaed54b9d-pddata2

    tcp: [5] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata

    tcp: [6] 11.110.10.22:3260,1iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata

    tcp: [7] 11.110.10.22:3260,1 iqn.2001-05.com.equallogic:0-8a0906-6dac38009-c1b1cac2d434efec-pddata

    tcp: [8] 11.110.10.22:3260,1iqn.2001-0

  • 相关阅读:
    美团这个项目是用来干啥的?
    基于C#的机器学习--面部和动态检测-图像过滤器
    基于C#的机器学习--颜色混合-自组织映射和弹性神经网络
    EF Core For Oracle11中Find FirstOrDefault等方法执行失败
    使用DataContractJsonSerializer发序列化对象时出现的异常
    数据库空值排序
    C#浅拷贝与深拷贝测试
    C#排序算法的实现---快速排序
    C#排序算法的实现---选择排序
    C#排序算法的实现---冒泡排序
  • 原文地址:https://www.cnblogs.com/wgwyanfs/p/6820389.html
Copyright © 2011-2022 走看看