How do I change the default configuration archive export directory?
A. You can change the default export directory by modifying the AllowedFolders.properties file. To modify this file, follow this procedure: 1. Go to the folder NMSROOT\MDC\tomcat\webapps\rme\WEB-INF\classes\com\cisco\nm\ rmeng\util Where, NMSROOT is the CiscoWorks Installed directory. By default the installed directory on Solairs is /opt/CSCOpx and on Windows is C:\Program Files\CSCOpx. 2. Go to the line that contains the attribute, DCMACONFIGEXPORT_AllowedFolders. 3. Append the new location at the end of the line by using pipe (|). There should not be any space before or after the pipe (|). For example: If the new location is, d:\export, append the new location, DCMACONFIGEXPORT_AllowedFolders : DATADIR/rme/dcma/configexport|d:/export The new location specified by you should have the permission for casuser:casusers in Solaris and casuser should have Full Control in Windows.