Setting Up maiLink
Before setting up maiLink, it’s useful to think through what your team will need to accomplish with maiLink.
- The team will use maiLink SRM software to.
- Manage your fleet of devices that are deployed in the field (and used in your internal development labs, too).
- Perform service on those devices.
- Monitor performance of those devices.
- The fleet is comprised of products that are different models.
- All the devices of a model have similar characteristics.
- The methods you use to access devices of that model are shared by all those devices.
- Each device will have unique characteristics.
- The most important is the device ID, which must be unique for your company, across all models.
Part 1: Add the Team
- Identify the individuals that need access to maiLink SRM to do their jobs. For security, only add the people that really need access to maiLink.
- Identify what permissions each user really needs. For security, only give peoples the roles they need to accomplish their work.
- Add each team member, defining the roles for every person. See Add User.
Part 2: Add your Connection Types
- Navigate to Settings (Gear) > Connection Types.
- Review all the predefined connection types (the name and port)
- If a connection type is to be added, click Create Connection Type.
- Enter the name, port number and a connection string.
- Click Create.
- If a connection type needs changing, click Edit on the corresponding row.
- Review the name, the port number and the connection string.
- Change anything you like and click Update.
Connection String
The connection string is a shorthand that can contain the port number. When you create a connection, the string is presented to you in an expanded form with {{port}} replaced by the port number. If the resulting string is a valid URL, it is presented as a link, to make connection in a browser window even faster.
Consider the following examples whent the port number is 12345:
Connection String | Expanded Connection String | Valid URL |
---|---|---|
{{port}} | 12345 | No |
localhost:{{port}}/ | localhost:12345/ | No |
http://localhost:{{port}}/ | http://localhost:12345/ | Yes |
http://localhost:{{port}}/nr | http://localhost:12345/nr | Yes |
Part 3: Add the Models
- Navigate to Models on the top bar.
- To add a model:
- Click Create Model.
- Enter the name for the model. Short and clear is best.
- Click in the Connection Types pull-down and click every connection type that applies to this model.
- Add model tags by clicking the plus (+) and then entering the tag name and value.
- Click Create.
Part 4: Add the Devices
Note: Before adding the devices, take note that each device will be given a unique device ID. The device ID must be unique within your company, including unique across all models. You cannot have a Model 100 device with serial number 12345 and also have a Model 200 device with the same serial number. Plan ahead to avoid creating a lot of rework.
To add a device:
- Navigate to Devices on the top bar.
- Click Create Device.
- Enter the name for the device. Short and clear is best.
- Enter the device ID, which should be a unique identifier such as serial number.
- Add model tags by clicking the plus (+) and then entering the tag name and value.
- Click Create.