The following command starts a spawner on the computer that runs the server. The
-NETENCRYPT option specifies that
encryption is required for all clients that connect to the spawner. The -NETENCRYPTALGORITHM
option specifies the use of the RC4 algorithm for encrypting all network data. The
-SASCMD option specifies the SAS start-up command.
cntspawn -service spawner -netencrypt -netencryptalgorithm rc4 -sascmd mystartup
The
spawner executes a UNIX shell script that executes the commands to
start SAS.
#!/bin/ksh
#________________
# mystartup
#________________
. ~/.profile
sas dmr -noterminal -comamid tcp $*