RpmgrInitializeLandscape.sh option initHist fails to populate data
search cancel

RpmgrInitializeLandscape.sh option initHist fails to populate data

book

Article ID: 415880

calendar_today

Updated On:

Products

Network Observability Spectrum

Issue/Introduction

Trying to initialize the reporting database but the command:

 RpmgrInitializeLandscape.sh root <password> -all -initHist 45 

empties the database but does not restore the last 45 days. 

Environment

Spectrum, all supported releases

Cause

Tomcat was not stopped.

Resolution

Stop tomcat:

cd $SPECROOT/tomcat/bin
./stopTomcat.sh

Run the initialization command.

Start tomcat:

cd $SPECROOT/tomcat/bin
./startTomcat.sh

 

Additional Information

Stop tomcat:

cd $SPECROOT/tomcat/bin
./stopTomcat.sh

Run the initialization command.

Start tomcat:

cd $SPECROOT/tomcat/bin
./startTomcat.sh