How can Spectrum Report Manager be disabled without uninstalling.
search cancel

How can Spectrum Report Manager be disabled without uninstalling.

book

Article ID: 74934

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

Spectrum Report Manager was accidentally installed on multiple OneClick Servers. It is only required on one. How to disable Report Manager on the OneClick servers it should not have been installed on.

How can Spectrum Report Manager be disabled without uninstalling.

Environment

All Supported Releases

Resolution

Log into the system as the user that owns the Spectrum installation and perform the following:

1. Stop Tomcat

<SPECROOT>/tomcat/bin/stopTomcat.sh

2. Drop and then re-create the reporting database

Navigate to the <SPECROOT>/mysql/bin directory.

Type: ./mysql --defaults-file=my-spectrum.cnf -uroot -p<passwd>

drop database reporting;

create database reporting;

quit

3. Backup <SPECROOT>/tomcat/webapps/spectrum/WEB-INF/web.xml file.

4. Move the repmgr-web.xml file out of the <SPECROOT>/Install-Tools/WEB-XML directory.

5. Navigate to the <SPECROOT>/install-Tools directory and execute the following command to recreate the <SPECROOT>/tomcat/webapps/spectrum/WEB-INF/web.xml without Report Manager

./createwebxml.sh

6. Start Tomcat

<SPECROOT>/tomcat/bin/startTomcat.sh