SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 17488: Tips for identifying Process IDs associated with Stored Process Servers

DetailsAboutRate It
When running Stored Process Servers, it is sometimes useful to find the
Process Identifier (Process ID or PID) that is associated with each of
the Stored Process Servers.  This is especially useful if you suspect
there may be a problem with a specific Stored Process Server.  The
following tips should be useful.

   1.) On Windows, the following DOS commands will provide
       information about the status of ports 8611, 8621 and
       8631 (which are the default ports on which your Stored
       Process Servers run) as well as the PID that is associated
       with each port.

         >  netstat -ano | find "8611"
         >  netstat -ano | find "8621"
         >  netstat -ano | find "8631"

   2.) On AIX, the following commands will provide information
       about the Unix processes associated with each of your Stored
       Process Servers. This assumes that your Stored Process
       Servers are running under the default "sassrv" account
       and on the default ports.

         >  ps -ef | grep "sassrv" | grep "8611"
         >  ps -ef | grep "sassrv" | grep "8621"
         >  ps -ef | grep "sassrv" | grep "8631"

   3.) On HP/UX or Solaris, the following command will provide
       information about the Unix processes associated with
       each of your Stored Process Servers.  This assumes
       that your Stored Process Servers are running under
       the default "sassrv" account.

          > ps -ef | grep "sassrv" | grep "sasexe/sas"
          > ps -ef | grep "sassrv"

   4.) On Unix machines, the following commands can be used to
       check the status of the ports on which your Stored
       Process Servers are running.

          > netstat -an | grep "8611"
          > netstat -an | grep "8621"
          > netstat -an | grep "8631"


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS Integration TechnologiesMicrosoft Windows XP Professional9.1 TS1M3 SP3
Microsoft Windows NT Workstation9.1 TS1M3 SP3
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M3 SP3
Microsoft Windows XP 64-bit Edition9.1 TS1M3 SP3
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3 SP3
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3 SP3
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3 SP3
Microsoft Windows 2000 Professional9.1 TS1M3 SP3
Microsoft Windows 2000 Server9.1 TS1M3 SP3
Microsoft Windows 2000 Datacenter Server9.1 TS1M3 SP3
Microsoft Windows 2000 Advanced Server9.1 TS1M3 SP3
HP-UX IPF9.1 TS1M3 SP3
Linux on Itanium9.1 TS1M3 SP3
Linux9.1 TS1M3 SP3
64-bit Enabled Solaris9.1 TS1M3 SP3
64-bit Enabled HP-UX9.1 TS1M3 SP3
64-bit Enabled AIX9.1 TS1M3 SP3
Tru64 UNIX9.1 TS1M3 SP3
* 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.