Local Management Portal Tutorials
Note
The Local Management Portal follows OpenBMC-style interfaces where applicable.
Default credentials and IP addresses are provided for initial setup—change them immediately for security.
Initial Setup & Login
Purpose
To help users access the Local Management Portal and configure the initial environment.
Configuration
Wiring Diagram
Refer to the wiring diagram above and ensure:
- The ERMI module is correctly connected to the edge device and is receiving stable power, ensuring reliable operation.
ERMI module diagram
- To successfully test the Virtual Media feature, the following conditions must be met:
- ERMI Switch Configuration : Set Switches 1, 2, and 3 on the ERMI module to OFF.
- USB Connection to edge device : Connect the ERMI module to the edge device using a USB Type-C cable, plugged into edge device's USB port.
- Network Configuration: Ensure that the ERMI module, the remote control PC, and the Samba server are all on the same internal network domain (e.g., 10.1.xx.xx) to enable proper communication and file access.
Accessing the portal
The ERMI module comes with a default IP address of 192.168.0.200.
Note
If needed, reset the IP addredd by pressing and holding the reset button on the ERMI module for 2 seconds—an yellow LED will flash to confirm the reset.
- To access the login page and enable the SOL (Serial Over LAN) feature, open your browser and enter
https://[ERMI_IP]:8443
(e.g., https://192.168.0.200:8443)
. - Since the device uses a self-signed certificate, your browser will display a security warning—click
Advanced
and proceed to the site. - Then, enter
https://[ERMI_IP]
(e.g., https://192.168.0.200)
and again allow the self-signed certificate. - You should now be able to access the login page.
Alternative
You can add https://[ERMI_IP]
and https://[ERMI_IP]:8443
to your browser’s list of allowed exceptions to bypass the certificate warning in future sessions.
Microsoft Edge
Fire Fox
Logging in as administrator
Note
The default username and password are both admin, and it is strongly recommended to change them immediately after the first login.
(For security, note that three failed login attempts within one minute trigger a 5-minute account lock.)
Operations
Device Information
Purpose
To provide a centralized view of the edge device and ERMI module details.
When to Use This Feature
- To verify device and ERMI module configuration after setup.
- To quickly access key information about the edge device or ERMI module status.
Device power operations
Purpose
To remotely control the edge device’s power state using Redfish API-based actions.
Note
If the operating system does not have the ERMI daemon properly installed and running, the system may fail to accurately report its current power state.
In such cases, the Serial over LAN (SOL) feature can be used to remotely access the system console and verify the edge device’s actual state, providing a reliable fallback for system diagnostics and troubleshooting.
The power on
, force off
,force restart
, graceful shutdown
provided by the Redfish API simulate hardware GPIO settings, and their behavior may vary depending on the edge platform in use.
For example, on Jetson-based systems, the graceful shutdown
function simulates a press of the physical power button. This triggers the operating system to initiate a shutdown sequence, typically with a delay of approximately one minute before the actual power-off process begins.
When to Use This Feature
- To remotely manage the edge device’s power state.
- When troubleshooting or rebooting the device is required.
Stream Settings (Beta – Development Stage)
Streaming video from the edge device via the ERMI module (currently under development).
Serial over LAN (SOL)
Purpose
To remotely access the edge device’s system console for diagnostics and troubleshooting.
Steps
- Ensure Secure Connection: Verify access via
https://[ERMI_IP]:8443
as described in Accessing the portal . - Refresh if Needed: If the console screen is black, press
Enter
to refresh and display system status.
When to Use This Feature
- To troubleshoot or verify the edge device’s state when the ERMI daemon is not reporting correctly.
- For remote console access during diagnostics.
Virtual Media
Purpose
To mount an image from an external server to the edge device for software installation or updates.
Steps
- Verify Configuration to ensure your setup is correct and that Virtual Media function is enabled.
- Enter Details: Input the
SMB path
(e.g., smb://10.1.xxx.xxx),username
(e.g., test),password
(e.g., @test123), andimage path
(e.g., ermi/ermidaemon.iso). - Mount Image: Click
Mount
and wait for a confirmation toast message.
If successful, a toast message will appear. The button will change to Unmount, and all fields will be locked. You should now see a new USB device appear on your edge device.
When to Use This Feature
- To load software images or updates onto the edge device.
- When performing remote installations or recovery.
Settings
Firmware Update
Purpose
To update the ERMI module’s firmware to ensure optimal performance and security.
Steps
- Upload Firmware: Select and upload a compatible firmware file.
- Monitor LED Indicators: Check for green blinking (update in progress) and green solid (update complete).
Note
- Only compatible firmware files allowed; invalid files are rejected.
- Uploading the same firmware version results in an error.
When to Use This Feature
- To apply firmware updates for improved functionality or security patches.
- When directed by support to resolve specific issues.
LED lights Indicators
LED Indicator | Color | Behavior | Status Description |
---|---|---|---|
Ethernet Indicator | Off | Network disconnected or abnormal | |
Ethernet Indicator | Yellow | Solid | Network connected (Link up, data transmission active) |
ERMI Power Indicator | Off | 1. Redfish service not started or abnormal 2. Firmware update completed |
|
ERMI Power Indicator | Green | Solid | 1. Redfish service active 2. firmware file uploaded |
ERMI Power Indicator | Green | Blinking (0.5s interval) | firmware update in progress |
Network Settings
Purpose
To configure the ERMI module’s network settings for connectivity and accessibility.
-
Modify Hostname: The hostname can be customized and will sync with the Fully Qualified Domain Name (FQDN) display.
-
Switch Between DHCP and Static IP:
- When using Static IP, fields such as IP address and subnet mask are editable.
- After applying changes, the page will automatically redirect.
-
Reset to Default IP (if needed): If needed, press and hold the physical Reset button on the ERMI module for 2 seconds. This will restore the default IP address:
192.168.0.200
.
When to Use This Feature
- To customize network settings for the ERMI module.
- To troubleshoot connectivity issues or restore default settings.
Platform Connection
Purpose
To integrate the ERMI module with third-party platforms for extended functionality.
Enter the API key to enable successful integration with third-party platforms. (e.g., cogniteam)
When to Use This Feature
- To enable integration with platforms like cogniteam for enhanced management.
- When directed by support or third-party platform requirements.
User Management
Purpose
To manage user accounts and roles to secure access to the Local Management Portal.
Steps
- Manage Users: Create or edit up to 4 user accounts, assigning roles (
admin
for full access oroperator
for limited device control- only operations functions). - Update Credentials: Change the default password
(admin/admin)
immediately after login.
Note
Three failed login attempts within one minute trigger a 5-minute account lock.
When to Use This Feature
- To secure the portal by managing user access and roles.
- To update default credentials or add new users for team access.