Open HA Cluster man Page Source
To get source code for man pages go to the OHAC Download page. The majority of Open High Availability Cluster code is released under the Common Development and Distribution License (CDDL) Version 1.0.
The following man pages are currently available:
- Open HA Cluster Core
- Open HA Cluster Core Quorum
- Open HA Cluster Geographic Edition
- Open HA Cluster Data Services (Agents) for the following applications: |Apache
DNS
Kerberos
MaxDB
NFS
SAP
SAP liveCache|SAP Web Application Server
Siebel
Sun Java System Application Server
Sun Java System Application Server EE (HADB)
Sun Java System Message Queue
Sun Java System Web Server
WebLogic Server
Source based on existing open source projects will continue to be available under their current licenses. Some binary components are covered under the OpenSolaris Binary License and some are covered under other open source licenses. Specific download pages provide license information that is associated with the available component pieces.
To make a contribution or request a sponsor, refer to How to Participate in Open HA Cluster Documentation.
Downloading and Extracting man Page Source
To download and extract man page source files, complete the following steps.
In the tarball name, set is the subset of OHAC man pages, and YYYYMMDD is the date of the tarball, where:
YYYY=year
MM=month
DD=day
- On the OHAC Download page, click the link for the man page tarball that you want and save the ohacset-man-YYYYMMDD.tar.bz2 file to disk.
Tarballs that you can download and extract include those that contain the OHAC Core, OHAC Core Quorum (qs), OHAC Data Services (Agents) (ds), and OHAC Geographic Edition (geo) man page source files. - Extract the man page source.
% bzcat ohacset-man-YYYYMMDD.tar.bz2 | tar xvf -
The man page source files are extracted and placed in a subdirectory named man/, which contains a subdirectory for each man page section. Examples of these subdirectories include man1m/ and man3ha/.