Table of Contents

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

Starting PhenixID Authentication Services

Windows

  1. Make sure there is a license file in the license folder. If not please follow this link.
  2. Locate the Windows service PhenixID Server and select Start, in order to start the service
  3. The startup sequence can be verified in the server.log and/or events.log

Linux

  1. Make sure there is a license file in the license folder. If not please follow this link.
  2. Start service: cd to [installation path]/PhenixID/Server/bin/ and run sudo ./start-PhenixID.sh
  3. 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.