cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3413
Views
0
Helpful
6
Replies

Loading Cisco ESA Cluster Config to StandAlone VM

noumanqazi
Level 1
Level 1

Dear Friends,

 

I am trying to upgrade two Cisco ESA C170 (Cluster) to C190, Before doing so I want to test the config,

So I am trying to load the existing config to VM.

I copied the config file from the existing ESAC170 and trying to load into VM.

When I tried , it give the message " Can not load the file, Machine is not a part of cluster"

 

Is any one have any idea to achieve this?

 

Thanks

1 Accepted Solution

Accepted Solutions

You would need to edit the configuration file using WordPad or notepad++ preferably and remove the tags starting and ending with ethernet_settings.

 

This would be required due to the difference in data ports between the physical and virtual appliances. 

 

Regards 

Libin Varghese 

View solution in original post

6 Replies 6

Libin Varghese
Cisco Employee
Cisco Employee

A workaround would be to create a standalone cluster of the VM using the same cluster name. (Or a different cluster name and then editing the configuration file to remove the cluster name part of the config).

 

Since a single machine can be part of a cluster, loading the configuration after the cluster is created would work.

 

Regards,

Libin Varghese

Thanks.

I detached one c170 from cluster and then save the config

 

I tried to load this into VM but it was giving Ethernet interface error 

 

c170 is running 10.0.2 

vm is demo version 45 days license

 

thanks

You would need to edit the configuration file using WordPad or notepad++ preferably and remove the tags starting and ending with ethernet_settings.

 

This would be required due to the difference in data ports between the physical and virtual appliances. 

 

Regards 

Libin Varghese 

I tried editing but it is not allowing me to save
Once I save forcefully as a text document then it remove the formatting in the file
Is there any way I may edit and save the file as is

Thanks

Try using notepad++ and saving it as an xml file. That is what I usually use.

 

- Libin V

Thanks a lot,I edit the file with notepad ++ and loaded the configuration.

Its successfully loaded.

 

Thanks