Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IN MOST CASES: you will follow one of these 2 procedures to change the BATMs' settings. Each BATM must be individually changed. There is no “batch” method (no matter which approach you take), though it is possible to create the redirection flags via a script (outside the scope of this article). Rebooting each BATM must be done one at a time, either onsite or via CAS. This is deliberate & prudent.

Option A:

The directory structure changed in CAS version 20230515. If you are using an older version, replace all references (below) of “/batm/app/shared" to “/batm/app/master" !

  • The instructions provided below are for CAS version 20230515 and later.

Create a redirection flag.

...

  • In this example, we’ll create this flag: /batm/app/mastershared/server.BT123456

  • Use the provided commands (specified below).

  • The command should identify the IP address of your NEW server.

...

Code Block
sudo bash -c 'echo -n "https://10.20.30.40:7741/apiv1" > /batm/app/mastershared/server.BT123456'

Then, tell the BATM to check for the new information the next time it calls home:

Code Block
sudo touch /batm/app/mastershared/reconfigure.BT123456

Finally, reboot your BATM.

...