Post-Installation Activities: Licensing BAC
Post-Installation Activities: Licensing BAC
Post-Installation Activities: Licensing BAC
Post-Installation Activities
This chapter describes the tasks that you perform after installing Cisco Broadband Access Center (BAC):
Licensing BAC, page 4-1
Enabling a Network Registrar Spoofing DNS Server, page 4-3
Configuring the Syslog Utility to Receive Alerts from BAC, page 4-3
Licensing BAC
This BAC release enables licensing using a service file. These licenses allow you to provision a set
number of services using BAC. Each service translates to three IP addresses provisioned in the system;
thus, a 10,000 service license equates to 30,000 IP addresses. The license file that you receive will
contain the number of IP addresses that are licensed, not the number of services that you purchased.
Caution Do not edit your license file. Changing the data in any way invalidates the license file.
You still require separate licenses for the following BAC components:
The DPE
The KDC, if you configure your network to support voice technology
The DPE license is contained within the license file and licenses the DPE when you install the license
file from the administrator user interface. The KDC license continues to be proprietary, as in previous
BAC releases, and is licensed during BAC installation.
For details on how to obtain your license file, refer to the Release Notes for Cisco Broadband Access
Center 4.0.
Installation and Setup Guide for Cisco Broadband Access Center 4.0
OL-12875-01 4-1
Chapter 4 Post-Installation Activities
Licensing BAC
Step 1 Once you receive your license file, save each file to the local system on which you intend to launch your
web browser.
Step 2 Launch your web browser on that system.
Step 3 Enter the administrators location using this syntax:
http://machine_name:port_number/
machine_nameIdentifies the computer on which the RDU is running.
Note To access the administrator user interface via HTTP over SSL, also known as HTTPS, enter:
https://machine_name:port_number/
port_numberIdentifies the computer port on which the server side of the administrator application
runs. The default port number is:
8100 for HTTP over TCP
8443 for HTTP over SSL
The main login page appears.
Step 4 Enter the default username (admin) and password (changeme).
Note If you are logging in for the first time, the Change Password screen appears. Enter a new
password and confirm it.
Installation and Setup Guide for Cisco Broadband Access Center 4.0
4-2 OL-12875-01
Chapter 4 Post-Installation Activities
Enabling a Network Registrar Spoofing DNS Server
Caution Be careful not to copy the license file as an ASCII file. The file contains binary data susceptible to
unwanted modification during an ASCII transfer.
Do not copy KDC license files between operating systems because the transfer process may damage the
file.
Step 5 To restart the KDC server and make the changes take effect, run the bprAgent restart kdc command
from the /etc/init.d directory.
BAC generates alerts through the Solaris syslog service. Syslog is a client-server protocol that manages
the logging of information on UNIX. BAC syslog alerts are not a logging service; they notify that a
problem exists, but do not necessarily define the specific cause of the problem. This information might
reside in the appropriate BAC log files (rdu.log and dpe.log). If you choose to configure the syslog file,
these alerts are directed to a separate log file.
For more information on error messages and alerts, refer to the Cisco Broadband Access Center
Administrator Guide 4.0.
Installation and Setup Guide for Cisco Broadband Access Center 4.0
OL-12875-01 4-3
Chapter 4 Post-Installation Activities
Configuring the Syslog Utility to Receive Alerts from BAC
To configure the syslog utility on the Network Registrar extension points and the RDU server:
Step 3 Open the /etc/syslog.conf file with a text editor, such as vi.
Step 4 Add this line to the /etc/syslog.conf file:
local6.info /var/log/bac.log
Note You must insert one or more tabs between the local6:info and /var/log/bpr.log information.
Note The process ID (PID) in this example is 217, but may change when you run ps -ef | grep syslogd.
Use the correct output from that command as the input to kill -HUP.
Installation and Setup Guide for Cisco Broadband Access Center 4.0
4-4 OL-12875-01