Hi,
We see a chronic issue where all users on a system get locked when running SYSTAT/K/Z to kill zombie jobs. A message prints on the bottom status line that says something like waiting for access to unknown file.
Running these commands (I think Jack may have recommended them to Carl) on the server help in locating the offending job or jobs:
[root@clearview-centos7 ~]# /vm/miame/bin/lslk | grep "ashell"
ashell 20945 8,16 292 15872 w 0 0 0 15871 0 /var/data/cvear/ashell/vm/miame/jobtbl.sys
[root@clearview-centos7 ~]# cp /vm/miame/jobtbl.sys /tmp/
[root@clearview-centos7 ~]# cp /vm/miame/qflock.sys /tmp/
[root@clearview-centos7 ~]# kill -9 20945
[root@clearview-centos7 ~]# /vm/miame/bin/lslk | grep "ashell"
ashell 2131 8,16 292 15872 w 0 0 0 15871 0 /var/data/cvear/ashell/vm/miame/jobtbl.sys
[root@clearview-centos7 ~]# kill -9 2131
[root@clearview-centos7 ~]# /vm/miame/bin/lslk | grep "ashell"
The A-Shell version on this particular customer is 6.5.1707.1 on CentOS 7.
I am not sure if anything can be done about this, but I did make a copy of the jobtbl.sys and qflock.sys before running the kill commands that I can send if that would help.
Thanks,
John Andreasen
Diversified Data Software