Post-Installation Commands Has Errors #784
Replies: 3 comments 1 reply
-
|
Hey! A couple quick checks that usually explain this in LME installs:
About the missing INSTALLED markers: I’ve seen those not created if the dashboards step didn’t run/complete. You can re-run just the dashboards install or check the install logs for the dashboard tasks. If you can share the output of |
Beta Was this translation helpful? Give feedback.
-
|
I reinstalled everything without enabling gnome-remote-desktop. Doing installation work directly on the system. I ran the commands again and have the following from podman: systemadmin@NUDSIEM: If I run the podman ps command as root I get the following: systemadmin@NUDSIEM:/etc$ sudo -i |
Beta Was this translation helpful? Give feedback.
-
|
This is resolved by disabling the Ubuntu firewall. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After installing LME, which completed without errors, when I go to the Post-Installation section https://cisagov.github.io/lme-docs/docs/markdown/reference/troubleshooting/#post-installation-troubleshooting and run ls -al and those three location, I have two that cannot be found:
Commands ran:
ls -al /opt/lme/FLEET_SETUP_FINISHED
ls -al /opt/lme/dashboards/elastic/INSTALLED
ls -al /opt/lme/dashboards/wazuh/INSTALLED
Results:
root@NUDSIEM:
# ls -al /opt/lme/FLEET_SETUP_FINISHED# ls -al /opt/lme/dashboards/elastic/INSTALLED-rw-r--r-- 1 root root 0 Feb 25 15:12 /opt/lme/FLEET_SETUP_FINISHED
root@NUDSIEM:
ls: cannot access '/opt/lme/dashboards/elastic/INSTALLED': No such file or directory
root@NUDSIEM:~# ls -al /opt/lme/dashboards/wazuh/INSTALLED
ls: cannot access '/opt/lme/dashboards/wazuh/INSTALLED': No such file or directory
The reason I went to the 'Post-Installation' troubleshooting section is because I am unable to reach our Ubuntu system running the LME services over port 8220.
PS: Test-NetConnection 10.10.16.8 -port 8220
WARNING: TCP connect to (10.10.16.8 : 8220) failed
ComputerName : 10.10.16.8
RemoteAddress : 10.10.16.8
RemotePort : 8220
InterfaceAlias : Ethernet 7
SourceAddress : 10.10.77.20
PingSucceeded : True
PingReplyDetails (RTT) : 0 ms
TcpTestSucceeded : False
Ports are open, no firewall/routing issues. Set ufw to allow each port/tcp and to prove that I can access the Ubuntu system, 3389 from my windows machine works without errors.
I am stuck with the TCP connection over 8220 and 9200 only 3389 works:
root@NUD# sudo ufw status
Status: active
To Action From
3389/tcp ALLOW Anywhere
9200/tcp ALLOW Anywhere
8220/tcp ALLOW Anywhere
1251/tcp ALLOW Anywhere
1253/tcp ALLOW Anywhere
22/tcp ALLOW Anywhere
3389/tcp (v6) ALLOW Anywhere (v6)
9200/tcp (v6) ALLOW Anywhere (v6)
8220/tcp (v6) ALLOW Anywhere (v6)
1251/tcp (v6) ALLOW Anywhere (v6)
1253/tcp (v6) ALLOW Anywhere (v6)
22/tcp (v6) ALLOW Anywhere (v6)
hosts has the hostname with the static IP address, LME enviroment file has IPVAR with the static IP as well.
Can anyone guide me in what troubleshooting steps I can do to move past this?
Beta Was this translation helpful? Give feedback.
All reactions