Troubleshooting version 11.3.04 upgrade and post-upgrade issues
TrueSight Presentation Server issues
Symptom | Issue | Workaround |
---|---|---|
Custom PostgreSQL command is not working and showing the following error after upgrading TrueSight Presentation Server service pack to 11.3.05. ./psql: error while loading shared libraries: libpq.so.5: cannot open shared object file: No such file or directory | Missing the expected path. | Export the following env variable: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TRUESIGHTPSERVERHOME/truesightpserver/modules/pgsql/lib Commands present in pgsql/bin directory starts working. |
PostgreSQL DB replication fails after upgrading TrueSight Presentation Server service pack (11.3.05) on secondary server and secondary server does not show up. | The pg_hba.conf file doesn't contain correct Hostname and IpAddress. | Check the pg_hba.conf file for correct Hostname and IpAddress of both the nodes on the primary Server. If it's not replicated correctly, follow the below steps:
|
Installation fails in an HA environment. | Issue is observed only when an existing standalone setup was converted into an HA environment. Failure is due to the missing TrueSight_High_availability properties in the TrueSightPServerInstalledConfiguration.xml file. |
andPreparing the secondary server by verifying the XML properties. |
Index server process fails to start on Linux. | /tmp folder is mounted with noexec option. | Run the findmnt command and verify the filesystem that the /tmp directory resides in is mounted with exec option. If it shows noexec for /tmp, remount it with exec option. For example, mount -o remount,exec /tmp. Follow the instructions specified in the Complete the pre-installation tasks for the Presentation Server. |
The PostgreSQL DB fails to start after the upgrade. | The Database Server process shows as not running. |
|
(On Linux) The installation or upgrade terminates immediately. | The installer wizard fails to launch. |
|
TrueSight Console performance degrades. | Core Server (CSR) process causes CPU spike. | Download and install the latest hotfix from the ftp://ftp.bmc.com/pub/TSPS/PATCHES/11.3.04/ location. |
TrueSight Infrastructure Management issues
Symptom | Issue | Workaround |
---|---|---|
(On Linux) The installation fails with the message "CSH shell is not installed on the system" even though CSH shell is installed. | /tmp folder is mounted with noexec option. | Run the findmnt command and verify the filesystem that the /tmp directory resides in is mounted with exec option. If it shows noexec for /tmp, remount it with exec option. For example, mount -o remount,exec /tmp. For more information, see Prerequisites specific to Linux. |
Upgrade takes hours to complete. | Reports directory size is too large. | If the size of the <installation directory>\pw\pronto\web\html\reports directory is more than 1GB, either move the contents of that directory to a different location or delete the contents before you start the upgrade. |
Multiple issues are observed if the bppmws_internal user password was changed before the upgrade. | The upgrade replaces the bppmws_internal_key property in the bppmws_internal.properties file with the default value. |
|
The secondary server restarts on its own when it is being stopped. | The secondary server restarts as the publishing server (pserver) continues to run without stopping. |
|
(On Linux) The Publishing server fails to start after the upgrade. | The Publishing server fails to start due to the duplicate pronet.ps.psName property entry in the pronet.conf file. |
|
Data collection stops on some of the monitor instances when using Oracle 19c. | TrueSight Infrastructure Management with Oracle 19c needs ojdbc8.jar file. |
|