Update License File
Updating the license file involves replacing the existing file in the Configuration directory and restarting the Core Server service so the system can load the new license.
Requirements
- The new license file provided by the Account Manager or Delivery Team
- Administrator access to the Core Server machine
- Permission to modify files in the installation directory
- Permission to restart services
Updating License File
Follow these steps when you need to update the license file.
- Windows
- Unix
Step 1: Open the Configuration Directory
-
Navigate to the
Configurationdirectory where the existing license file is stored. This is by default inC:\Program Files\OpeniT\Core\Configuration.noteNote that the exact path may vary depending on the installation.
Step 2: Back Up the Existing License File
-
Locate the existing license file.
-
Create a backup copy of the file.
-
Rename the copied file. For example,
license.old.
Step 3: Replace the License File
-
Copy the new license file.
-
Paste the file into the
Configurationdirectory.
Step 4: Restart the Core Server Service
-
Open the Task Manager.
-
Go to the Services tab.
-
Locate the Open iT Core Server Service.
-
Right-click the service, then select Restart.
Step 1: Open the Configuration Directory
-
Navigate to the
etcdirectory where the existing license file is stored, run the command:Command Syntaxcd <etc_dir>Examplecd /var/opt/openit/etc
Step 2: Back Up the Existing License File
-
Create a backup copy of the existing license file, run the command:
Command Syntaxcp <license_file> <backup_file>Examplecp license license.old
Step 3: Replace the License File
-
Copy the new license file into the
etcdirectory.Command Syntaxcp <path_to_new_license_file> <etc_dir>/<license_file>Examplecp /home/user/license /var/opt/openit/etc/license -
Type
yif prompted to confirm that you want to overwrite the existing license file.
Step 4: Restart the Services
-
Restart the Open iT services, run the command:
Command Syntax/opt/openit/bin/openit-all restart