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

CNA will not backup configuration (archive)

I'm trying to backup my swtiches with CNA, but it will not work.

The error says to look in the Log for more details, but I cannot find any log either.

I selected the swtich to archive (backup) and it does the testing part- but then gives the error.

Help!

mark

2 Replies 2

If anyone could at least give me a clue as to where to look for the elusive log, I may be able to figure it out.

"You will need write permission to your home  directory and to the Network Assistant installation directory so Network  Assistant can create the necessary log files and preference files." so says one CNA doc.

Here's a quick Powershell script to search those two locations for files with the "log" suffix (after customizing the dir1 and dir2 to your situation, of course);

$dir1="c:\path\to\your\home\dir"

$dir2="c:\path\to\cna\install\dir"

get-childitem -recurse -path "$dir1","$dir2" -filter *log | Sort-Object

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: