FreeBSD iSCSI-Target & VMware ESXi - BBS

Rosalind avatar
By Rosalind
at 2010-08-19T19:00

Table of Contents


Server1: VMware ESXi 4.1
Server2: Windows 2008
Server3: FreeBSD 8.1

最近裝了一台FreeBSD, 希望透過iSCSI分享Storage給VMware ESXi

FreeBSD的iSCSI Storage透過/usr/ports/net/iscsi-target達成,
Windows 2008也已經能用內建的iSCSI Initiator抓到並access FreeBSD的iSCSI Storage
可是ESXi不行, 不曉得是甚麼原因....XD
還請各位網路先進幫忙, 感激不盡!!

-------------------------------------------------------------------------
/usr/local/etc/iscsi/targets 設定檔如下:
# extents file start length
extent0 /tmp/iscsi-target0 0 100MB

# target flags storage netmask
target0 rw extent0 172.16.255.0/16
-------------------------------------------------------------------------
-------------------------------------------------------------------------
/var/log/message關於iscsi-target error 如下:
Aug 18 19:24:54 bsd iscsi-target: pid 4627:target.c:931: ***ERROR***
cmd.tsih 0 not found
Aug 18 19:24:54 bsd iscsi-target: pid 4627:target.c:911: ***ERROR***
Abnormal SessionType cmd.tsih 0 not found
Aug 18 19:24:54 bsd iscsi-target: pid 4627:target.c:1067: ***ERROR***
logout sess->tsih 2 not found
-------------------------------------------------------------------------

--
Tags: BBS

All Comments

設定用ssh遠端遇到問題

Ethan avatar
By Ethan
at 2010-08-15T19:48
※ 引述《ayumiayayaai (Kulapikachu)》之銘言: : 小弟我裝完freebsd,設定完ssh後 : 不管用pietty或putty開 畫面都是一片黑 : 請問這個問題解決呢? : 跟inetd有關係嗎? : 以下是我的設定步驟 : 在 rc.conf 裡面加入 sshd_enable= ...

設定用ssh遠端遇到問題

Ophelia avatar
By Ophelia
at 2010-08-15T12:33
小弟我裝完freebsd,設定完ssh後 不管用pietty或putty開 畫面都是一片黑 請問這個問題解決呢? 跟inetd有關係嗎? 以下是我的設定步驟 在 rc.conf 裡面加入 sshd_enable=and#34;YESand#34; 接著 # /etc/rc.d/sshd rest ...

關於 php52 與 php52-extension 安裝問題

Damian avatar
By Damian
at 2010-08-14T08:11
※ 引述《laiis (你今天集點了嗎?)》之銘言: : 大家好 : 我是一位 BSD 新手 : 幾天前我在自己家裡弄了一台 FreeBSD 8 (stable) 的server : 上面目前安裝了 apache-2.2.16, mysql-server-5.1.49, php52-5.2.14 : php5 ...

關於 php52 與 php52-extension 安裝問題

Jacob avatar
By Jacob
at 2010-08-13T20:53
※ 引述《yzupcbug (請加入HOT_Game板)》之銘言: : ※ 引述《laiis (你今天集點了嗎?)》之銘言: : : 大家好 : [恕刪~] : : 1.當我使用 ports 重新安裝 apache,php52,mysql 時, php52-extension 是否需要 : : 重新安裝呢? ...

關於 php52 與 php52-extension 安裝問題

Caroline avatar
By Caroline
at 2010-08-11T09:46
※ 引述《laiis (你今天集點了嗎?)》之銘言: : 大家好 [恕刪~] : 1.當我使用 ports 重新安裝 apache,php52,mysql 時, php52-extension 是否需要 : 重新安裝呢? : 2.是否會在使用 php52-extension 的功能時有相依問題或 blahbl ...