Syslog-Ng Guide HPUX
Syslog-Ng Guide HPUX
Syslog-Ng Guide HPUX
Copyright 2003 - 2008 Hewlett-Packard Development Company, L.P. Legal Notices Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein.
Table of Contents
1 Distributed Systems Administration Utilities V2.1 Release Notes...............................5
What's in This Version............................................................................................................................5 Configuration Synchronization.........................................................................................................5 New Features...............................................................................................................................5 Known Problems and Workarounds...........................................................................................5 Consolidated Logging.......................................................................................................................6 New Features ..............................................................................................................................6 Known Problems..........................................................................................................................6 Command Fanout..............................................................................................................................6 New Features ..............................................................................................................................6 Known Problems and Workarounds...........................................................................................7 DSAU Documentation............................................................................................................................7 Locating the Distributed Systems Administration Utilities Release Notes..............................................7 Locating the Distributed Systems Administration Utilities User's Guide..............................................7
Table of Contents
List of Tables
1-1 DSAU and Open Source Versions...................................................................................................5
List of Tables
Configuration Synchronization
New Features
Configuration Engine Updated to New Version DSAU now uses the Configuration Engine (cfengine) version 2.2.6. The new version of Configuration Engine includes minor enhancements and fixes for defects. For more information about changes in cfengine version 2.2.6, see the ChangeLog file located at /opt/dsau/src/ cfengine/cfengine-2.2.6.tar.gz on your system. New Package Styling The Serviceguard package styling is now moved from legacy to modular. The benefit of modular package styling includes flexibility and scalability to Serviceguard users. For more information about modular style of packaging, see the Migrating Packages from Legacy to Modular Style white paper available at http://docs.hp.com/en/12120/migrating-packages.pdf.
When configuring configuration synchronization in a Serviceguard cluster, cfengine is defined to run as a package. The data items specified in the input file include the volume group and logical volume names for the package. Both of these values must be fully qualified. For example: volumegroup:/dev/vgcsync logicalvolume:/dev/vgcsync/lvol1 When running the Configuration Synchronization Wizard in a Serviceguard cluster, make sure your current directory is not on the filesystem associated with the shared storage for the package. When creating the Serviceguard package, the filesystem is forcibly dismounted and Serviceguard will inadvertently kill the wizard process since it is preventing the filesystem from being dismounted. During each use, the Configuration Synchronization Wizard creates backups of the current cfengine configuration in the directory /var/opt/dsau/cfengine/backups. The top level files in this directory are the most recent backups. Any previous configurations are saved time-stamped subdirectories named "v_timestamp". These backup directories are never deleted and can accumulate if the wizard is used many times. HP recommends that you delete these backup directories periodically.
Consolidated Logging
New Features
Syslog Next Generation Updated to New Version DSAU now uses the Syslog Next Generation (syslog-ng) version 2.0.9. The new version of Syslog Next Generation supports IPv6, and includes minor enhancements and fixes for defects. For more information about changes in syslog-ng version 2.0.9, see the NEWS file located at /opt/dsau/src/syslog-ng/syslog-ng-2.0.9.tar.gz on your system. New Package Styling The Serviceguard package styling is now moved from legacy to modular. The benefit of modular package styling includes flexibility and scalability to Serviceguard users. For more information about modular style of packaging, see the Migrating Packages from Legacy to Modular Style white paper available at http://docs.hp.com/en/12120/migrating-packages.pdf.
Known Problems
There are no known problems in this release.
Command Fanout
New Features
Parallel Distributed Shell Updated to New Version DSAU now uses the Parallel Distributed Shell (pdsh) version 2.16. The new version of Parallel Distributed Shell includes minor enhancements and fixes for defects. For more information about changes in pdsh version 2.16, see the NEWS file located at /opt/dsau/src/pdsh/ pdsh-2.16.tar.gz on your system.
IMPORTANT: On HP-UX 11i v2 Integrity systems, pdsh requires an additional software, LibcExt, to make use of the functions that are not shipped with the standard Library Routines, libc on HP-UX 11i v2. LibcExt contains setegid() and seteuid() POSIX APIs, which the pdsh tool requires to function properly. LibcExt forms part of the Portability Package (Product # PortPkg) depot. You can download Portability Package from the HP Software Depot web site at www.software.hp.com
DSAU Documentation
DSAU documentation includes the following items: Distributed Systems Administration Utilities User's Guide These Release Notes (the document you are reading) DSAU manual pages Open source manual pages
DSAU Documentation