#
Configuring the Shared Software Assets Directory (SSAD) Access
#
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\bin
Examplecd C:\Program Files\OpeniT\Core\contrib\bin
Once in the directory, run the following:
Command Syntaxactivate_ssad.bat [options]
Options:
Options Descriptions
#
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
/opt/openit/contrib/bin
, run the command:Command Syntaxcd $ROOT_DIR/contrib/bin
Examplecd /opt/openit/contrib/bin
Once in the directory, run the following:
Command Syntax./activate_ssad.pl [options]
Options:
Options Descriptions
Change the file ownership by executing this command:
Command Syntaxchown -R [openit_group]:[openit_user] /var/opt/openit/etc
where:
Parameters for changing File Ownership
Examplechown -R openit:openit /var/opt/openit/etc
Verify that the file ownership of
data_generation_config
andcore_mapping_ssad.oconf
is changed. Run the following command:Command Syntaxls -l /var/opt/openit/etc | grep data_generation_config
will show:
-rw-r--r--. 1 openit openit 8954 Apr 29 11:25 data_generation_config
Command Syntaxls -l /var/opt/openit/etc/scheduler | grep ssad
will show:
-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 regarding the SSAD Access Credentials.
To get the encrypted value of Client Secret, run the following command:
Command Syntaxopenit_ssad_connector.exe --encrypt <client_secret>
Go to the Configuration folder, which is by default in
C:\Program Files\OpeniT\Core\Configuration
.Look for the configuration file
credentials.json
and open it with a text editor.Paste the encrypted value of the Client Secret.
credentials.json1 | { 2 | "SSAD": { 3 | "client_id": <client_id_value> 4 | "client_secret": <encrypted_client_secret> 5 | }
Save the changes.
#
Configuring the Shared Software Assets Directory (SSAD) Access Credentials
Coordinate with the Open iT Account Manager or Delivery/Support Team regarding the SSAD Access Credentials.
To get the encrypted value of Client Secret, run the following command:
Command Syntax./openit_ssad_connector.exe --encrypt <client_secret>
Go to the Configuration folder, which is by default in
/var/opt/openit/etc
.Look for the configuration file
credentials.json
and open it with a text editor.Paste the encrypted value of the Client Secret.
credentials.json1 | { 2 | "SSAD": { 3 | "client_id": <client_id_value> 4 | "client_secret": <encrypted_client_secret> 5 | }
Save the changes.