AR installs numerous subdirectories. These subdirectories are seen in Example 14-2 by issuing the ls command.
# cd /opt/CSCOar # ls README conf examples logs scripts ucd-snmp bin data lib odbc temp usrbin #
Table 14-4 lists these directories as well as a description of them.
Table 14-4. ARs Subdirectories
Directory | Description |
|---|
.system | This is a hidden directory that contains executables that should not be run directly. |
bin | This subdirectory contains the program executables. |
usrbin | This contains a symbolic link that points to the bin directory. |
data | The data subdirectory contains the RADIUS directory that contains session backing files, the db directory that contains configuration database files, the db.bak directory that contains backup files, and the archive directory that contains the replication archive. |
logs | This contains system logs and is the default directory for RADIUS accounting information. |
scripts | This contains sample scripts that you can use to customize your RADIUS server. |
examples | This contains documentation, sample configuration scripts, and shared library scripts. |
lib | This contains Cisco CNS AR software library files. |
ucd-snmp | This contains the UCD-SNMP software Cisco CNS AR uses. |
temp | This is used for temporary storage. |
conf | This contains configuration files. |