Possible Duplicate:
Maximum number of servers that can connect to a san ?

Maximum number of servers that can connect to a san ?

link|improve this question
1  
This is a programmer forum, so the answer is Integer.MAX_VALUE – skaffman Feb 16 '11 at 13:40
feedback

migrated from stackoverflow.com Feb 16 '11 at 14:06

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Chopper3 Feb 16 '11 at 14:07

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

I don't think that a SAN in general would have a theoretical maximum number of servers that can access it. There will be practical limits, but these will depend on your model of SAN and also how the network or Fibre Channel fabrics are set up.

link|improve this answer
feedback

I'd say around the maximum number of hosts addressable using the network numbering scheme in use. For IPv4, that comes out to right around 4 billion.

Of course, you might not want to connect that many hosts to a single SAN, even if you have them.

link|improve this answer
feedback