FreeBSD iscsi client 基本設定
1. 確認是否有載入iscsi_initiator
[root@mail] ~# kldstat
Id Refs Address Size Name
1 12 0xc0400000 bc2c48 kernel
2 1 0xc0fc3000 22c70 smbfs.ko
3 3 0xc0fe6000 4e98 libiconv.ko
4 3 0xc0feb000 2c20 libmchain.ko
5 1 0xc0fee000 1174c iscsi_initiator.ko
如果沒有的話可以手動載入
[root@mail] ~# kldload iscsi_initiator.ko
設定開機後自動載入iscsi_initiator.ko
[root@mail] ~# vi /boot/loader.conf
iscsi_initiator_load="YES"
2. 取得iscsi target資訊
[root@mail] ~# iscontrol -d -t 192.168.2.114
TargetName=iqn.2011-03.example.org.istgt:target01
TargetAddress=192.168.2.114:3260,1
3. 編輯 /etc/iscsi.conf
[root@mail] ~# vi /etc/iscsi.conf
iscsi_disk1 {
TargetName=iqn.2011-03.example.org.istgt:target01
TargetAddress=192.168.2.114:3260,1
}
4. 掛載iscsi硬碟
[root@mail] ~# /sbin/iscontrol -c /etc/iscsi.conf -n iscsi_disk1
5. dmesg 查看有沒有硬碟代號資訊
6. sysinstall 進行 Partition & Label 設定
helloworld
- Mar 08 Fri 2013 15:47
FreeBSD iscsi initiator設定
全站熱搜
留言列表