When running System Management Homepage's (HPSMH) System
Log Viewer on a log consolidator, the viewer can view the consolidated logs
in addition to the system's local syslog files. The administrator accesses
the viewer using a browser and navigating to http://hostname:2301. In a Serviceguard
cluster, the log consolidation service is highly available and runs as a package.
In order to view the consolidated logs, the administrator had first to determine
where the package was currently running (for example, using cmviewcl -p clog)
and then navigate to the URL for that particular cluster member: http://<hosting_member>:2301/
System Management Homepage has added a new feature to support virtual
IP addresses such as those used by Serviceguard packages. This allows the
administrator to navigate to http://<virtual_IP_address>:2301. This lets
the administrator access the log consolidator immediately using the package's
DNS name or IP address.
This feature is enabled by:
Setting the monitor-ip-changes tag
to 1 in the /opt/hpsmh/conf.common/smhpd.xml file; monitor-ip-changes is
enabled by default.
HPSMH's autostart feature must be enabled. See the smhstartconfig(1M) man
page for details. By default, autostart is enabled.
With the two attributes enabled, when HPSMH processes a new connection
request, it scans the available IP addresses for the system and makes sure
to accept requests for any new addresses that are present on the system. For
example, if a package fails over from member A to member B, new connections
to http://<package_IP_address>:2301 will correctly start HPSMH on memberB.