Skip to content

Upgrading to 2.2 release

Sowmya Balasubramanian edited this page Dec 17, 2016 · 2 revisions

Introduction

This page shows you how to upgrade the Simple Lookup Service. If this is a new install, then you may want to refer to this: LSInstallation

System Requirements

The following hardware configuration is recommended:

  • Hard disk = 50G-100G
  • Memory - 4G
  • Cores - 4

Ports (ACLs)

The sLS requires the following ports to be open

  • 8090
  • 5672

Upgrade process from 2.1

  1. Install/Update sLS rpm.
  2. Ensure lookup-service config has the correct host-name and port: (/etc/lookup-service/lookupservice.yaml).
  3. Restart lookup-service: service lookup-service restart
  4. Go to: http://hostname:8090/lookup/records to check if your lookup service is up and running.
  5. To install sLS cache: please follow instructions here: https://github.com/esnet/simple-lookup-service/wiki/LS-Cache-Aggregator-Installation

Upgrade from older versions

Configure MongoDB yum repo and install MongoDB 3.x. Follow instructions from here: MongoDB Installation

  1. Configure MongoDB. Config file: /etc/mongod.conf.
  2. Run mongodb - service mongodb start
  3. Follow instructions in the previous section