Hub/Switch Installation Guide
Chapter 7 HPSS User Interface Configuration
416 September 2002 HPSS Installation Guide
Release 4.5, Revision 2
Thus if the key on the NDCG SSM screen is 0123456789ABCDEF then the key in the
ndcl.keyconfig file must look like the sample file shown below:
0x01234567 0x89ABCDEF
• Make sure you set the appropriate permissions on this file. Only users authorized to use
the Non DCE Client API should have access to this file.
You can specify an alternate pathname for this file by setting the
HPSS_NDCL_KEY_CONFIG_FILE environment variable.
7.2.2 Environment Variables
The following environment variables can be used to define the Non-DCE Client API
configuration.DonotconfusereferencestotheClientAPIwithreferencestotheNon-DCEClient
API.When referenceis madetotheClientAPI,thedocumentisreferringto theactual ClientAPI
calls made by the Non-DCE Client Gateway. When reference is made to the Non-DCE Client
API, the document is referring to calls made directly by the Non-DCE client application.
The HPSS_NDCG_NAME environment variable is used to specify the server name to be used
when initializing the HPSS security services. The default value is /.:/hpss/client.
TheHPSS_NDCG_TCP_PORTdefinesthedefaultportlocationforthelistenerprocessoftheNon-
DCE Client Gateway with which the Non-DCE Client API will communicate. This value can be
overridden by appropriate entries in the HPSS_NDCG_SERVERS environment variable. The
default value is 8001.
The HPSS_NDCG_SERVERS defines the name of the server on which the Non-DCE Client
Gatewayresides. Multipleserversmay beseparatedbya colon(:). Ifmultipleservers arespecified,
the NDAPI will randomly choose a listed server every time it establishes a new gateway
connection. This way, multiple NDCGs may be configured for load-balancing. It is possible to
explicitly setthe TCP port on a per serverbasis by following the server name witha forward slash
(/)anda portnumber. Forexample,a string“hpss/8002:pluto” woulddefinetwo Non-DCEClient
Gateways. One (hpss) uses an explicit port number, and the other (pluto) uses the value from
HPSS_NDCG_TCP_PORT.
The HPSS_LOGGING_PORT defines the port number of the Log Client on the host running the
connecting Non-DCE Client Gateway. The default value is 8101.
The HPSS_LOGGING_TYPE defines the typesof messages to log. It consists of alist of logtypes,
separated by colons (:). For example “CS_ALARM:CS_STATUS” would log alarm and status
messages. Valid log types are: CS_ALARM, CS_EVENT, CS_REQUEST, CS_SECURITY,
CS_ACCOUNTING, CS_DEBUG, CS_TRACE, and CS_STATUS. The default value is
“CS_ALARM: CS_EVENT:CS_REQUEST:CS_SECURITY”.
The HPSS_MAX_CONN defines the number of connections that are supported by the Client API
within a single client process. The default is zero which is equal to the default supported by the
HPSS connection management software - currently 150.
The HPSS_KTAB_PATH defines the name of the file containing the DCE security keys necessary
for successfully initializing the Client API. The default is /krb5/hpssclient.keytab.