...
Note: if you don’t want to use the password ‘postgres’ you will need to modify config.ini in /usr/apps/ASIEdgeManager/core
Troubleshooting
If the The installer doesn’t have enough space despite room on the local drive, you may need to increase your tmp storage. Run the following:
Code Block |
---|
sudo mount -o remount,size=200000000 /tmp |
If this was a On first time install, Postgres might return returns errors such as:
"Could not migrate to db."
"Verify Postgres is running.”
“Postgres must have a password."
If so, view the Troubleshooting Postgres Errors before finishing installation.
If the webserver doesn’t start or allow access, run the restart script to check for errors:
Code Block |
---|
sudo /usr/apps/ASIEdgeManager/core/restart |
If python errors appear, there may be an issue with our dependencies vs. the system packages. You can complete the install by running:
Code Block |
---|
sudo python3 -m pip install -r /usr/apps/ASIEdgeManager/core/requirements.txt --break-system-packages |
If it fails for any other reason, visit the Troubleshooting section for more information.