discovery targets:
# iscsiadm --mode discovery --type sendtargets --portal 192.168.1.10
view more information about your iSCSI Target with the following command:
# iscsiadm -m node -T iqn.2011-07.com.example.server1:trial -p 192.168.1.10
log into the iSCSI target:
# iscsiadm -m node -T iqn.2011-07.com.example.server1:trial -p 192.168.1.10 -l
disconnect the iSCSI Target, you will need to log out:
# iscsiadm -m node -T iqn.2011-07.com.example.server1:trial -p 192.168.1.10 -u
log out of all attached targets by using this command:
# iscsiadm -m node -U all
相关热门文章
给主人留下些什么吧!~~
评论热议
本文介绍了使用iscsiadm命令进行iSCSI目标发现、连接和断开连接的方法。包括发送目标请求、查看目标信息、登录及注销iSCSI目标等关键步骤。
1034

被折叠的 条评论
为什么被折叠?



