How to check SAP Web Dispatcher
Hi All,
We are running on ECC 6.0 ABAP Stack, Database is Oracle 10g and OS is HP-UNIX and Kernel is 700.
Issue is when I run command :
sapwebdisp -v
it shows Dipatcher releases as 700
nwprm00:cpmadm> sapwebdisp -v
SAP Web Dispatcher Version 7.00.11, multithreaded, Unicode, 64 BIT
kernel information
-
system name =
kernel release = 700
database library =
compiled on = HP-UX B.11.23 U ia64
compile time = May 1 2010 02:38:53
update level = 0
patch number = 250
source id = 0.254
But if I go to directory /usr/sapprograms and execute command ./sapwebdisp -v it show version as 710.
nwprm00:cpmadm> pwd
/usr/sap/programs
nwprm00:cpmadm> ./sapwebdisp -v
SAP Web Dispatcher Version 7.10.1, multithreaded, Unicode, 64 BIT
kernel information
-
system name =
kernel release = 710
database library =
compiled on = HP-UX B.11.23 U ia64
compile time = May 9 2009 20:12:44
update level = 0
patch number = 152
source id = 0.152
If I check OS process, it shows SAP system is using webdispatcher file under /usr/sap/program.
nwprm00:cpmadm> ps -ef | grep webdisp
cpmadm 12319 1 100 Apr 9 ? 19:25 ./sapwebdisp pf=/usr/sap/programs/sapwebdisp.pfl -auto_restart
cpmadm 12323 12319 0 Apr 9 ? 15:45 ./sapwebdisp pf=/usr/sap/programs/sapwebdisp.pfl -auto_restart
Please let me what I am doing wrong, Which one is correct to way to check Web dispatcher version.
Regards,
Shivam Mittal