Skip to main contentDemoHub - IBM Edge Application Manager

Getting Started with IBM Edge Application Manager Trial


Prerequisites

To get started, you need the IBM Edge Application Manager Trial environment. To request one, follow the instructions here: Requesting the Trial

Accessing the Trial environment

There are two elements of the Trial environment:

  • instance of the IBM Edge Application Manager running on IBM Cloud (Management Hub)

  • sample virtual machine simulating the edge device (Edge node)

    When the Trial environment is provisioned, you should receive an e-mail with links and access credentials as shown below.

    2021 02 03 16 37 58

Accessing the IBM Edge Application Manager management hub

In the email confirming the Trial reservation, there is a link to the Management hub and your access credentials.

2021 02 03 16 22 44

Open the provided link in the browser and you should see the following screen. (The Trial envionment is currently using self-signed certificates so accept any warnings and continue accessing the website)

2020 12 02 14 21 51

Click the Entrprise LDAP option and login with the credentials from your e-mail.

Upon successful login, you should see the home screen of the IBM Edge Application Manager

2021 02 02 13 01 15


Accessing the simulated edge device

As a part of the Trial experience you are provided with the sample simulated edge device. In case you do not have any real edge devices you can access the provided virtual machine and follow the tutorials.

2021 02 03 16 20 30

To access the simulated edge device (the provided Ubuntu VM) you need a terminal with SSH client. On Mac or Linux workstation use a regular terminal, on Windows use Putty.

Open the terminal on your workstation. Connect to the VM using provided credentials (Username and password are the same for the IEAM management hub and virtual edge device)

For Mac and Linux

ssh <Username>@<Edge-Node-IP>

for example:

ssh 270xx4w3qr@169.47.95.9

For Windows use putty.


Running sample commands

The simulated edge device is automatically registered to the IBM Edge Application Manager hub, and is running a sample pattern. You can start exploring running the following commands:

hzn node list
{
"id": "vm-270xx4w3qr",
"organization": "270xx4w3qr",
"pattern": "IBM/pattern-ibm.helloworld",
"name": "vm-270xx4w3qr",
"nodeType": "device",
"token_last_valid_time": "2021-02-01 07:24:31 +0000 UTC",
"token_valid": true,

This concludes the Getting started tutorial. Please continue with the additional provided tutorials or exlopre on your own, using the product Knowledge Center.