Starting and stopping the Sametime Video Manager

For the IBM® Sametime® Video Manager, the sequence for starting and stopping server components is very important.

Procedure

  1. Complete the following steps to start the Sametime Video Manager Server:
    1. Start IBM solidDB® by completing these steps:
      1. Access this directory /opt/solidDB/soliddb-7.0
      2. Enter this command:

        ./standalone_eval_server_start

    2. Start the Sametime Video Manager by entering this command:
      1. WAS_install_root/profiles/Profile_name/bin ./startServer.sh STMediaServer
  2. Stop the Sametime Video Manager Server by completing these steps:
    1. Enter this command:

      WAS_install_root/profiles/Profile_name/bin>./stopServer.sh STMediaServer

    2. Stop solidDB by completing these steps:
      1. Access this directory:

        /opt/solidDB/soliddb-7.0

      2. Enter this command:

        ./standalone_eval_server_stop

        If this message is displayed, ensure that the Sametime Video Manager Server is shut down:

        Shut down failed. SOLID Server Error 14512: There are users logged to the server

        If the error persists after the Video Manager Server is shut down, complete these steps:
        1. Access the directory /opt/solidDB/soliddb-7.0/bin
        2. Open the solsql editor by entering this command:

          solsql [options] [network_name] username [password]

          See this topic for more information Starting solidDB SQL Editor (solsql).

        3. Enter this command:

          admin command 'shutdown force';

      For more information about stopping solidDB, see Stopping the database with solidDB SQL Editor.