NonStop Servers
1825720 Members
3001 Online
109686 Solutions
New Discussion

NonStop scf process aborting status

 
Kee_aus
Advisor

NonStop scf process aborting status

Abort a tcpip process and scf shows

Symbolic Name Name State Sub Primary Backup Owner PID PID ID
ZB02C $ZB02C ABORTING 0 ,1001 1 ,950 255,255

Reference guide says: ABORTING
The object is being stopped without regard to the current state of its operation. Typically, this state is triggered by an ABORT command or by a device malfunction. In this state, no new links are allowed and drastic measures are applied to reach the STOPPED state.

Which doesn't help. How do get it to stop and then able to start. Both abort and start in scf seems to work but status remains as aborting. STOP from tacl doesn't work either.

1-> abort process $zzkrn.zb02c
KERNEL W00034 The abort request for process \TAND1.$ZB02C has been queued. Unt
il the process stops, it will be considered ABORTING.
2-> start process $zzkrn.zb02c
KERNEL W00030 Process \TAND1.$ZB02C started successfully.
3->