I have an Essentials license with a cluster of three machines and two iSCSI servers. This is a development/test cluster done somewhat on the cheap but has worked very well for us so far.
We are running vSphere Version 4.0.0 (Build 162856) and ESXi Version 4.0.0 (Build 261974).
The iSCSI servers are Debian linux running a 2.6.26 kernel with the SCST iSCSI target package installed (iSCSI SCST Target - version 2.0.0/0.4.17r214-procfs) and using 3ware 9650 8 port raid cards. The first of these two servers has two Raid5 arrays of 500G disks exported as two 1.36TB luns (LUN 0 and LUN 1) and formatted/mounted as two VMFS3 filesystems on the the cluster ESXi servers.
The second server has a stripped pair of 1TB disks exported as a single 1.82TB lun (LUN 0) and also formatted/mounted as a VMFS3 filesystem. This is used for volume data in load testing so needs to be fast but not necessarily reliable :smileyhappy:
This has been running reliably and performing well for more than 6 months now.
We have recently added five new 2TB disks in a Raid 6 array to the second server and have configured this at the server as three more 1.82TB luns (LUN 1, LUN 2 and LUN 3). It was setup this way after I discovered the 2TB limit on LUN size.
Now here is the problem.
From my mac with the Global San iSCSI Initiator I can see the three new luns (and all the old ones) and use them with no problems.
From the ESXi servers I can only see the first of the three new LUNs (LUN 1). It is configured and formated with VMFS3 and works with no problems. But I cannot seem to convince any of the ESXi servers to see the other two LUNs (LUN2 and LUN3).
Is there something special I have to do or some configuration that I am missing.
The first two luns appear in the Storage Adapters tab as vmhba37:C0:T1:L0 and vmhba37:C0:T1:L1. I expected to see two new Storage Adapters for the other two luns called vmhba37:C0:T1:L2 and vmhba37:C0:T1:L3 when I do a scan for new storage devices but I don't.
Any help would be most appreciated.