Please enter search query.
Search <product_name> all support & community content...
Upgrade of embedded Data Collector (data collector shipped with NetBackup Primary Server) to v11.5.02 leads to some data collection issues
Article: 100072575
Last Published: 2024-11-28
Ratings: 0 0
Product(s): NetBackup IT Analytics, NetBackup & Alta Data Protection
Problem
Upgrade of embedded Data Collector (data collector shipped with NetBackup Primary Server) to version 11.5.02 leads to some data collection issues
Error Message
There might not be a specific error message, but you may see below two symptoms:
- “Test Connection” returns empty content to the dialog box.
- Probe execution through “checkinstall.<sh|bat>” script hangs
Cause
Removal of wbem-1.0.2-java8.jar in version 11.5.02 is causing issues with data collection.
Solution
NOTE: Download the attached wbem-1.0.2-java8.jar.csv file, remove .csv from the extension and rename it to wbem-1.0.2-java8.jar
For Windows:
- Open Services window and stop Aptare Agent service.
- Copy wbem-1.0.2-java8.jar file to <Analyticscollector>\lib\ and <Analyticscollector>\upgrade\upgradeManager\lib
- Open Services window and start Aptare Agent service.
For Linux
- Run <Analyaticscollector_Home>/mbs/bin/aptare_agent stop
- Copy wbem-1.0.2-java8.jar file to <Analyticscollector>/lib/ and <Analyticscollector>/upgrade/upgradeManager/lib
- Change file permissions
#chmod -R 750 <APTARE_HOME>/lib/wbem-1.0.2-java8.jar
#chmod -R 750 <APTARE_HOME>/upgrade/upgradeManager/lib/wbem-1.0.2-java8.jar - Change file owner and group
#chown <owner>:<group> <APTARE_HOME>/lib/wbem-1.0.2-java8.jar
#chown <owner>:<group> <APTARE_HOME>/upgrade/upgradeManager/lib/wbem-1.0.2-java8.jar - Run <Analyaticscollector_Home>/mbs/bin/aptare_agent start
Attachments
References
JIRA : SC-66330