Starting Servers
Starting a Spawner on Alpha/VMSIf the spawner is to service more than one client user ID, the spawner should run under an account that has the following privileges: IMPERSONATE NETMBX READALL TMPMBX These privileges are required in order for the spawner to create a detached process with the connecting client as the owner. If the spawner is to service one client, the spawner can be launched under that client's user ID. Note: If you are printing or using SAS/GRAPH procedures, you must set the display to a machine running an X server. For example: set display/create/transport=tcpip/node= <ip address of machine running X server> Included as part of the Base SAS installation are some sample DCL files that demonstrate how to start the daemon as a detached process. The files listed here are all located in SAS$ROOT:[MISC.BASE]. Make a backup copy of these files before making any modifications.
Note: After the spawner is started, an attempt is made to write a message to stdout indicating whether objspawn initialization completed or failed. |