Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Connecting

In order to connect to a Linux Edge device, you will need to have SSH access to the host.

See https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=gui for more info on installing Windows SSH/SCP tools. Tools like Putty or WinSCP are also very useful.

Uninstalling

Always backup configuration data by generating an export before uninstalling/upgrading.

This includes the license file(s) which must be reapplied after the upgrade is complete.

The software package contains an uninstall script that quickly removes Edge ACM and all of AUTOSOL’s software utilities from your device.

You will need SSH access to your device in order to run the uninstall program. Contact your IT department if you need assistance with this.

Once you have access to a terminal connected to the device, you can run the uninstall.sh script from any location using the fully qualified path.

sudo /usr/apps/ASIEdgeManager/core/uninstall

Removing the database

If you wish to remove the database you will need to run an additional command.

dropdb -h localhost -U postgres ASIServerDB

You can use a similar command to delete other databases by replacing ASIServerDB or the user postgres

  • No labels