|
Home > Archive > Voice over IP Cisco > October 2007 > automate stop and start of services
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
automate stop and start of services
|
|
| Erik Erasmus (E) 2007-10-26, 1:11 pm |
|
Hi
Does anyone know of a way to automate the restarting of call manager 4
services? We have a problem with the de queuing of calls to our
attendant consoles in ccm 4-2-3 sr2b (cisco bug) and are waiting for a
software fix. In the meantime when the problem occurs we reset TCD and
cti services manually. We noticed that after resetting these services
that things acrry on working for a couple of days so we want to if
possible automate this process and maybe use the Microsoft Scheduler
to do this.
Any advice will be appreciated
Erik Erasmus
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
This e-mail is subject to the Telkom SA electronic communication legalnotice, available at :
http://www.telkom.co.za/TelkomEMailLegalNotice.PDF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| Wesley Sisk 2007-10-26, 1:11 pm |
| write a .bat file:
*********
net stop "cisco callmanager"
net start "cisco callmanager"
*********
enable scheduler service and schedule this .bat to job when you desire.
substitute the service name you need for 'cisco callmanager'.
/wes
On Fri, 26 Oct 2007, Erik Erasmus (E) wrote:
>
> Hi
>
>
>
> Does anyone know of a way to automate the restarting of call manager 4
> services? We have a problem with the de queuing of calls to our
> attendant consoles in ccm 4-2-3 sr2b (cisco bug) and are waiting for a
> software fix. In the meantime when the problem occurs we reset TCD and
> cti services manually. We noticed that after resetting these services
> that things acrry on working for a couple of days so we want to if
> possible automate this process and maybe use the Microsoft Scheduler
> to do this.
>
>
>
>
>
> Any advice will be appreciated
>
>
>
>
>
>
>
> Erik Erasmus
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
> This e-mail is subject to the Telkom SA electronic communication legal notice, available at :
> http://www.telkom.co.za/TelkomEMailLegalNotice.PDF
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| Erik Erasmus (E) 2007-10-29, 1:11 am |
| Thanks wes
-----Original Message-----
From: Wesley Sisk [mailto:wsisk@cisco.com]
Sent: Friday, October 26, 2007 3:59 PM
To: Erik Erasmus (E)
Cc: cisco-voip@puck.nether.net
Subject: Re: [cisco-voip] automate stop and start of services
write a .bat file:
*********
net stop "cisco callmanager"
net start "cisco callmanager"
*********
enable scheduler service and schedule this .bat to job when you
desire.
substitute the service name you need for 'cisco callmanager'.
/wes
On Fri, 26 Oct 2007, Erik Erasmus (E) wrote:
>
> Hi
>
>
>
> Does anyone know of a way to automate the restarting of call manager
4
> services? We have a problem with the de queuing of calls to our
> attendant consoles in ccm 4-2-3 sr2b (cisco bug) and are waiting for
a
> software fix. In the meantime when the problem occurs we reset TCD
and
> cti services manually. We noticed that after resetting these
services
> that things acrry on working for a couple of days so we want to if
> possible automate this process and maybe use the Microsoft Scheduler
> to do this.
>
>
>
>
>
> Any advice will be appreciated
>
>
>
>
>
>
>
> Erik Erasmus
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
> This e-mail is subject to the Telkom SA electronic communication
legal notice, available at :
> http://www.telkom.co.za/TelkomEMailLegalNotice.PDF
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|