01-08-2009 08:00 AM
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).
01-08-2009 08:21 AM
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
01-08-2009 09:36 AM
That did the trick. Thanks for the fast response and the accurate help.
I'll post a rating.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide