Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

trying to install / setup EcoStruxutreITGateway for the first time

EcoStruxure IT forum

Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure IT
  • EcoStruxure IT forum
  • trying to install / setup EcoStruxutreITGateway for the first time
Options
  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
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 Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Cory_McDonald
Admiral Cory_McDonald Admiral
124
Jef
Admiral Jef Admiral
108
gsterling
Captain gsterling Captain
71
APC_Steve
Captain APC_Steve Captain
62
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure IT forum
Solved
AubreyT
Crewman AubreyT
Crewman

Posted: ‎2024-07-31 01:22 PM

0 Likes
6
1198
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2024-07-31 01:22 PM

trying to install / setup EcoStruxutreITGateway for the first time

I setup RockyLinux 9.4
I downloaded EcoStruxureITGateway-1.22.1.5-linux-x64.run, and executed it

It created /opt/EcoStruxureITGateway/1.22.1.5/'EcoStruxure IT Gateway.log' with zero bytes

It created /opt/EcoStruxureITGateway/1.22.1.5/backups/EcoStruxureITGateway-backup-2024-07-28.zip that is a size of 22221558.

* I tried to open https://IP address/gateway/index.html, and an error said "Unable to connect" locally, and "Site cannot be reached" remotely -

https://community.se.com/t5/Gateway-software-installation-and/Installing-and-setting-up-EcoStruxure-...

* Another document said I should open https://IP adress - https://ecostruxureit.com/download-and-set-up-ecostruxureit-gateway/   This also generated an error that said "Unable to connect" locally, and "Site cannot be reached" remotely -

How can I tell if I EcoStruxureITGateway is correctly installed and running?

Did I download the correct linux executable for Rocky Linux 9? 

What cli can I run locally on the linux host to verify it is running ok?

Labels
  • Labels:
  • DCIM Support
  • Tags:
  • english
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
Cory_McDonald
Admiral Cory_McDonald Admiral
Admiral

Posted: ‎2024-08-08 09:14 AM . Last Modified: ‎2024-08-08 09:16 AM

In response to AubreyT
1 Like
1
1022
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2024-08-08 09:14 AM . Last Modified: ‎2024-08-08 09:16 AM

@AubreyT,

 

Performing all of the actions above should result in a removal of the software and allow you to attempt to reinstall.  You may have missed 'sudo userdel -r gateway' but as a precaution, I have outlined some tests below to see if a command didn't successfully run.

 

If any of the steps below fail, please provide additional details.  Beyond these steps, you may need to either reinstall the OS (may be quicker) or work through technical support, unless others in the community can be of further assistance.

Run the following commands:
1. sudo systemctl status EcoStruxureITGateway-1.22.1.5.service

Expected result:

Cory_McDonald_3-1723130677180.png

Other result, Perform the following commands:

 

sudo systemctl stop EcoStruxureITGateway-1.22.1.5.service

sudo systemctl disable EcoStruxureITGateway-1.22.1.5.service

sudo rm /lib/systemd/system/EcoStruxureITGateway-1.22.1.5.service

 

Run the command in step 1 again to ensure that the expected results are achieved.

 

2. sudo systemctl status EcoStruxureITGateway-db-1.22.1.5.service

Expected result:

Cory_McDonald_4-1723130719845.png

Other result, Perform the following commands:

 

sudo systemctl stop EcoStruxureITGateway-db-1.22.1.5.service

sudo systemctl disable EcoStruxureITGateway-db-1.22.1.5.service

sudo rm /lib/systemd/system/EcoStruxureITGateway-db-1.22.1.5.service

 

Run the command in step 2 again to ensure that the expected results are achieved.

 

3. sudo crontab -l

Expected result:  As you mentioned this was a fresh install, you shouldn't have any (or very few) crontabs created.  Ensure that are none for EcoStruxure in the list.

Other result, perform the following command:

 

sudo crontab -l | grep -v EcoStruxure | crontab -

 

Run the command in step 3 again to ensure that the expected results are achieved.

 

4. ls /opt/EcoStruxureITGateway/

Expected result:

Cory_McDonald_8-1723133490902.png

Other result, perform the following command: 

 

sudo rm -r /opt/EcoStruxureITGateway/1.22.1.5

 

Run the command in step 4 again to ensure that the expected results are achieved.

 

5. sudo userdel -r gateway

Expected result:

Cory_McDonald_5-1723131491402.png

Other result, perform the following commands:

 

sudo userdel -r gateway

 

Run the command in step 5 again to ensure that the expected results are achieved.

 

6. ls /home/gateway

Expected result:

Cory_McDonald_6-1723132167399.png

Other result, perform the following command:

 

sudo rm -r /home/gateway

 

Run the command in step 6 again to ensure that the expected results are achieved.

 

7. ls /etc/logrotate.d/

Expected Result:  There should NOT be a EcoStruxureITGateway folder.

If the folder is present, perform the following command:

 

sudo rm /etc/logrotate.d/EcoStruxureITGateway

 

Run the command in step 7 again to ensure that the expected results are achieved.

 

8. Run the installer again.  If it fails, you can try providing additional details, but I would also suggest reaching out to technical support to see if someone can assist you beyond these steps.

 

Regards,

Cory

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 6
Cory_McDonald
Admiral Cory_McDonald Admiral
Admiral

Posted: ‎2024-08-01 07:00 PM

1 Like
0
1160
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2024-08-01 07:00 PM

Hello @AubreyT,

 

I downloaded the Rocky Linux 9.4 Minimal ISO and deployed it in ESXi.  The minimal ISO is quickest to deploy for testing due to size.  Results may vary if using other ISO images, but I would imagine that the same steps could be taken on non-minimal ISO installs.

Instructions for deploying the Gateway on the minimal installation: https://community.se.com/t5/Gateway-software-installation-and/Installing-EcoStruxure-IT-Gateway-on-C...

I did not have to deviate from the instructions at all.

 

To verify if the services are running you can run the following command:

systemctl | grep EcoStruxure

 If all is well, you should see 2 different lines, one for the IT Gateway Application and one for the IT Gateway Database:

 

Cory_McDonald_2-1722563911285.png

 

If the 2 services have "loaded active running" listed, then they should be running successfully.  I would recommend looking into the firewall steps to ensure that HTTPS is accessible through the firewall:

Cory_McDonald_3-1722564014427.png

 

Kind Regards,

Cory

 

Reply

Link copied. Please paste this link to share this article on your social media post.

AubreyT
Crewman AubreyT
Crewman

Posted: ‎2024-08-02 09:01 AM

0 Likes
4
1093
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2024-08-02 09:01 AM

Unfortunately, my services are not running. (see attachments)

The instructions you sent says EcoStruxure IT Gateway supports CentOS 7, which is no longer supported.

I am using Rocky Linux 9.4. Is that supported?

 

I am unable to uninstall EcoStruxure - I looked at the command line options, and do not see an uninstall option. Do you have any suggestions on what I should try next?

 

Aubrey

Attachments
Reply

Link copied. Please paste this link to share this article on your social media post.

Cory_McDonald
Admiral Cory_McDonald Admiral
Admiral

Posted: ‎2024-08-05 12:03 PM . Last Modified: ‎2024-08-08 07:59 AM

In response to AubreyT
1 Like
3
1084
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2024-08-05 12:03 PM . Last Modified: ‎2024-08-08 07:59 AM

Hello @AubreyT,


Rocky Linux 9.4 is supported and the System Requirements page will be updated soon.  I have also reached out to see about getting the Centos 7 minimal install instructions updated to Rocky Linux as well.

Let's start by doing the following cleanup tasks and then try to run through the installation steps again:

NOTE:  Some of the following steps may not work for you since the installation may not have been fully successful.

 

1) Run the uninstaller

 

sudo /opt/EcoStruxureITGateway/1.22.1.5/uninstall

 

2) Stop the Services (should already be stopped in your case, but listing just in case):

 

sudo systemctl stop EcoStruxureITGateway-1.22.1.5.service
sudo systemctl stop EcoStruxureITGateway-db-1.22.1.5.service

 

3) Disable the Services

 

sudo systemctl disable EcoStruxureITGateway-1.22.1.5.service
sudo systemctl disable EcoStruxureITGateway-db-1.22.1.5.service

 

 4) Delete the Services

 

sudo rm /lib/systemd/system/EcoStruxureITGateway-1.22.1.5.service
sudo rm /lib/systemd/system/EcoStruxureITGateway-db-1.22.1.5.service

 

5) Remove the Backup cron job:

 

sudo crontab -l | grep -v EcoStruxure | crontab -

 

6) Delete the install files

 

sudo rm -r /opt/EcoStruxureITGateway/1.22.1.5
sudo userdel -r gateway
sudo rm -r /home/gateway
sudo rm /etc/logrotate.d/EcoStruxureITGateway

 

 

Reinstall the Gateway, following the instructions in the Help Center.  I have tested the minimal installation instructions, which should also be able to be used on non-minimal installs as well (from my experience).

 

Just a note from the installation instructions that may be useful to check before doing the install:
IMPORTANT: The user running the Gateway installer must have file system privileges set to umask 0022. Otherwise, the installer cannot initialize the database.

My example installation that I previously provided was done using the root user, which may have avoided any permissions issues that could have affected install.

 

Kind Regards,

Cory

Reply

Link copied. Please paste this link to share this article on your social media post.

AubreyT
Crewman AubreyT
Crewman

Posted: ‎2024-08-06 12:24 PM

In response to Cory_McDonald
0 Likes
2
1052
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2024-08-06 12:24 PM

Cory,

 

Thank you for your reply. Unfortunately, a backups folder is the only item under /opt/EcoStruxureITGateway, so I could not run the /opt/EcoStruxureITGateway/1.22.1.5/uninstall command

 

I logged into my VM as the root user.

I tried to run the EcoStruxureITGateway-1.22.1.5-linux-x64.run file again, to see if it might clean up things, but a pop-up came along saying 

 

There has ben an error.

Installation Aborted. The existing installation version 1.22.1.5 is newer or equal this version 1.22.1.5

Aborting ....

 

What should I try next?

 

Aubrey

Reply

Link copied. Please paste this link to share this article on your social media post.

Cory_McDonald
Admiral Cory_McDonald Admiral
Admiral

Posted: ‎2024-08-08 09:14 AM . Last Modified: ‎2024-08-08 09:16 AM

In response to AubreyT
1 Like
1
1023
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2024-08-08 09:14 AM . Last Modified: ‎2024-08-08 09:16 AM

@AubreyT,

 

Performing all of the actions above should result in a removal of the software and allow you to attempt to reinstall.  You may have missed 'sudo userdel -r gateway' but as a precaution, I have outlined some tests below to see if a command didn't successfully run.

 

If any of the steps below fail, please provide additional details.  Beyond these steps, you may need to either reinstall the OS (may be quicker) or work through technical support, unless others in the community can be of further assistance.

Run the following commands:
1. sudo systemctl status EcoStruxureITGateway-1.22.1.5.service

Expected result:

Cory_McDonald_3-1723130677180.png

Other result, Perform the following commands:

 

sudo systemctl stop EcoStruxureITGateway-1.22.1.5.service

sudo systemctl disable EcoStruxureITGateway-1.22.1.5.service

sudo rm /lib/systemd/system/EcoStruxureITGateway-1.22.1.5.service

 

Run the command in step 1 again to ensure that the expected results are achieved.

 

2. sudo systemctl status EcoStruxureITGateway-db-1.22.1.5.service

Expected result:

Cory_McDonald_4-1723130719845.png

Other result, Perform the following commands:

 

sudo systemctl stop EcoStruxureITGateway-db-1.22.1.5.service

sudo systemctl disable EcoStruxureITGateway-db-1.22.1.5.service

sudo rm /lib/systemd/system/EcoStruxureITGateway-db-1.22.1.5.service

 

Run the command in step 2 again to ensure that the expected results are achieved.

 

3. sudo crontab -l

Expected result:  As you mentioned this was a fresh install, you shouldn't have any (or very few) crontabs created.  Ensure that are none for EcoStruxure in the list.

Other result, perform the following command:

 

sudo crontab -l | grep -v EcoStruxure | crontab -

 

Run the command in step 3 again to ensure that the expected results are achieved.

 

4. ls /opt/EcoStruxureITGateway/

Expected result:

Cory_McDonald_8-1723133490902.png

Other result, perform the following command: 

 

sudo rm -r /opt/EcoStruxureITGateway/1.22.1.5

 

Run the command in step 4 again to ensure that the expected results are achieved.

 

5. sudo userdel -r gateway

Expected result:

Cory_McDonald_5-1723131491402.png

Other result, perform the following commands:

 

sudo userdel -r gateway

 

Run the command in step 5 again to ensure that the expected results are achieved.

 

6. ls /home/gateway

Expected result:

Cory_McDonald_6-1723132167399.png

Other result, perform the following command:

 

sudo rm -r /home/gateway

 

Run the command in step 6 again to ensure that the expected results are achieved.

 

7. ls /etc/logrotate.d/

Expected Result:  There should NOT be a EcoStruxureITGateway folder.

If the folder is present, perform the following command:

 

sudo rm /etc/logrotate.d/EcoStruxureITGateway

 

Run the command in step 7 again to ensure that the expected results are achieved.

 

8. Run the installer again.  If it fails, you can try providing additional details, but I would also suggest reaching out to technical support to see if someone can assist you beyond these steps.

 

Regards,

Cory

Reply

Link copied. Please paste this link to share this article on your social media post.

AubreyT
Crewman AubreyT
Crewman

Posted: ‎2024-08-13 02:49 PM

In response to Cory_McDonald
1 Like
0
982
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2024-08-13 02:49 PM

Cory, 

I ran the commands as you suggested and was able to run the install again. Since you said you were logged in as root, I used that account to uninstall and re-install the application. I do not think I ever ran  sudo userdel -r gateway, so that might have been the missing link. When I ran the install from the console of my VM, for some reason, it did not return to the console when finished. I didn't know if it had installed correctly, so I logged out, and logged in again, and it appears that the services are running.

AubreyT_0-1723585484543.pngAubreyT_2-1723585569284.png

The webpage on the appliance comes up normally, so I think I am ready to more forward on the installation.

Thanks again !!

AubreyT

Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of