Starting WBCS

The safest way to start the clock server is to reboot the clock by issuing the reboot command.

To start the WBCS:

  1. Launch PuTTY and connect to the clock.
  2. Specify this command at the console prompt to start the start2 script:
    start2&
  3. Wait for these lines to be displayed in the console window, indicating the start2& script is finished running:
    SyncCall.main() server socket created, start working...
    SyncCallRas.run() server socket created, start working...
  4. Specify this command at the command prompt to start the next start script, which launches the clock server application:
    start&
  5. Close the PuTTY console window if the ampersand (&) character was used for running the scripts. The & allows the scripts to run in the background.
  6. Close the PuTTY application.