cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
695
Views
0
Helpful
2
Replies

CiscoWorks - DBSpaceReclaimer

We have CiscoWorks LMS 2.6 with the following Module Versions:

1. Common Services - 3.0.6

2. Campus Manager - 4.0.10

3. Cisco View - 6.1.5

4. Device Fault Manager - 2.0.10

5. Internet Performance Monitor - 2.6.0

6. Integration Utility - 1.6.0

7. Resource Manager Essentials - 4.0.6

In an attempt to reclaim appropriate disk space, I have attempted to run the DBSpaceReclaimer utility by doing the following:

a.Log into the CiscoWorks Server;

b.Open a Command Prompt;

c.Type the following:

c:/program files/CSCOpx/lib/jre/bin/java -cp /Temp:/program~/CSCOpx/lib/classpath:/program~/CSCOpx/www/classpath:/program~/CSCOpx/MDC/tomcat/webapps/rme/WEB-INF/classes:/program~/CSCOpx/MDC/tomcat/webapps/rme/WEB-INF/lib/log4j.jar DBSpaceReclaimer

Whenever I do, I obtain the following error:

"Exception in thread "main" java.lang.NoClassDefFoundError: DBSpaceReclaimer"

Please advise if there are additional steps to perform (e.g., services to stop, order in which the directories are listed above) or anything else I'm missing.

Your help is greatly appreciated (and may save me a few gray hairs).

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

The command is wrong. You need:

C:\progra~1\cscopx\lib\jre\bin\java -classpath C:\temp;C:\progra~1\cscopx\lib\classpath;C:\progra~1\cscopx\www\classpath;C:\progra~1\cscopx\MDC\tomcat\webapps\rme\WEB-INF\classes;C:\progra~1\cscopx\MDC\tomcat\webapps\rme\WEB-INF\lib\log4j.jar DBSpaceReclaimer

That did the trick. Thanks for the fast response and the accurate help.

I'll post a rating.