ADSM-L

[no subject]

2015-10-04 17:29:33

Hi Gerald,

This could be APAR IC26843 (still open):
"CLIENT SCHEDULER - STARTED IN BACKGROUND WITH NOHUP - IS KILLED,
 IF THE SHELL IS TERMINATED (EXIT)"

ERROR DESCRIPTION:
This has been observed on AIX 4.3.3.0, if the shell has been
opened via telnet.
Also, some customer report this problem for the 3.1.0.8 client.
LOCAL FIX:
The workaround is, invoking a script like this:

 #!/bin/ksh
 start_sched()
 {
   dsmc sched > /dev/null 2>&1 &
 }
 trap start_sched 0
 exit


Hope this helps.

Regards,

Vo An Nguyen
Email: vanguyen AT ca.ibm DOT com



Gerald Wichmann <gwichmann AT sansia DOT com> on 07/03/2000 13:25:07

Please respond to gwichmann AT sansia DOT com

To:   ADSM-L AT VM.MARIST DOT EDU
cc:
Subject:  nohup dsmc




Why is it on some systems (right now it
<Prev in Thread] Current Thread [Next in Thread>
  • [no subject], Unknown <=