cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1030
Views
9
Helpful
3
Replies

How to take backup of CWM server ?

cisco
Level 1
Level 1

How to take backup of CWM server ?

regards

Neo

3 Replies 3

David Stanford
Cisco Employee
Cisco Employee

DB Export and Import commands that can be used prior to and after upgrades

Export stratacom database

# dbexport stratacom -o

Export scmdb database

# dbexport scmdb -o

Export statsdb database

# dbexport statsdb -o

If you have a WANDEST server installed then export the WANDEST database:

# dbexport wandest -o

Get the output of onstat -d

# onstat -d > /onstat.out

To import on a separate partition:

# dbimport stratacom -d datadbs -i

# dbimport statsdb -d datadbs -i

# dbimport scmdb -d datadbs -i

To import on the same partition:

# dbimport stratacom -i

# dbimport statsdb -i

# dbimport scmdb -i

For WANDEST:

# dbimport wandest -i

Hi ,

any link where i find more info on same ?

regards

Neo