Solaris Maximum LUN Size

How can I determine the maximum supported LUN size for various versions of Solaris? I am interested in Solaris 8 and up.Thanks
[140 byte] By [TimB] at [2007-11-26 10:23:42]
# 1

The 'sd' driver can handle a maximum LUN size of 1TB. The EFI label is required for larger luns. It is available beginning with later releases of Solaris 9.

The scsi driver can handle a maximum LUN offset of 2TB until Solaris 10 update 1 (01/06).

So Solaris 8 is simple: 1TB.

--

Darren

Darren_Dunham at 2007-7-7 2:25:09 > top of Java-index,General,Talk to the Sysop...
# 2
Of course, you can stitch multiple LUN's together using a volume manager like SVM or vxvm.So volumes can be much bigger.
robertcohen at 2007-7-7 2:25:09 > top of Java-index,General,Talk to the Sysop...
# 3

Having just tried, I don't think you can stitch together LUNs with SVM to be larger than 1TB on Solaris 8.

Solaris 9 has a brace of patches (Solaris 10 has only a handfull) that get you to handle multi-terabyte filesystems, volumes, metadevices, etc. (of course, you need a 64-bit x86 or SPARC kernel to be able to do that and Solaris 9 didn't have 64-bit x86) so I'd expect it to work, though I haven't tried.

If you can get access (i.e. have a SPECTRUM contract or similar), look up document id 82575 on SunSolve, "Solaris[TM] Operating System: List of Multi-terabyte related patches."

Kanguru_au at 2007-7-7 2:25:09 > top of Java-index,General,Talk to the Sysop...