Post Installation Tasks
Note
After successful installation there are some things worth knowing before starting the server. This article describes the key items.
Database and/or Clustering
- For using an external database, see the database documentation
- For configuring a cluster, see the cluster documentation
Starting PhenixID Authentication Services
Windows
- Make sure there is a license file in the license folder. If not please follow this link.
- Locate the Windows service PhenixID Server and select Start, in order to start the service
- The startup sequence can be verified in the server.log and/or events.log
Linux
- Make sure there is a license file in the license folder. If not please follow this link.
- Start service: cd to [installation path]/PhenixID/Server/bin/ and run sudo ./start-PhenixID.sh
- The startup sequence can be verified in the server.log and/or events.log.
Login into the PhenixID Configuration Manager
Access the administration configuration interface via a web browser at https://<hostname_or_ip>:8443/config/
Login is done using username and password provided during installation
Bootstrap configuration
PhenixID server relies on a bootstrap file, boot.json. It contains initial configuration data used to start the server. File location must be <phenixid server root>/config and may not be changed. Changes to this file should only be done advised by PhenixID support or PhenixID documentation.
Backup / Restore
PhenixID server relies on files and folders created during the installation process. Maintain backup of the installation root directory. A recovery simply means replacing the current files and folders with the data from last backup. Replacing single files or directories should only be done if advised by PhenixID support.
Caution
Restoring data to the database require additional steps. Depending on the set up these steps may vary.