cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
867
Views
0
Helpful
4
Replies

CET configuration repository?

michael-luo
Level 1
Level 1

I'm curious where CET tool pull the configuration data from?  Was it from a database or from a flat file on UCCX?

Thanks!

4 Replies 4

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

I imagine it would be from flat files - that's how it was on the Windows versions and the code used to read it then would (I imagine) be pretty portable since it's Java.

Have you tried searching the fs for similar file names to v7 in recovery mode? They were all in folders call wfavvid/ClusterData/default/com.cisco.crs.cluster.config.AppAdminSetupConfig and so on...

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Thank you very much!

I think I found it under \opt\cisco\uccx\ClusterData\default. 

Michael

Good to know..  might save a TAC call or two :-)

I just found a little note-to-self about changing one of the settings (for FRESH_INSTALL) - not easy to edit without cet hmm?

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Shouldn't be too difficult.

Open the xml file in corresponding directory.  e.g. open the xml in "

/opt/cisco/uccx/ClusterData/default/com.cisco.crs.cluster.config.AppAdminSetupConfig", and look at the blobValue.  It's encoded in ASCII.

Translate that with the ASCII table:

You'll get:

46 = F

52 = R

45 = E

53 = S

48 = H

5F = _

49 = I

4E = N

53 = S

54 = T

41 = A

4C = L

4C = L