We’re upgrading your documentation experience!
A new doc website is live at docs.openit.cloud — a temporary preview during our transition. This website is now in maintenance-only mode (only critical issues will be addressed).
Explore the new website and send us your feedback!
#
Configuring Access to the Open iT Shared Software Assets Directory (SSAD)
#
Activating the Shared Software Assets Directory (SSAD) Feature
Open a command prompt with Administrator level privileges.
Go to the contrib\bin directory, which is by default in
C:\Program Files\OpeniT\Core\contrib\bin, run the command:Command Syntaxcd $ROOT_DIR\contrib\binExamplecd C:\Program Files\OpeniT\Core\contrib\binOnce in the directory, run the command:
Command Syntaxactivate_ssad.bat trueThe following arguments are available when running the
activate_ssadscript.Available Arguments for activate_ssad
You may also use the following options for
activate_ssad.Available Options for activate_ssad
Open a command prompt with Administrator level privileges.
Go to the contrib\bin directory, which is by default in
/opt/openit/contrib/bin, run the command:Command Syntaxcd $ROOT_DIR/contrib/binExamplecd /opt/openit/contrib/binOnce in the directory, run the command:
Command Syntax./activate_ssad.pl trueThe following arguments are available when running the
activate_ssadscript.Available Arguments for activate_ssad
You may also use the following options for
activate_ssad.Available Options for activate_ssad
Change the file ownership by running the command:
Command Syntaxchown -R [openit_user]:[openit_group] /var/opt/openit/etcwhere:
Arguments to Change File Ownership
Examplechown -R openit:openit /var/opt/openit/etcVerify that the file ownership of
data_generation_configis changed. Run the command:Command Syntaxls -l /var/opt/openit/etc | grep data_generation_configThis displays detailed information about the
data_generation_configfile.Example Output-rw-r--r-- 1 openit openit 8954 Apr 29 11:25 data_generation_configVerify that the file ownership of
core_mapping_ssad.oconfis changed. Run the command:Command Syntaxls -l /var/opt/openit/etc/scheduler | grep ssadThis should display detailed information about the
core_mapping_ssad.oconffile.Example Output-rw-r--r-- 1 openit openit 1425 Apr 29 11:25 core_mapping_ssad.oconf
#
Configuring the Shared Software Assets Directory (SSAD) Access Credentials
Coordinate with the Open iT Account Manager or Delivery/Support Team to get your SSAD access credentials.
Open a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin, run the command:Command Syntaxcd $BIN_DIRExamplecd C:\Program Files\OpeniT\Core\binOnce in the directory, run one of following the commands:
To encrypt and save the SSAD credentials, use this command:
Command Syntaxopenit_ssad_connector --config --client_id <client_id> --client_secret <client_secret>To encrypt, save the SSAD credentials, and perform normal processes such as sending data to the SSAD API and fetching maps, use this command:
Command Syntaxopenit_ssad_connector --client_id <client_id> --client_secret <client_secret>After completing the steps, verify that the SSAD credentials are configured successfully. Go to the Configuration folder, which is by default in
C:\Program Files\OpeniT\Core\Configuration, and check thecredentials.jsonfile to ensure the credentials have been updated.The client secret value is already encrypted.
Coordinate with the Open iT Account Manager or Delivery/Support Team to get your SSAD access credentials.
Go to the bin directory, which is by default in
/opt/openit/bin, run the command:Command Syntaxcd $BIN_DIRExamplecd /opt/openit/binOnce in the directory, run one of following the commands:
To encrypt and save the SSAD credentials, use this command:
Command Syntax./openit_ssad_connector --config --client_id <client_id> --client_secret <client_secret>To encrypt, save the SSAD credentials, and perform normal processes such as sending data to the SSAD API and fetching maps, use this command:
Command Syntax./openit_ssad_connector --client_id <client_id> --client_secret <client_secret>After completing the steps, verify that the SSAD credentials are configured successfully. Go to the Configuration folder, which is by default in
C:\Program Files\OpeniT\Core\Configuration, and check thecredentials.jsonfile to ensure the credentials have been updated.The client secret value is already encrypted.