• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The correct order to restart Blackberry Enterprise Server Express servies (BESX)
#1

The correct order to restart Blackberry Enterprise Server Express servies (BESX)

As of 2010, RIM is offering the Blackberry Enterprise Server Express edition with no user limitations - for free. It has a few minor feature limitations, but only requires a data plan - not a BES plan. It enables near-instant seamless mail and calendar integration with your existing exchange server.

Order to stop services
BlackBerry Controller
BlackBerry Dispatcher
BlackBerry Router
BlackBerry Administration Service - Application Server
BlackBerry Administration Service - Native Code Container
BlackBerry Alert
BlackBerry Attachment Service
BlackBerry Mail Store Service
BlackBerry MDS Connection Service
BlackBerry Policy Service
BlackBerry Synchronization Service


Order to start services
BlackBerry Router
BlackBerry Dispatcher
BlackBerry Controller
BlackBerry Administration Service - Application Server
BlackBerry Administration Service - Native Code Container
BlackBerry Alert
BlackBerry Attachment Service
BlackBerry Mail Store Service
BlackBerry MDS Connection Service
BlackBerry Policy Service
BlackBerry Synchronization Service


Here's a very basic and sloppy batch script that'll do this for you, to be honest you don't even need the timeouts and you could remove the pause or put a timeout where the pause is.

Code:
::Timeout in seconds

net stop "BlackBerry Controller"
timeout 2 /nobreak
net stop "BlackBerry Dispatcher"
timeout 2 /nobreak
net stop "BlackBerry Router"
timeout 2 /nobreak
net stop "BlackBerry Administration Service - Application Server"
timeout 2 /nobreak
net stop "BlackBerry Administration Service - Native Code Container"
timeout 2 /nobreak
net stop "BlackBerry Alert"
timeout 2 /nobreak
net stop "BlackBerry Attachment Service"
timeout 2 /nobreak
net stop "BlackBerry Mail Store Service"
timeout 2 /nobreak
net stop "BlackBerry MDS Connection Service"
timeout 2 /nobreak
net stop "BlackBerry Policy Service"
timeout 2 /nobreak
net stop "BlackBerry Synchronization Service"
timeout 2 /nobreak
pause
net start "BlackBerry Router"
timeout 2 /nobreak
net start "BlackBerry Dispatcher"
timeout 2 /nobreak
net start "BlackBerry Controller"
timeout 2 /nobreak
net start "BlackBerry Administration Service - Application Server"
timeout 2 /nobreak
net start "BlackBerry Administration Service - Native Code Container"
timeout 2 /nobreak
net start "BlackBerry Alert"
timeout 2 /nobreak
net start "BlackBerry Attachment Service"
timeout 2 /nobreak
net start "BlackBerry Mail Store Service"
timeout 2 /nobreak
net start "BlackBerry MDS Connection Service"
timeout 2 /nobreak
net start "BlackBerry Policy Service"
timeout 2 /nobreak
net start "BlackBerry Synchronization Service"
pause
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [WHS] Home Media Server Part 3: Creating a Torrent Server Drumm 2 11,353 21-11-2010, 04:29 PM
Last Post: Drumm

Forum Jump: