|
This section details some deployment considerations which will affect the configuration, operation, and the quality of the data that you can obtain using BMC Atrium Discovery. Process to Communication Mapping (LSOF)BMC Atrium Discovery uses the lsof command to map processes to network communications on some UNIX-like operating systems. This enables Reasoning to accurately map software applications that span multiple hosts. Some organizations choose not to install lsof and other diagnostic tools on their UNIX systems. If lsof is not installed on your UNIX systems you will not be able to relate the communication to processes on those systems.
NTP ConfigurationYou should configure the NTP service on the Community Edition Virtual Machine. This is of particular importance if it will be involved in consolidation. If you do not configure NTP, the appliance time can drift backwards, preventing the datastore from validating itself. This in turn prevents the system from restarting. See Configuring the NTP client for more information. Solaris 8 and ifconfigIn Solaris 8 there are two ifconfig binaries:
The default path statement set by BMC Atrium Discovery ensures that /sbin/ifconfig is called first. In Solaris 8 this is the incorrect version, /usr/sbin/ifconfig must be run to obtain the correct information. To ensure this is the case, edit the ifconfig discovery script to specify the full path to ifconfig: IFCONFIG=`PRIV_IFCONFIG /usr/sbin/ifconfig -a 2>/dev/null` echo "$IFCONFIG" |
