Stopping the Configuration Manager server

You can use the Configuration Manager client to connect to and shut down the Configuration Manager server.

Procedure

  • SolarisLinuxAIXShut down the Configuration Manager server using the following method:
    1. Log in as the non-root user.
    2. Open a command shell.
    3. Navigate to the WC_installdir/bin directory.
    4. Run the config_client.sh utility with the -shutdownServerOnly command line option.
      For example:
      config_client.sh [-protocol SSL] -shutdownServerOnly
      where [-protocol SSL] is an optional parameter to be used only if the server was started with the SSL protocol
  • WindowsShut down the Configuration Manager server using one of the following methods:
    • Use Windows Services:
      1. Click Start > Control Panel.
      2. Double-click Administrative Tools.
      3. Double-click Services.
      4. Stop the IBM WebSphere Commerce 7.0 Configuration Manager server service, if it is running.
    • Use the config_client.bat command with the -shutdownServerOnly command line option:
      1. Log in as a user in the Administrators group.
      2. Open a Command window.
      3. Navigate to the WC_installdir\bin directory.
      4. Run the config_client.bat utility with the -shutdownServerOnly command line option. For example:
        config_client.bat [-protocol SSL] -shutdownServerOnly
        where [-protocol SSL] is an optional parameter to be used only if the server was started with the SSL protocol.
  • For IBM i OS operating systemShut down the Configuration Manager server using the following method:
    1. Using a command prompt on the system on which the Configuration Manager client is installed, change to the Configuration Manager directory.
    2. Run the configClient.bat utility with the -shutdownServerOnly command line option.
      For example:
      configClient.bat -hostname IBM_i_host_name [-port server_port_number] [-protocol SSL] -shutdownServerOnly
      where:
      • [-protocol SSL] is an optional parameter to be used only if the server was started with the SSL protocol.
      • IBM_i_host_name is the fully qualified host name of the server. Ensure the host name is entered in the same letter case as specified in the CHGTCODMN command.
      • server_port_number is the port number on the IBM i server on which the Configuration Manager is listening. You need to specify this value only if the server is listening on a non-default port. The port parameter is optional, but if it was specified in the config_server.sh command, it needs to be specified here.

Results

If the output in the command window is similar to the following example, then either the Configuration Manager server was not running (is was already stopped) or there was an error reaching it: "
Cannot connect to the configuration manager server. Check to ensure the server is running or that 
the specified host name and port are correct.
If you get output in the command window similar to the following example, then the Configuration Manager server has been stopped successfully
INFO: For security reasons, the Config Manager Server will now be stopped.