Usage Note 20906: Modifications for more robust logging for SAS/Intrnet pool services
If you want more robust logging for pool services, you can
make two changes: one to the service definition and the other to the
file "appstart.sas".
A Pool service definition in a broker.cfg file might look something like
this:
PoolService pool1
ServiceDescription "Pool of SAS servers"
ServiceAdmin "Your Name"
ServiceAdminMail "yourname@yoursite"
ServiceLoadManager myserv.xxx.com:5555
SasCommand "\"full-path\\sas.exe\" +
\"full-path\\pool1\\appstart.sas\" +
-rsasuser -noterminal -noprint -nolog -SYSPARM "
IdleTimeout 30
Server myserv.xxx.com
Port 2
## Remove the following line for any servers before V8.1
# FullDuplex True
The change to this service definition would be to replace the NOLOG
option with the following:
-log 'full-path\appsrv_%a_%v.log' -logparm rollover=auto
The second change involves removing these 2 lines from the
"appstart.sas" file:
allocate file logfile 'full-path\logs\%a_%p.log';
log file=logfile;
Operating System and Release Information
| SAS System | SAS/IntrNet | Windows Vista | 9.1 TS1M3 SP4 | |
| Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | |
| Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP4 | |
| Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | |
| Solaris for x64 | 9.1 TS1M3 SP4 | |
| 64-bit Enabled Solaris | 9.1 TS1M3 SP4 | |
| z/OS | 9.1 TS1M3 SP4 | |
| Linux | 9.1 TS1M3 SP4 | |
| Linux on Itanium | 9.1 TS1M3 SP4 | |
| HP-UX IPF | 9.1 TS1M3 SP4 | |
| 64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | |
| 64-bit Enabled AIX | 9.1 TS1M3 SP4 | |
| OpenVMS Alpha | 9.1 TS1M3 SP4 | |
| Tru64 UNIX | 9.1 TS1M3 SP4 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | |
| Topic: | System Administration ==> Servers
|
| Date Modified: | 2008-05-29 12:55:05 |
| Date Created: | 2007-09-07 13:27:51 |