Guides
Home

Orchestration: License Renewal

This guide explains how to replace licenses for our tools.

In this guide, you’ll learn:

  • How to update the license.bal file for Redact Orchestration (with and without systemd service).
  • How to replace the license.bal and credit licenses for the RLS Server.


Orchestration: With and Without Service

Important:

If you do not use the systemd service, please follow the "Without Service" steps and skip the "With Service" parts.
If you use the systemd service, follow the "With Service" steps and skip the "Without Service" parts.

  1. Stop the Orchestration
    • Without Service:
      • Stop the orchestration manually by running the following command in the redact-orchestration directory:
        ./stop_redact.sh
    • With Service:
      • Stop the orchestration service using systemd:
        sudo systemctl stop redact.service
      • Then navigate to the orchestration folder and run the stop script:
        ./stop_redact.sh
  2. Replace the License File
    • Replace the license.bal file provided by your Brighter AI contact.
    • Without Service:
      • Replace the license.bal file in the orchestration directory with the new one:
        cp /path/to/new/license.bal /path/to/redact-orchestration/license.bal
    • With Service:
      • Replace the license.bal file in the systemd service directory:
        sudo cp /path/to/new/license.bal /etc/redact/license.bal

  3. Start the Orchestration
    • Without Service:
      • Start the orchestration manually:
        ./start_redact.sh
    1. With Service:
      • Restart the systemd service and ensure it is active:
        sudo systemctl start redact.service
      • To finalize all changes, restart the system:
        sudo reboot



Troubleshooting

If you encounter any issues during the installation or setup, please reach out to our team. We’ll assist you during the onboarding call to ensure a smooth deployment.