To start the SAS/CONNECT spawner in UNIX, specify the spawner invocation command as shown here:
Example:
cntspawn -mgmtport 7555 -sascmd "/u/username/mystartup"
If you are running the
SAS/CONNECT spawner as a
TCP/IP service and have configured the spawner service in the TCP/IP
services file, then you can start the spawner using the -SERVICE option as shown in the following
example:
cntspawn -service service-name -<options>
Example:
cntspawn -service mySpawner -mgmtport 7555 -sascmd "/u/username/mystartup"