fireport 5010/tcp # Firewall computer port
spawnport 5060/tcp # Port for external SAS client to spawner
servport 5080/tcp # Port for spawner and SAS/CONNECT server
sas.exe -tcpportfirst 2040 -tcpportlast 2040 %*
cntspawn -noinheritance -service spawnport -sasdaemonservice servport -sascmd mysas.cmd
CNTSPAWN
.
mysas.cmd
script via the TCPPORTFIRST= and TCPPORTLAST= system options.
Command
|
Description
|
---|---|
cntspawn |
Starts the spawner.
|
-noinheritance |
Specifies that sockets
cannot be inherited.
|
-service
spawnport |
Specifies the service or its port, 5060, at which the spawner listens for requests
from SAS clients to connect to a SAS/CONNECT server.
|
-sasdaemonservice
servport |
Specifies the service or port, 5080, through which the spawner relays the SAS client's
request to connect to the SAS/CONNECT server.
|
-sascmd
mysas.cmd |
Specifies the script that starts the SAS/CONNECT
session. The script might contain SAS options that restrict ports.
|
fireport 5010/tcp # Firewall computer port
spawnport 5060/tcp # Port for external SAS client to spawner
servport 5080/tcp # Port for spawner and SAS/CONNECT server
cntspawn -service spawnport -sasdaemonservice servport -sascmd mysas.cmd
CNTSPAWN
.
Command
|
Description
|
---|---|
cntspawn |
Starts the spawner.
|
-service
spawnport |
Specifies the service or its port, 5060, at which the spawner listens for requests
from SAS clients to connect to a SAS/CONNECT server.
|
-sasdaemonservice
servport |
Specifies the service or port, 5080, through which the spawner relays the SAS client's
request to connect to the SAS/CONNECT server.
|
-sascmd
mysas.cmd |
Specifies the script that starts the SAS/CONNECT
session.
|