Oracle® Solaris 11.2 版本說明

結束列印檢視

更新日期: 2015 年 5 月
 
 

iSCSI 在重新啟動時透過非期望的介面進行連線 (18053874)

在 Oracle Solaris 11.2 系統上,iSCSI 在重新啟動時可能會透過非期望的介面進行連線。

解決方法:若要找出使用 static-config 的非期望介面,請輸入下列命令並檢查 IP address (Local) 值:

root@examplehost:~# iscsiadm list target -v
Target: iqn.1986-03.com.sun:02:iscsi-perf
	Alias: -
	TPGT: 2
	ISID: 4000002a0003
	Connections: 1
		CID: 0
			IP address (Local): 192.168.6.100:40238 
			IP address (Peer): 192.168.6.101:3260
			Discovery Method: Static
			Login Parameters (Negotiated):
					Data Sequence In Order: yes
					Data PDU In Order: yes
					Default Time To Retain: 20
					Default Time To Wait: 2
					Error Recovery Level: 0
					First Burst Length: 65536
					Immediate Data: yes
					Initial Ready To Transfer (R2T): yes
					Max Burst Length: 262144
					Max Outstanding R2T: 1
					Max Receive Data Segment Length: 32768
					Max Connections: 32
					Header Digest: NONE
					Data Digest: NONE

先停用 iSCSI 目標探索方法,然後再重新啟用。

# iscsiadm modify discovery -s disable
# iscsiadm modify discovery -s enable