Options for the Metadata Server Invocation Command |
The following parameters invoke optional functionality in a SAS Metadata Server in all host environments:
The access control parameter AUTHPROVIDERDOMAIN:
specifies an alternative authentication provider. When the AUTHPROVIDERDOMAIN parameter is omitted from the metadata server start command, the metadata server uses host authentication to authenticate users. AUTHPD is an alias for AUTHPROVIDERDOMAIN. For usage information, see Direct LDAP Authentication in the "Authentication Mechanisms" chapter of the SAS Intelligence Platform: Security Administration Guide.
Note: In UNIX operating environments, you must insert an escape character before each parenthesis. For example:
-authproviderdomain = \(ADIR:MyDomain\)
The OBJECTSERVERPARMS parameters:
specifies the minimum number of threads in the server's thread pool. When the number of threads falls below this number, IOM mechanisms automatically create new threads. TMIN is an alias for THREADSMIN. THREADSMIN and THREADSMAX are set in conjunction with the MAXACTIVETHREADS server configuration option.
specifies the maximum number of threads in the server's thread pool. When the number of threads exceeds this number, IOM mechanisms automatically delete threads. TMAX is an alias for THREADSMAX.
Note: It is recommended that TMIN=TMAX.
THREADSMIN and THREADSMAX are set in conjunction with the MAXACTIVETHREADS server configuration option.Default: | By default, if no value is specified for maximum number of threads, it is set to the computed value of THREADSMIN. |
Note:
For details about the OBJECTSERVERPARMS option and its parameters, see the SAS Intelligence Platform: Application Server Administration Guide.
For details about the AUTPROVIDERDOMAIN option, see the SAS Language Reference: Dictionary.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.