Post-upgrade tasks
Where you are in the Upgrade process
Ensure that TrueSight Smart Reporting - Platform is upgraded to version 20.02.02. For more information, see
If you have disabled the NSH proxy on the reports server before upgrade, enable it by adding the appserver_protocol=ssoproxy entry in the secure file. Use the following command to add the entry:
secadmin -m default -p 5 -appserver_protocol ssoproxyIf you are upgrading from TrueSight Server Automation - Data Warehouse 8.9.04.002, delete the existing scheduled cache filters.
- Update the TrueSight Server Automation - Data Warehouse component content. For more information, see Getting-the-latest-views-in-TrueSight-Smart-Reporting-Platform.
Refresh the access filter list in TrueSight Smart Reporting - Platform.
- Enable the authentication types that you disabled before the upgrade:
- On the reports server, start the Application Server Administration console (the blasadmin utility) as follows.
- (Windows) Navigate to the <TSSA-DWInstallationDirectory>\bin directory and enter the following command: blasadmin.
- (UNIX) Navigate to the <TSSA-DWInstallationDirectory>/br directory and enter the following command: blasadmin.
Run the following commands to enable the authentication types:
Authentication type
Command to enable the authentication
Domain
set AuthServer isDomainAuthEnabled true
LDAP
set AuthServer IsLdapAuthEnabled true
PKI
set PkiAuth IsEnabled true
RSA Secure ID
set AuthServer IsSecurIDAuthEnabled true
Remedy Single Sign-On
set RemedySsoAuth IsEnabled true
For information about the authentication types, see Implementing-authentication.
- On the reports server, start the Application Server Administration console (the blasadmin utility) as follows.
- Do the following for restoring the RSA Secure ID authentication:
- Restore the following file that you backed up during the pre-upgrade tasks:
<TSSA-DWInstallationDirectory>/br/sdconf.rec - Run the following command:
chown blauth:blauth sdconf.rec - Run the syncFile command.
- Restore the following file that you backed up during the pre-upgrade tasks:
Import the TrueSight Smart Reporting - Platform certificate into TrueSight Server Automation - Data Warehouse for secure communication.
Run the following command to export the certificate from the TrueSight Smart Reporting - Platform keystore:
keytool -export -alias smartreporting -keystore <tssr_installation_directory>/appserver/conf/tsr.keystore -rfc -file tsr.certThe tsr.cert file is created in the same directory where the keytool was run.
Run the following command to import the tsr.cert file into the TrueSight Server Automation - Data Warehouse keystore.
keytool -import -v -trustcacerts -alias tsr -file <path_where_tsr.cert_is_copied>/tsr.cert -keystore <tssadw_installation_
directory>/jre/lib/security/cacerts -keypass changeit -storepass changeit- Restart the following services:
- TrueSight Server Automation - Data Warehouse
- Authentication Service
- If you backed up the user roles and permissions related file at the following path before the upgrade, restore it:
<TSSA-DWInstallationDirectory>\shared\ConfigurationManagement\user_roles.csv - If you backed up the CA-signed certificates before the upgrade, do the following to restore them:
- Replace the keystore.jks (for example, tssadw-keystore.jks) file at the following path with the file that you backed up before the upgrade:
<TSSA-DWInstallationDirectory>/tomcat/conf/ - Open the server.xml file and edit the following parameters:
- In the Connector port=9443 section, update the keystore file name and password:
- keystoreFile="<tssa_dw_installation_directory>\tomcat\conf\tssadw-keystore.jks"
- keystorePass="<encryptedpassword>"
- Save the changes.
- In the Connector port=9443 section, update the keystore file name and password:
- Replace the keystore.jks (for example, tssadw-keystore.jks) file at the following path with the file that you backed up before the upgrade:
- (For PKI authentication) Do the following:
- Restore the backed up PKI truststore at the following path:
<tssadw_installation_directory>/br/ - Replace the bdsSslCertificate.cert file at the following path with the file that you backed up before the upgrade:
<TSSA-DWInstallationDirectory>/tomcat/conf/ - Open the server.xml file and modify the following parameters in the SSL connector block:
- truststoreFile="C:\PROGRA~1\BMCSOF~1\TSSA-DW/br/PkiTrustStore.jks"
- truststorePass=The password that is used for the truststore in the blenc format.
- clientAuth="true"
- Save the changes.
- Restore the backed up PKI truststore at the following path:
- (For Remedy Single Sign-On authentication) Do the following:
- Restore the keystore file (for example, tssadw-keystore.jks) that you backed up before the upgrade
- Replace the backed up rsso.cert file at the following sample path with the file that you backed up before the upgrade: <tssadw_installation_directory>\jre\lib\security\.
Run the following command to import the rsso.cert file into the TrueSight Server Automation - Data Warehouse keystore.
.\keytool -import -v -trustcacerts -alias rsso -file <rsso.certfilePath> rsso.cert -keystore <tssadw_installation_directory>\jre\lib\security\cacerts
-keypass changeit -storepass changeit
- Restart the following services:
- TrueSight Server Automation - Data Warehouse
- Authentication Service
NEW IN 20.02.01 Enable the display of the following dashboards: Inventory, Compliance, Patch, Job Activity, and Health. These dashboards are displayed after logging in to the TrueSight Server Automation - Data Warehouse console.
(Optional) If you want to see data for the following assets in the built-in and custom inventory reports, enable them in the database after the first ETL run.
- File System
- Registry
- .NET Assemblies
- Object Overflow
For more information, see Enabling-Inventory-assets.
- Run the extract, transform, and load (ETL) process to transfer data from all sites to the reports data warehouse. For more information, see Run the extract, transform, and load (ETL) process.
Where to go from here
See the product documentation to learn about the product features.