Cisco Systems Servers Server User Manual


 
Appendix E Cisco Secure ACS Command-Line Database Utility
Exporting Group Information to a Text File
E-24
Cisco Secure ACS 3.0 for Windows 2000/NT Servers User Guide
78-13751-01, Version 3.0
Exporting Group Information to a Text File
You can use the -g option to export group configuration data, including device
command sets, from the CiscoSecure user database to a text file named
groups.txt. The groups.txt file is useful primarily for debugging purposes
while working with the TAC.
Note Using the -g option requires that you stop the CSAuth service. While CSAuth
is stopped, no users are authenticated.
To export group information from the CiscoSecure user database to a text file,
follow these steps:
Step 1 On the Cisco Secure ACS server, open an MS DOS command prompt and change
directories to the directory containing CSUtil.exe. For more information about the
location of CSUtil.exe, see the Location of CSUtil.exe and Related Files section
on page E-2.
Step 2 If the CSAuth service is running, type:
net stop csauth
and press Enter.
Result: The CSAuth service stops.
Step 3 Type:
CSUtil.exe -g
and press Enter.
Result: CSUtil.exe exports information for all groups in the CiscoSecure user
database to a file named
groups.txt.
Step 4 To resume user authentication, type:
net start csauth
and press Enter.