ISCSI多路径配置(二)
搭建iscsi存储系统(一) (1).配置ISCSI多路径实现 磁盘 挂载高可用 如果存储服务器到交换机只有一条线路的时候,那么一条线路出现故障,整个就没法使用了,所以多线路可以解决这个问题,避免单点故障。 1)实验环境 youxi1 192.168.5.101,1.1.5.129 服务端 youxi2 192.168.5.102,1.1.5.130 客户端 2)搭建target服务器 [root@youxi1 ~]# yum -y install targetcli [root@youxi1 ~]# targetcli //进入交互配置 Warning: Could not load preferences file /root/.targetcli/prefs.bin. targetcli shell version 2.1.fb46 Copyright 2011-2013 by Datera, Inc and others. For help on commands, type 'help'. /> /backstores/block create test1 /dev/sdb //使用/dev/sdb创建自定义存储对象test1 Created block storage object test1 using /dev/sdb. /> /iscsi