<SASHOME>/InstallMisc/InstallLogs
.
# This service contains one server (port 5801) on yourserver. SocketService service-name "brief-text-desc" ServiceDescription "text-desc" ServiceAdmin "administrator-name" ServiceAdminMail "administrator-email-address@host" Server yourserver Port 5801
LaunchService service-name "brief-text-desc" ServiceDescription "text-desc" ServiceAdmin "administrator-name" ServiceAdminMail "administrator-email-address@host" SasCommand "/your/bin/sas+ /your/intrnet/service-name/appstart.sas+ -rsasuser -noterminal -noprint -nolog -SYSPARM"
# Start up to 2 servers on the same node as the Load Manager. No # username/password or spawner is needed for this case. Servers # time out after 30 minutes. PoolService service-name ServiceDescription "text-desc" ServiceAdmin "administrator-name" ServiceAdminMail "administrator-email-address@host" ServiceLoadManager load-manager-host:port SasCommand "/your/bin/sas+ /your/intrnet/service-name/appstart.sas+ -rsasuser -noterminal -noprint -nolog -SYSPARM" IdleTimeout 30 Server yourserver Port 2
# Start up to 5 servers on node yourserver using the spawner # started at port 7777. All servers are started with the # specified username/password. At least 1 server will not time out # and is kept running. PoolService service-name ServiceDescription "text-desc" ServiceAdmin "administrator-name" ServiceAdminMail "administrator-email-address@host" ServiceLoadManager load-manager-host:port SasCommand "/your/bin/sas+ /your/intrnet/service-name/appstart.sas+ -rsasuser -noterminal -noprint -nolog -SYSPARM" Server yourserver Port 6000-6004 Username your-username Password your-password SpawnerPort 7777 MinRun 1
./start.sh
%inetstop(brokerurl, service-name, adminpw);You must specify the Application Broker URL that you are using in place of brokerurl and your service name in place of service-name. If you specified an administrator password for the service, then specify the password in place of adminpw.
logs
directory under the service root
directory and are named <day>_<port>.log
(for example, Mon_5001.log or Tue_5001.log). By default, logs are
kept for one week (six full days and one partial day) and then overwritten.
-log '/full-service-root-path/service-name/logs/appsrv_%v.log' -logparm rollover=autoThe ROLLOVER=AUTO option causes an automatic rollover of the log when the directives in the value of the LOG option change. This is particularly useful for generating log files for pool or launch services. This example creates log filenames such as appsrv_1.log, appsrv_2.log, and appsrv_3.log.