36
Configuring SNMP MIB
To use the ColdFusion Server MIB features, you must configure the following
settings.
To configure Solaris use the MIB Agent:
1
2
3
4
Configuring the MIB Agent for HTTPS and non-default ports
To use HTTPS, a different Web server name, or a different port to access the Web
document root for ColdFusion MIB information, modify the content of /usr/lib/
btcats/database/mib.properties file.
This file usually contains one entry, such as
host name, and
MIB information. To use HTTPS, a different Web document root (maine1), and port
(459), edit the entry to
Tip
You can find the MIB definition in /usr/lib/btcats/database/lhmib_UNIX.mib.
Stop the SNMP process by entering the following command:
/etc/init.d/init.snmpdx
kill
-9
<the pid of the allaire_mibd process>
In the file /etc/snmp/conf/allaire_mib.acl, find the following section:
trap = {
{
trap-community = public
hosts = localhost
{
enterprise = "allaire"
trap-num = 1, 2, 3, 4
}
}
}
Change
to point to the server(s) that are to receive trap messages from
localhost
the local host. If two or more servers should receive traps, the line should be in
the format:
hosts = host1, host2
The system names must be valid on your network (you must be able to ping them
from the local host). If the system names are invalid, the MIB does not work
correctly and the MIB log file grows very large. Do not delete or comment out the
trap section of allaire_mib.acl.
Restart the SNMP process by entering the following command:
/etc/init.d/init.snmpdx start
Go to the Debug Options page of the ColdFusion Administrator, and ensure that
the Enable Performance Monitoring checkbox is selected.
http://maine
https://maine1:459
Chapter 2 Installing ColdFusion Server in Solaris
stop
http://maine
is the Web document root directory of the ColdFusion
.
, where
is the local
maine
Need help?
Do you have a question about the COLDFUSION 5 - INSTALING AND CONFIGURING SERVER and is the answer not in the manual?