cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed for iSeries as/400 machine

Former Member
0 Kudos

Hi,

We are using as400 on iseries machine. we need some help regarding this.

On development server, there are many sap instances. Each instances has own <SID>. When Login to <SID>OFR, we would like to know the command to display which kernel library attached to evey <SID>

Thanks,

Sailesh K

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Sailesh,

simply display the link of the disp*work in IFS:

dsplnk '/usr/sap/<SID>/sys/exe/run/...' DETAIL(*EXTENDED)

Regards

Guido

Former Member
0 Kudos

Hi Sailesh,

After logon with <SID>OFR, run EDTLIBL - the first library (not QGPL or QTEMP) would be the kernel library that SID is using.

Thank you,

Victor