|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!将单元里闲置的办事器配制成收集存储装备,如许能够节俭公司本钱。
第一步:找一台存储型的办事器,在下面装置openfiler体系,这个体系装置相似centos的装置。必要注重的事项是,把体系分区设置成主引诱区。选择“forcetobeaprimarypartition”装置教程:http://openfiler.org.cn/index.php/document/6-openfiler-install
第二步:设置openfiler,扼要步调:
1、在services里开启iscsitarget办事
2、volume---blockdevicemanagement(设置物理磁盘,相似格局化)
假如必要创立raid,先要举行softwareRAID操纵
3、addvolume-----创立VG(filesystem/volumetype:选择iscsi)
4、选择iscsitargets,页面增加。然后映照,设置收集ACL。
5、在status内里,能够看到iscsi的形态
第三步:客户端挂载
这里以centos6.0_x64为例
[root@host104~]#rpm-qa|grepiscsi----------反省有无装置iscsi
[root@host104~]#yum-yinstalliscsi*
[root@host104~]#serviceiscsistart还能够增加chkconfig列表中
[root@host104~]#iscsiadm-mdiscovery-tsendtargets-p172.31.44.108发明iscsitarget装备
Startingiscsid:[OK]
:3260,1iqn.2006-01.com.openfiler:tsn.a116796c90e0
:3260,1iqn.2006-01.com.openfiler:tsn.5c6d16d3aa52
:3260,1iqn.2006-01.com.openfiler:tsn.31d6637fcb1f
:3260,1iqn.2006-01.com.openfiler:tsn.c990aa5aa177
:3260,1iqn.2006-01.com.openfiler:tsn.9eef84de424b
:3260,1iqn.2006-01.com.openfiler:tsn.bad5f704c901
:3260,1iqn.2006-01.com.openfiler:tsn.b36c9494f927
:3260,1iqn.2006-01.com.openfiler:tsn.2e34f62a0b4f
[root@host104~]#
[root@host104~]#
[root@host104~]#iscsiadm-mnode-Tiqn.2006-01.com.openfiler:tsn.a116796c90e0-p172.31.44.108-l------------挂载,这个能够写到rc.local内里,在重启以后能够主动挂载。
Logginginto[iface:default,target:iqn.2006-01.com.openfiler:tsn.a116796c90e0,portal:172.31.44.108,3260](multiple)
Loginto[iface:default,target:iqn.2006-01.com.openfiler:tsn.a116796c90e0,portal:172.31.44.108,3260]successful.
[root@host104~]#fdisk-l
Disk/dev/sda:42.9GB,42949672960bytes
255heads,63sectors/track,5221cylinders
Units=cylindersof16065*512=8225280bytes
Sectorsize(logical/physical):512bytes/512bytes
I/Osize(minimum/optimal):512bytes/512bytes
Diskidentifier:0x000799ff
DeviceBootStartEndBlocksIdSystem
/dev/sda1*11310240083Linux
Partition1doesnotendoncylinderboundary.
/dev/sda213141102400082Linuxswap/Solaris
Partition2doesnotendoncylinderboundary.
/dev/sda314152224081561683Linux
Disk/dev/sdb:104.9GB,104857600000bytes------------------挂载的装备
255heads,63sectors/track,12748cylinders
Units=cylindersof16065*512=8225280bytes
Sectorsize(logical/physical):512bytes/512bytes
I/Osize(minimum/optimal):512bytes/512bytes
Diskidentifier:0x00000000
然后再举行格局化,挂载分区。
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们! |
|