Revision as of 18:59, October 21, 2016 by KrisMcG (talk | contribs) (Migrating from 8.5.1 to 8.5.2)
Jump to: navigation, search

Migrating your Web Services and Application Installation Package (IP)

Migrating from 8.5.1 to 8.5.2

Start

  1. Stop Jetty on all the Web Services nodes.
  2. Update Cassandra with all cf-schema-<version>.txt files in the install_CD/data directory.
    1. Copy the install CD/data directory to the Cassandra node host.
    2. Important
      You must run these scripts in order, beginning with cf-schema-8.5.100.01.txt.
    3. For each cf-schema-<version>.txt file, run the following command to update the Cassandra schema:
  3. cassandra_install_dir/bin/cassandra-cli -h cassandra_host --file cf-schema-<version>.txt

  • cassandra_host is the host name (FQDN) or IP of the Cassandra node
  • For each Web Services node, complete the following steps:
    1. Complete the How do upgrade from standalone to embedded Jetty? procedure.
    2. Tip
      Make a backup of your configuration folder ($JETTY_HOME/genconfig) to use as a reference for setting configuration options.
    3. Review Configuring Web Services and its sub-topics and set the options required for your deployment.
      The following configuration options have been modified in the $JETTY_HOME/genconfig/server-settings.yaml file in 8.5.2:
      Option Type of Change
      activationTimeout The default value changed from 1000 to 12000.
      connectionTimeout The default value changed from 400 to 4000.
      cmeAuthenticationEnabled Removed
    4. Complete Starting and Testing.
  • End

    Comments or questions about this documentation? Contact us for support!