Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 6 Next »

The package can be installed using the following command:

sudo rpm -i pathfinder-server_X.X.X.rpm

After the installation has finished a wizard for the database configuration will open. Enter the data of your Pathfinder database and select the license.ldf file (needs to have that name) and accept the changes. Now Pathfinder Server will be started in the background.

In order to change the database configuration later you can access the wizard using sudo pathfinder-server -c.

The current status of the Pathfinder Server Service can be checked using sudo systemctl status pathfinder-server.service. To view an ongoing log sudo journalctl -fu pathfinder-server.service can be used.

The service can be manually started, stopped and restarted using the corresponding command: sudo systemctl start|stop|restart pathfinder-server.service.

Updating the package

In order to update Pathfinder Server please install the new package using sudo rpm -U pathfinder-server_x.x.x.rpm and restart the service using sudo systemctl restart pathfinder-server.service.

Uninstalling the package

In order to uninstall Pathfinder Server please remove the package using sudo rpm -e pathfinder-server_x.x.x

  • No labels