License Installation Instructions

License Type:
Version:

Schrödinger Release 2023-2, Linux

Installing the license file using the Configure graphical application

Make sure the SCHRODINGER environment variable is set to the top level Schrödinger installation directory (example: /opt/schrodinger/suite2023-2) with the following command (e.g., in bash):

export SCHRODINGER=top_level_installation_directory

Then, run the Configure Schrodinger Software application by issuing the command:

$SCHRODINGER/utilities/configure

If you have been issued a license retrieval key, choose:

Add Licenses [I have a key]

Copy the retrieval key code into the text box and click "Install Licenses". Follow the ensuing steps to generate, retrieve, and install the license file for your machine.

If you have been issued a license file, instead choose:

Add Licenses [I have a license file]

"Browse" for the license file you wish to install and then click "Install License" to install the license file.
 


Verifying the licenses using the Configure graphical application

The "Current Status" section of the Configure Schrodinger Software application will show whether valid licenses are properly installed.

If you've successfully installed the licenses, "Node-locked" will be listed under "Installed licenses:".

If problems are detected, click the icon by the error message to see more information. If you are unable to resolve the problem, click the "Tech Support" button and submit a ticket to our Technical Support team. Please attach a troubleshooting archive, which you can generate with the Diagnostics application:

http://www.schrodinger.com/kb/1692 
 


Installing the license file from the command line

Make sure the SCHRODINGER environment variable is set to the top level Schrödinger installation directory (example: /opt/schrodinger/suite2022-4) with the following command (e.g., in bash):

export SCHRODINGER=top_level_installation_directory

Then, run the following command with your license retrieval key code:

$SCHRODINGER/licadmin INSTALL -k key_code

If you already have been issued a license file, instead run:

$SCHRODINGER/licadmin INSTALL -c path_to_license_fileIf you would like to have the license server start automatically, see https://www.schrodinger.com/kb/1148 for more information.

 

 

 


Verifying the licenses from the command line

Run the following command:

$SCHRODINGER/licadmin CHECK

Back To Top