Previous Topic: Create a DECnet Proxy AccountNext Topic: Customize Collection Definitions


Set Up the DECnet Phase V Session Control

You need to create a privileged account and define the session control application in order to provide access to real-time.

To provide access to Real-time using DECnet Phase V session control

  1. Set your default directory to SYS$SYSTEM and run the Authorize Utility (AUTHORIZE).
    $ SET DEF SYS$SYSTEM
    $ RUN AUTHORIZE
    
  2. Add a user record to the system UAF and corresponding identifiers to the rights database with the following command:
    UAF> ADD PSDC$SERVER /DIR=[PSDC$SERVER] /DEV=device_name- 
    _UAF> /DEFPRIV=(CMKRNL, SYSNAM, GRPNAM, IMPERSONATE, PSWAPM,-
    _UAF> ALTPRI, TMPMBX, WORLD, EXQUOTA, NETMBX, SYSLCK)-
    _UAF> /PRIV=(CMKRNL, SYSNAM, GRPNAM, IMPERSONATE, PSWAPM,-
    _UAF> ALTPRI, TMPMBX, WORLD, EXQUOTA, NETMBX, SYSLCK)-
    _UAF> /UIC=[xx,yy] /FLAGS=(RESTRICTED,NODISUSER)/LGICMD=_NL:-
    _UAF> /NOPWDEXPIRED /PASS= password- 
    _UAF> /WSQUO=2048 /WSEXTENT=16000 /PGFLQUO=50000-
    _UAF> /NETWORK/NOBATCH/NOINTERACTIVE
    _UAF> EXIT
    $ CREATE/DIR device_name:[PSDC$SERVER] /OWNER_UIC=[xx,yy]
    

    In the preceding example, you must substitute real values in place of device name and xx,yy, the UIC.

  3. Login to the SYSTEM account and run the network configuration procedure.
    $ @SYS$MANAGER:NET$CONFIGURE application_delete "PSDC$SERVER" 1
    $ @SYS$MANAGER:NET$CONFIGURE APPLICATION_ADD "PSDC$SERVER" "PSDC$SERVER|[xx,yy]" "{NAME=PSDC$SERVER,NUMBER=0}
    |SYS$SYSTEM:PSDC$RT_V5.EXE |FALSE|FALSE|FALSE|FALSE|TRUE||" 1
    

    Note: In the code above, the second and third lines need to be entered as one continuous line. They appear as two lines here due to the page margin constraints.