cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
672
Views
0
Helpful
1
Replies

CSUtil -s and list of (deleted) users?

gfolens
Level 4
Level 4

I would like to

get a text list of the defined users so I work with csutil.exe -d. This

tool writes a dump.txt file that includes deleted users (I don't see

them via the web interface).

I tested csutil -s to "make database smaller

by removing deleted users" as it is written in the doc but it doesn't work.

Is there a way to get a copy of the user list presented on the web

interface ? If not, how can I identify deleted records in the dump file

(a status fields anywhere ?).

1 Reply 1

pcomeaux
Cisco Employee
Cisco Employee

I searched some TAC cases for answers to your questions.

Here's what I found:

"Like many relational databases, the CiscoSecure user database handles the deletion of records by marking deleted records as deleted but not removing the record from the database. Over time, your CiscoSecure user database may be substantially larger than is required by the number of users it contains. To reduce the CiscoSecure user database size, you can compact it periodically."

It looks like to remove the deleted users, you need to compact the database with a command like this:

CSUtil.exe -d -n -l

Please refer to this link for more info about compacting the dB & to make sure you follow the precautions like backing up the database, etc.

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/csnt30/user/ae.htm#72126

Seems like once you compact the dB, you can re-run your report to dump out all the users. This time, the deleted users should not be there.

thanks

peter