Troubleshooting the deployment of packages
This topic lists troubleshooting tips that you can use if you run into problems when deploying packages using the TrueSight console.
Mismatched checksum and missing chunks errors
Administrators can use packages to install and upgrade monitoring solutions to BMC PATROL Agents. The deployable package is copied to the file system of the Integration Service and target PATROL Agents. It is subsequently extracted and installed on the target PATROL Agents.
In addition to existing package validations, the following validations are performed:
- The checksum for the chunks in the package is validated in the file system of the Integration Service and PATROL Agents. If the checksum validation for one or more chunks in the package fails, the package deployment does not proceed, and the following message is displayed.
Checksum mismatch : <chunk filename> on PATROL agent
- The presence of chunks is validated in the file system of the PATROL Agent. If chunks are missing from the package, the deployment does not proceed, and the following message is displayed.
Chunk missing : <chunk filename> on PATROL agent
Solution
Reinitialize the deploy and install process to get a new copy of the package for deployment. For more information, see Deploying packages to PATROL Agents using the TrueSight console.
Security certificate not found error message
From the Deployment and Installation Summary page, the PATROL Agent Details page displays a Security certificate not found on the Integration Service
error message.
Solution
Ensure that the same certificate is present on both the Presentation Server and the Integration Service host. Perform the following steps for all instances of the Integration Service on the same or on any other computer.
Log on to the host computer where the Presentation Server is installed.
The keytool utility that is used to generate and import the certificates is present in the <TrueSight Presentation Server Installation Directory>\jre\bin directory. Add this directory path to the
PATH
environment variable by running the following command:UNIX:
export PATH=$PATH:$TRUESIGHTPSERVER_HOME/truesightpserver/modules/jre/bin/
Windows:
set PATH=%PATH%;%TRUESIGHTPSERVER_HOME%\truesightpserver\modules\jre\bin
Run the keytool command as follows:
keytool -export -alias truesightserver -file <filename.cer> -keystore $TRUESIGHTPSERVER_HOME/truesightpserver/conf/secure/loginvault.ks -storepass changeit
ExampleUNIX:
keytool -export -alias truesightserver -file truesight.cer -keystore $TRUESIGHTPSERVER_HOME/truesightpserver/conf/secure/loginvault.ks -storepass changeit
Windows:
keytool.exe -export -alias truesightserver -file truesight.cer -keystore %TRUESIGHTPSERVER_HOME%\truesightpserver\conf\secure\loginvault.ks -storepass changeit
Copy the truesight.cer file that is generated at the following temporary location on the Integration Service System:
UNIX: /tmp
Windows: C:\temp
The steps for updating the system PATH environment variable must be added to be executed on the system where Integration Service is installed. Add the directory path to the PATH environment variable by running one of the following commands:
Remote IS
UNIX:export PATH=$PATH:$BPPM_AGENT_HOME/Agent/jre/bin/
Windows:set PATH=%PATH%;%BPPM_AGENT_HOME%\Agent\jre\bin
Local IS
Unix:export PATH=$PATH:$BPPM_SERVER_HOME/pw/jre/bin/
Windows:set PATH=%PATH%;%BPPM_SERVER_HOME%\pw\jre\bin
On the Integration Service server, use the
keytool -importcert -alias <aliasname> -file <cert file location> -keystore "<keystore location>" -storepass changeit
command to import the certificate in one of the following folders:Remote IS: <installation_directory>/TSIMAgent/Agent/jre/lib/security/cacerts
Examples
UNIX:keytool -importcert -alias truesightserver -file /tmp/truesight.cer -keystore "$BPPM_AGENT_HOME/Agent/jre/lib/security/cacerts" -storepass changeit
Windows:keytool.exe -importcert -alias truesightserver -file C:\temp\truesight.cer -keystore "%BPPM_AGENT_HOME%\Agent\jre\lib\security\cacerts" -storepass changeit
Local IS: <installation_directory>/TrueSight/pw/jre/lib/security/cacerts
Examples
Unix:keytool -importcert -alias truesightserver -file /tmp/truesight.cer -keystore "$BPPM_SERVER_HOME/pw/jre/lib/security/cacerts" -storepass changeit
Windows:keytool.exe -importcert -alias truesightserver -file C:\temp\truesight.cer -keystore "%BPPM_SERVER_HOME%\pw\jre\lib\security\cacerts" -storepass changeit
For Unix, perform the following steps to restart the Integration Service:
Open the Command Prompt.
Navigate to one of the following directories:
Remote IS: $BPPM_AGENT_HOME/Agent/pronto/bin
Local IS: $BPPM_SERVER_HOME/pw/pronto/bin
Execute the following commands to restart the Integration Service
./pw is stop
./pw is start
For Windows, restart the Integration Service [ProNetAgent] by using Windows Services.
Deploying packages to PATROL Agents running on IBM AIX fails
When you deploy a package to a PATROL Agent running on IBM AIX, it fails. The RunSilentInstall log file contains the following error:
ERROR: PatrolAgent Cannot bind to RT Server - tcp:localhost:2059 smux bind failure: Address already in use
/opt/bmc/PatrolAgent/Patrol3//AIX7.1-64/bin/snmpmagt: error processing configuration The installation completed successfully.
Solution
- Before deploying the package, stop the SNMP daemon by running the following command:
stopsrc -s snmpd
- Deploy the package.
- Start the SNMP daemon by running the following command:
startsrc -s snmpd
Deploying packages to PATROL Agents fails due to incorrect host name reference
In certain environments, deploying packages to PATROL Agents might fail due to an incorrect Presentation Server host name reference.
Use the Presentation Server external alias instead. Ensure that this host name is accessible from the Integration Service.
- Run the following command from the <Presentation Server installation directory>\truesightpserver\bin folder:
tssh properties set CHUNK_URL_HOSTNAME <external_alias>
- Run the following command to apply the updated setting:
tssh properties reload
Upgrading PATROL Agents fails because the PATROL Agent directory is not found
The upgrade process of the PATROL Agent might fail with the following reason:
PATROL Agent installation directory not found.
Solution
Restart the PATROL Agent and trigger the deployment again.
Newly introduced monitoring attributes of the upgraded knowledge module are not reflected properly in the TrueSight console
When a Knowledge Module is upgraded, the newly introduced monitoring attributes of the upgraded version of the Knowledge Module are not reflected in the TrueSight console. The status of these monitoring attributes is displayed as inactive.
Workaround:
- Stop the Infrastructure Management server.
- Start the database process by running the command
pw p s dbsrv
- Ensure that the database server is up and running by running the command
pw p l
Run the following command at the pw command prompt as shown in the following code block:
#Syntax
runjava scripts.InitMonitors -d "<Infrastructure Management server Install Directory>\pw\monitors\monitors\<MONITOR_DIR>"
#Example
runjava scripts.InitMonitors -d "D:\BMC Software\ProactiveNet\pw\monitors\monitors\_PATROL__UNIX_OS_CPU"
Repeat steps 1-4 for all the newly introduced monitoring attributes by replacing the MONITOR_DIR path with respective directory path.
Restart the Infrastructure Management server and verify.
PATROL Agent deployment fails on BMC Server Automation
PATROL packages created on BMC Server Automation depot fails with an error and the PATROL Agent deployment fails.
Workaround:
From the <TSPS_Install_Dir>/truesightpserver/modules/cma/auto_provision/Patrol/InstallScripts/bmc_ppm_patrol_install.cmd.tmpl
file, search and replace the following information:
Search for : for /f %%i in (%TEMP%\PAgents.txt) do echo "Stopping %%i && net stop %%i"
Replace with : for /f %%i in (%%TEMP%%\PAgents.txt) do echo "Stopping %%i && net stop %%i"
Search for : for /f %%i in (%TEMP%\PAgents.txt) do (call :start_agent_instance %%i %IS_AGENT%)
Replace with : for /f %%i in (%%TEMP%%\PAgents.txt) do (call :start_agent_instance %%i %%IS_AGENT%%)
See the following images:
Comments
Log in or register to comment.