cancel
Showing results for 
Search instead for 
Did you mean: 

Executing niping

martimmendes
Participant
0 Kudos

Hi guys!

Simple question, how do i execute niping on IBM i ? customer version is 6.1.

Hope you can help me out.

Thanks in advance for you kind help.

Kind regards,

Martim.

Accepted Solutions (1)

Accepted Solutions (1)

christoph_ostrop
Active Contributor
0 Kudos

Hi,

please see SAP-note: 500235  => http://service.sap.com/sap/support/notes/500235

=> 5250-logon with <SID>ADM
=> call qp2term 
=> cd   /usr/sap/<SID>/SYS/exe/run


eg 1: start program and wait for client-connection, did not end automatically.

==========================================================

=> ./niping -s -I0                     
   ready for connect from client ...

eg 2: start program and wait for client-connection and ends automatically after 60sec.

================================================================

=> ./niping -s -I60                

   ready for connect from client ...

eg 3: start program and wait for client-connection or waits and ends after 60sec.

===========================================================

=> ./niping -s -I-60               

   ready for connect from client ...

   ........

   Good Bye (after 60 sec idle)

depending from startparm,  if server-niping did not end automatically

=> sysreq  2

HTH

Christoph

martimmendes
Participant
0 Kudos

Thank you Christoph.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Martim;

You can check SAP note 1100926.