cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1763
Views
0
Helpful
3
Replies

reset NAC manger and server to factory default

wael.kamal
Level 1
Level 1

I have NAC appliance CAM version 4.7(3) i want to reset it to its factory default or clea all configuration

and the sme with the server.

1 Accepted Solution

Accepted Solutions

Wael,

Elly is right. For production systems if you want to start from scratch, best idea is to re-image.

If you're in a lab setup, you can nullify the database on the CAM by running the following commands:

- service perfigo stop
- dropdb -h localhost -U postgres controlsmartdb
- createdb -h localhost -U postgres controlsmartdb
- psql -h localhost -U postgres controlsmartdb <  /perfigo/dbscripts/pg_createtable.sql
- service perfigo start

On CAS, you can delete the /perfigo/access/bin/env file and reboot.

HTH,

Faisal

--

If you find this post helpful, please rate so others can find the answer easily

View solution in original post

3 Replies 3

Elly Bornstein
Cisco Employee
Cisco Employee

The only way to get a clean install is to reformat.

Everything should be reconfigurable, is there a certain thing you want to reconfigure?

Wael,

Elly is right. For production systems if you want to start from scratch, best idea is to re-image.

If you're in a lab setup, you can nullify the database on the CAM by running the following commands:

- service perfigo stop
- dropdb -h localhost -U postgres controlsmartdb
- createdb -h localhost -U postgres controlsmartdb
- psql -h localhost -U postgres controlsmartdb <  /perfigo/dbscripts/pg_createtable.sql
- service perfigo start

On CAS, you can delete the /perfigo/access/bin/env file and reboot.

HTH,

Faisal

--

If you find this post helpful, please rate so others can find the answer easily

Thanks faisal for  your help

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:

Review Cisco Networking products for a $25 gift card