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
$ SET DEF SYS$SYSTEM $ RUN AUTHORIZE
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.
$ @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.
|
Copyright © 2008 CA.
All rights reserved.
|
|