Follow these instructions to configure logging for the Micetro DNS and DHCP Agents.
DNS Agent
- After installing the DNS Agent, create the logging directory
(/var/cache/bind/mmsuite/ in Ubuntu, or specify your
own):
mkdir /var/named/mmsuite/logs/ - Edit the /var/named/mmsuite/preferences.cfg file and add/edit
the
following:
<LogFileName value="/var/named/mmsuite/logs/mmremote.log" /> <LogDestination value="3"/> <LogLevel value="5" />(Amend the directory path as needed.)
- Restart the DNS
Agent:
systemctl restart mmremoteDHCP Agent
DHCP Agent
- After installing the DHCP Agent, create the logging directory
(/var/mmsuite/dhcp_server_controller/logs/ or specify
your
own):
mkdir /var/mmsuite/dhcp_server_controller/logs/ - Edit the /var/mmsuite/dhcp_server_controller/preferences.cfg
file and add/edit the
following:
<LogFileName value="/var/mmsuite/dhcp_server_controller/logs/mmremote.log" /> <LogDestination value="3"/> <LogLevel value="5" />(Amend the directory path as needed.)
- Restart the DHCP Agent:
systemctl restart mmremote