Configuring UNIX and Solaris 8 systems for discovery
NTP configuration
You should configure the NTP service on the 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. For more information, see Performing-time-synchronization.
Solaris 8 and ifconfig
In Solaris 8 there are two ifconfig binaries:
- /sbin/ifconfig
/usr/sbin/ifconfig
In all versions of Solaris other than 8, there is a single binary and a symbolic link.
The default path statement set by BMC 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"Do not modify the path statement to correct this issue as that will cause other problems.