![]() ![]() |
#1
|
||||
|
||||
![]()
First off I realize that I am asking for a technology solution to a staff training issue. However I am at my wits end on this one. I have a large number of call center supervisors who leave their CMS client running for days at a time.
Is there a command that I can run from a script that will run the "kill -9" command on everyone on a nightly basis? The only thing I have thought of is too "kill" everyone and issue a shutdown/reboot command from a terminal Emulator session every night before I go to bed. Any ideas out there?
__________________
Thank you, Bill Marzahn Telecommunications Administrator Neighborhood Health Plan of Rhode Island 299 Promenade Street Providence, RI 02908-5720 401-459-6677 (Direct "Find-me" Line) |
#2
|
|||
|
|||
![]()
Hi Bill,
We have APS solution which will disconnect supervisor session after specific duration. It will also not allow same id to create new session if one is already running. Please engage your Account manager so that they can engage APS team for same. Please be notified that APS team works on project basis and will be billable. On command, you need to create a script which will search for win_io_man process.Supervsior sessions will have win_io_man process associated with it. So once script will be searching all active process and will be killing them. I hope it helps. |
#3
|
||||
|
||||
![]()
I appreciate that Shaikht. However I would like to learn to do this work myself. I have looked through the help files and it looks as though all the scripts do pretty "plain vanilla stuff" such as reports.
I guess I'm just one of those never satisfied guys. ![]()
__________________
Thank you, Bill Marzahn Telecommunications Administrator Neighborhood Health Plan of Rhode Island 299 Promenade Street Providence, RI 02908-5720 401-459-6677 (Direct "Find-me" Line) Last edited by marzahn; 05-15-2015 at 12:52 PM. |
#4
|
|||
|
|||
![]()
Hi Bill,
You can involve APS for this for neat and clean work. But if you dont want then you can follow below procedure. 1. Make a script in which you can have find "win_io_man" and "chip" process 2. Kill them all 3. Make a cronjob entry for this script. before backup schedule means to say that if backup runs at 2:00 everyday in morning then you need to make this script to run at 1:30 everyday. 4. This will kill all Supervisors Please make a note here that i always recommend to involve APS to get this kind of custom solution to prevent unnecessary problems. if you are following above steps you must know that what you are doing.
__________________
S.S. |
#5
|
|||
|
|||
![]()
You can set a cronjob script for that like you have a office 8*5 so you can schedule in the mid of the night.
in the cronjob script you have to do the scrptig where you will find any session of CMS supervisor it can kill automatically. yo can check via this command:- ps -ef |pid (CMS supervisor) |
#6
|
||||
|
||||
![]() Quote:
__________________
Thank you, Bill Marzahn Telecommunications Administrator Neighborhood Health Plan of Rhode Island 299 Promenade Street Providence, RI 02908-5720 401-459-6677 (Direct "Find-me" Line) Last edited by marzahn; 06-04-2015 at 05:12 AM. |
![]() |
Tags |
cms, forced closing |
Thread Tools | Search this Thread |
Display Modes | |
|
|