RSC/MP Programming Manual
Access Control Server
A Sample ACS for the NonStop Host
5. Configure the ACS by using one of the following methods:
Note. Start the ACS server before configuring the ACS object or the ACSERVER attribute
of the TERM object.
Set the TERM attribute ACSERVER to the name of an ACS object:
set term termname ACSERVER acs_object_name
acs_object_name must be a valid ACS object name.
Configure the ACS object in the TDP by using the TDPCFG file (see the
Remote Server Call (RSC/MP) Installation and Configuration Guide) or
RSCCOM:
assume acs
set acsprocessname processname
set acsserverclass serverclass_name
set recvwritereads yes | no
add acs acs_object_name
start acs_object_name
processname The name of the ACS Guardian (stand-alone)
process or a Pathway/TS (PATHMON) process if
the ACS is a server class. The process name does
not have to be fully qualified.
serverclass_name The name of the ACS server class. Include this
value only if processname identifies a Pathway/TS
(PATHMON) process.
acs_object_name Name of the ACS object in the TDP.
YES | NO Set RECVWRITEREADS to YE S or NO*.
If YES, the ACS must check the user ID and
password at RscBeginSession and at each
RscWrite or RscWriteRead request. If NO, the
ACS validates the user ID and password only at
RscBeginSession.
* If you set RECV WRITEREADS to Y ES, you must take care that the follow ing options values are
properly set prior to perfor ming any Rs cWrite or Rsc WriteRead operations:
US ER_ID PA SSWORD
HOST_A CS_NA ME
ACS_MESSAGE_A REA
ACS_BINA RY_A REA
Us ing the same options handle for Rsc Write / RscWriteRead as was used for the RscBeginSession call
which established the session utilized for the I/ O ensures that the above options w ill be consistent
betw een the tw o calls. If you choose to utilize different options handles, it is your responsibility to
propagate the above options betw een the tw o option blocks, otherw ise results are unpredictable.
HP NonStop Remote Server Call (RSC/MP) Programming Manual — 522360-006
9- 7