Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
For existing Gateway installations, deploy a new Gateway 1.23 on a supported Linux operating system: Rocky Linux 8 and 9; Red Hat Enterprise Linux 8 and 9
To retain sensor history, follow these instructions:
IMPORTANT: The user running the Gateway installer must have file system privileges set to umask 0022. Otherwise, the installer cannot initialize the database.
Installation steps
Find out Centos 7 IP address. Centos 7 minimal install does not include ifconfig. Type ip addr
Centos7_-_ifconfig_Command_360006401957.png
Transfer the Gateway installer using filezilla on sftp (port 22).
Centos7_-_FTP_gateway_installer_360006401957.png
Putty/ssh to the Centos 7 server.
Set read/write/execute to the Gateway installation file. Type chmod 777 *
Type ./Eco*.run
Centos7_-_Execute_Install_360006401957.png
Press and hold the Enter key until you see "Do you accept this license?" Type Y and then enter.
Select Default (recommended). Type 1and enter.
To continue, type Y and enter. Installation will start.
Centos7_-_Accept_License_360006401957.png
Wait until the service is started.
Centos7_-_Service_Started_360006401957.png
Completed
Centos7_-_Install_Complete_360006401957.png
Accessing EcoStruxure IT Gateway
By default, HTTPS to CentOS is not allowed. To add it:
Type sudo firewall-cmd --permanent --add-service=https
Centos7_-_Add_to_allow_360006401957.png
Stop the firewall and restart it. Type systemctl stop firewalld and systemctl start firewalld
In EcoStruxure IT, go to Administration > Gateways. You can see the Gateway is now connected to your account.
Centos7_-_Gateway_linked_360006401957.png
Allowing the Gateway to receive SNMP traps for APC devices and/or 3rd party SNMP devices
EcoStruxure IT Expert uses only UDP port 1062 for both APC NMC and 3rd party SNMP traps. CentOS does not allow port 1062 for incoming SNMP trap on its default settings.
In Gateway 1.10 and newer, you can configure additional SNMP ports in the Settings > Advanced > SNMP trap ports option. See Configure SNMP trap ports
1. To check which inbound ports are allowed:
Type sudo firewall-cmd –list-ports
It will return empty if no incoming port is allowed
mceclip1_360006401957.png
2. To allow incoming SNMP trap on port 1062:
Type sudo firewall-cmd –add-port=1062/udp --permanent