最近在玩openfiler,感觉这个存储软件还是不错的。我是装在VMware Workstation中的,安装过程略过,不过注意下,系统安装在一个比较小的磁盘上就行了,不用很大的,在另加上大硬盘来为别的server提供服务。我只对其使用做一下简单的介绍。首先需要注意登录的用户名和密码,用户名:openfiler密码password
1、创建软raid
2、增加volumes Group
3、add volumes
4、Add new iSCSI Target
5、map LUN
以上就是在openfiler上做好了设置,下面来在Linux中用iscsi initiator进行连接。
我的openfiler地址是192.168.100.44,我Linux server地址是192.168.100.37。
在Linux中安装iscsi initiatior。直接rpm 就ok了
[root@test media]# rpm -qa |grep iscsi
iscsi-initiator-utils-6.2.0.872-34.el6.i686
[root@test media]# iscsiadm -m discovery -p 192.168.100.44 -t st
192.168.100.44:3260,1 iqn.2006-01.com.openfiler:tsn.5a9c7e935abd
[root@test media]# iscsiadm -m node -p 192.168.100.44 -T iqn.2006-01.com.openfiler:tsn.5a9c7e935abd -l
Logging in to [iface: default, target: iqn.2006-01.com.openfiler:tsn.5a9c7e935abd, portal: 192.168.100.44,3260] (multiple)
Login to [iface: default, target: iqn.2006-01.com.openfiler:tsn.5a9c7e935abd, portal: 192.168.100.44,3260] successful.
fdisk -l 查看是否成功
Disk /dev/sdd: 42.9 GB, 42916118528 bytes
64 heads, 32 sectors/track, 40928 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdd doesn't contain a valid partition table
以后就是分区格式化,略过不说。