Versions Compared

Key

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

...

The only access to the IoT Bridge system is via SSH. As part of of the EC2 instance provisioning process a 'keypair' is associated with the instance. This is something that available during the keypair creation process and can not be retrieved after the initial creation so make sure to save it. To access the instance, you will need the following pieces of information.

Username: ubuntu
Private key: (as created during the EC2 instance provisioning process)
SSH port: 22

In addition to the above information, you must make sure the SSH port (22) is open for inbound connections in the security group you have associated with the IoT Bridge EC2 instance you have created.

There is nothing unique about connecting to a IoT Bridge instance over any other other Microsoft Ubuntu based instance. Microsoft provides detailed instructions on this process of connecting via SSH and SCP ***here*** if you are unfamiliar with it.

Files of Interest

The following shows the files that are likely of most interest with regard to IoT Bridge functionality.

...

languagetext


...

This

...

is

...

the

...

core

...

configuration

...

file

...

where

...

Azure SiteWise

...

and

...

MQTT

...

Server

...

configuration

...

is

...

performed

...

-

...

details

...

can

...

be

...

found

...

here

...

/opt/ibas/conf/ibas.properties

...


This

...

is

...

the

...

log

...

file

...

directory.

...

Cirrus

...

Link

...

support

...

may

...

ask

...

for

...

these

...

files

...

to

...

resolve

...

configuration,

...

connectivity,

...

or

...

other

...

issues.

...

/opt/

...

ibaz/log

...


For

...

support

...

tickets

...

and

...

debugging

...

purposes

...

Cirrus

...

Link

...

support

...

may

...

ask

...

you

...

to

...

make

...

modifications

...

to

...

this

...

file

...

on

...

occasion

...

/opt/

...

ibaz/conf/logback.xml

...


This

...

starts

...

the

...

IoT

...

Bridge

...

service

...

-

...

not the

...

service

...

starts

...

automatically

...

on

...

boot

...

so

...

using

...

this

...

script

...

directly

...

is

...

only

...

generally

...

need for

...

debugging

...

sudo

...

/etc/init.d/

...

ibaz start


This stops the IoT Bridge service

sudo /etc/init.d/

...

ibaz stop