Usage Note 17488: Tips for identifying Process IDs associated with Stored Process Servers
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
SAS System | SAS Integration Technologies | Microsoft Windows XP Professional | 9.1 TS1M3 SP3 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 SP3 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP3 | |
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP3 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP3 | |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP3 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP3 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP3 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 SP3 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP3 | |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP3 | |
HP-UX IPF | 9.1 TS1M3 SP3 | |
Linux on Itanium | 9.1 TS1M3 SP3 | |
Linux | 9.1 TS1M3 SP3 | |
64-bit Enabled Solaris | 9.1 TS1M3 SP3 | |
64-bit Enabled HP-UX | 9.1 TS1M3 SP3 | |
64-bit Enabled AIX | 9.1 TS1M3 SP3 | |
Tru64 UNIX | 9.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.
Type: | Usage Note |
Priority: | |
Topic: | System Administration ==> Servers ==> Integration Technologies
|
Date Modified: | 2006-04-20 10:48:58 |
Date Created: | 2006-04-19 16:09:13 |