Quantcast
Channel: SCN: Message List - SAP on IBM i
Viewing all articles
Browse latest Browse all 461

Re: Executing niping

$
0
0

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


Viewing all articles
Browse latest Browse all 461

Trending Articles