博客统计信息

用户名:smailes
文章数:51
评论数:33
访问量:100332
无忧币:128
博客积分:738
博客等级:2
注册日期:2006-07-17

我的技术圈(1)

更多>>
How do I configure the iscsi-initiator in Red Hat Enterprise Linux 5?
2007-09-25 14:02:17
First, install the iscsi-initiator-utils package using:
yum install iscsi-initiator-utils
Next, start the iscsid service and enable it to start when the system boots:
service iscsid start
chkconfig iscsid on
Then obtain a listing of available targets from a given host (please note that ipaddress listed below must be replaced with the resolvable hostname or ip address of the system providing the port if different than default):
iscsiadm -m discovery -t sendtargets -p ipaddress
Finally, use the following command to login to the available target (again, replace targetname with one from the output of the previous command and replace ipaddress below with that of the target system):
iscsiadm -m node -T targetname -p ipaddress -l
This will enable the target to be accessed upon reboots and it stores it in a node database found in /var/lib/iscsi that is more thoroughly described in the /usr/share/doc/iscsi-initiator-utils-VERSION/README file.
For a more verbose listing of possible options for the iscsiadm command in Red Hat Enterprise Linux 5 refer to the manual page using:
man iscsiadm
For a good overview of iscsi in Red Hat Enterprise Linux 5 refer to the documenation provided in /usr/share/doc/iscsi-initiator-utils-VERSION/README.
分享至
更多
一键收藏,随时查看,分享好友!
0人
了这篇文章
类别:Linux 知识技术圈()┆阅读()┆评论() ┆ 推送到技术圈返回首页

文章评论

 
 

发表评论            

【技术门诊】专家解析:软考重点难点及应试技巧
昵  称:
登录  快速注册
验证码:

请点击后输入验证码博客过2级,无需填写验证码

内  容: