当前位置:七道奇文章资讯系统安全Linux安全
日期:2012-05-05 23:56:00  来源:本站整理

Ubuntu 配置ISCSI服务[Linux安全]

赞助商链接



  本文“Ubuntu 配置ISCSI服务[Linux安全]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:

  sudo apt-get install iscsitarget

  立即搞定,然后编辑配置文件:

  sudo vim /etc/ietd.conf

  默许的配置文件,有具体的配置阐明和示例,本博先备份了事,留着今后渐渐研究,然后清空,开始写入以下数据:

  iSNSServer 192.168.100.100

  iSNSAccessControl No

  Target iqn.2009-04.com.example:storage.disk2.sys1.xyz

  Lun 0 Path=/dev/sdc,Type=fileio

  Alias test

  简单注释一下:iSNSServer 192.168.100.100,iSCSI服务所工作在的IP地址,我的这个服务器有两个网卡,所以指定了一下;

  iSNSAccessControl No,这个我也没看太懂得,仿佛是不答应拜候者对iSCSI举行掌握;

  Target iqn.2009-04.com.example:storage.disk2.sys1.xyz:开启一个Target,并且这个Target命名为:iqn.2009-04.com.example:storage.disk2.sys1.xyz

  Lun 0 Path=/dev/sdc,Type=fileio:给方才那个命名为 iqn.2009-04.com.example:storage.disk2.sys1.xyz的Target分配一个卷,并利用我的机械上的/dev/sdc这个硬盘作为存储的设备,范例为fileio,这个范例是指这个卷,并非我的那个/dev/sdc硬盘;

  Alias test:设置一个体名:test;

  保存,重启iscsi target用这个号令:

  sudo /etc/init.d/iscsitarget restart

  接着就是呈现以下的提醒:

  Removing iSCSI enterprise target devices: succeeded.

  Stopping iSCSI enterprise target service: succeeded.

  Removing iSCSI enterprise target modules: succeeded.

  Starting iSCSI enterprise target service: succeeded.

  以上是“Ubuntu 配置ISCSI服务[Linux安全]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
  • ubuntu下无法利用无线网络的办理办法
  • 三步搞定windows与ubuntu之间文件同享
  • Ubuntu和windows文件同享问题详解
  • 在 Ubuntu 12.04 Server 上安装 Rails 环境
  • ubuntu 12.04 安装 Nginx+PHP5 (PHP-FPM) +MySQL主机详解
  • Linux(ubuntu)下配置android环境
  • Ubuntu 10.04上搭建Ruby on Rails环境
  • Ubuntu 10.10中关闭按钮位置的改变
  • Ubuntu下检测CPU温度的工具
  • Ubuntu Server增添关机用户
  • Ubuntu 11.04安装火狐5
  • ubuntu 10.04下搭建samba文件服务器
  • 本文地址: 与您的QQ/BBS好友分享!
    • 好的评价 如果您觉得此文章好,就请您
        0%(0)
    • 差的评价 如果您觉得此文章差,就请您
        0%(0)

    文章评论评论内容只代表网友观点,与本站立场无关!

       评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
    Copyright © 2020-2022 www.xiamiku.com. All Rights Reserved .