Ian writes:
> Hi There - just another question that hopefully one of you clever people can 
> answer.
> 
> Is it safe to use Sun Network Cache Accelerator in a zoned up configuration ?

It's "safe" in that NCA doesn't work inside a non-global zone.

The code is in usr/src/uts/common/inet/nca/ncaddi.c:

        /*
         * NCA is not supported in non-global zones; we enforce this restriction
         * here.
         */
        if (credp != NULL && crgetzoneid(credp) != GLOBAL_ZONEID) {
                return (ENOTSUP);
        }

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to