Versions Compared

Key

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

...

Before being able to access the AMI you must have completed the installation process here. Once the AMI in AWS Marketplace has been used to create an EC2 instance in AWS it is possible to access the filesystem of the EC2 instance via SSH.

...

Code Block
languagetext
@ This is the core configuration file where AWS SiteWise and MQTT Server configuration is performed - details can be found here:
# https://docs.chariot.io/display/CLD80/IB%3AIBAS%3A+Configuration
/opt/IBibas/conf/IBibas.properties

# This is the log file directory. Cirrus Link support may ask for these files to resolve configuration, connectivity, or other
# issues.
/opt/IBibas/log

# For support tickets and debugging purposes Cirrus Link support may ask you to make modifications to this file on occasion
/opt/IBibas/conf/logback.xml

# This starts the IoT Bridge service - note the service starts automatically on boot so using this script directly
# is only generally needed for debugging
/opt/IB/daemonStart.shsudo systemctl start ibas

# This stops the service
/opt/IB/daemonStop.shsudo systemctl stop ibas