RHEL_5中安配置iSCSI_Initiat or.docVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
RHEL_5中安配置iSCSI_Initiat or

RHEL 5中安装配置iSCSI Initiator RHEL5中iSCSI相关内容有些变化,这里合成3份文档,基本上能搞掂当前遇到的大多数场景了。 由此也能看出5版本的红帽,还是有一些大的变化的; 在红帽企业linux5系统中,如何配置iscsi-initiator? 源自:/faq/docs/DOC-14273 解决: 首先,安装iscsi-initiator-utils软件包: yum install iscsi-initiator-utils 下一步,启动icsid服务,并且设置系统自动启动该服务: service iscsid start chkconfig iscsid on 然后,从一个指定的主机名中获取可用的目标列表。请注意使用有效的主机名或者ip地址来替代下面的ipaddress。 iscsiadm -m discovery -t sendtargets -p targetipaddress 最后,使用下面命令登录可用的目标。请注意使用有效的目标名称和ip地址替换下面的targetname和ipaddress。 iscsiadm -m node -T targetname -p targetipaddress -l 登录所有可用的目标 iscsiadm -m node -L all 这样将可以允许对目标进行访问,目标信息被存储在/var/lib/iscsi/nodes中。 iscsiadm -m node -T targetname -p 71 -u //断开所有连接 iscsiadm -m node -U 这样将可以logout目标 更详细的信息,请参考/usr/share/doc/iscsi-initiator-utils-VERSION/README文件。 Automate Target Logins for Future System Statups ----------------------------------------------------- Note: this may only work for distros with init scripts. To automate login to a node, use the following with the record ID (record ID is the targetname and portal) of the node discovered in the discovery above: iscsiadm -m node -T targetname -p ip:port --op update -n node.startup -v automatic To set the automatic setting to all portals on a target through every interface setup for each protal, the following can be run: iscsiadm -m node -T targetname --op update -n node.startup -v automatic Or to set the node.startup attribute to startup as default for all sessions add the following to the /etc/iscsi/iscsid.conf: node.startup = automatic Setting this in iscsid.conf, will not affect existing nodes. It will only affect nodes that are discovered after setting the value. To login to all the automated nodes, simply restart the iscsi service: e.g /etc/init.d/open-iscsi restart. On your next startup the nodes will be logged into autmotically. 在红帽企业linux5系统中关于iscsiadm命令可用参数的详细说明,请参考帮助文档。 man iscsiadm 关于红帽企业linux5系统的iscsi总揽,请参考/usr/share/d

文档评论(0)

whemm + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档