cancel
Showing results for 
Search instead for 
Did you mean: 

How to execute dpmon in as/400 SAP

Former Member
0 Kudos

hi,

i am not familiar with as/400 OS, but i need to execute a program "dpmon" in /sapmnt/<SID>/exe/ directory

how do i do it ?

comment and advice will be highly appreciated.

thanks

regards,

kent

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Good Morning Kent,

probably it is a pase executable and you should start the qp2term (call qp2term) as <SID>ADM and execute it in there. What is the kernel version?

Best regards,

Christoph

Former Member
0 Kudos

Hi,

you can also use following for work process table.

WRKACTJOB SBS(R3_<INST_NR>)

Where INST_NR = instance number.

regards,

kaushal

Former Member
0 Kudos

Hi Kent,

logon at your System i with user <sid>OFR and execute the following program:

CALL QP2TERM

Within this session you can execute the program with the necessary options, i.e. to get the help information:

dpmon -h

Kind regards,

Gerhard Hoffmann

Dev.Support for SAP on IBM i Systems

Former Member
0 Kudos

hi Gerhard Hoffmann,

i execute CALL QP2TERM, and below is the result,

> ls -l dpmon

-rwxrwxrwx 1 r3owner snxgroup 4250658 Oct 29 2007 dpmon

$

> dpmon

Could not load program dpmon:

Dependent module os4apilib.so could not be loaded.

Could not load module os4apilib.so.

System error: No such file or directory

Additional errors occurred but are not reported.

$

comment and advice will be highly appreciated

thanks.

regards,

kent

Former Member
0 Kudos

Hi,

Might be problem with kernel patch,

apply the latest kernel patch.

regards,

kaushal

Former Member
0 Kudos

Hi Kent,

check if LIBPATH was set correctly (e.g. via calling "export" in qp2term). The /usr/sap/<SID>/SYS/exe/run should be part of it.

Best regards

Christoph