Go to main content

Oracle® Solaris Cluster 4.3 Software Installation Guide

Exit Print View

Updated: June 2019
 
 

Example Automated Installer Cluster Installation Files

This appendix provides the following examples and guidelines to create or modify an Automated Installer (AI) manifest and an AI system configuration profile to install a new Oracle Solaris Cluster configuration. These guidelines are an alternative to generating the files by using the scinstall utility as described in Establishing a New Oracle Solaris Cluster With the Automated Installer.

For general information about creating or modifying an AI manifest or system configuration profile, see Part 3, Installing Using an Install Server, in Installing Oracle Solaris 11.3 Systems and the installadm(1M) man page.

AI Manifest Properties for Oracle Solaris Cluster Installation

The following excerpt from an Automated Install (AI) manifest shows the properties used to specify the following installation information for Oracle Solaris Cluster software:

  • The Oracle Solaris Cluster publisher ha-cluster.

  • One or more Oracle Solaris Cluster package groups or individual packages to install. For lists of Oracle Solaris Cluster package groups and individual packages, see Oracle Solaris Cluster 4.3 Package Group Lists.

   <software name="ips" type="IPS">
      <source>
         <publisher name="solaris">
            <origin name="solaris-repo"/>
         </publisher>
         <publisher name="ha-cluster">
            <origin name="cluster-repo"/>
         </publisher>
      </source>
      <software_data>
         <name>entire@latest</name>
         <name>solaris-pkg-group</name>
         <name>cluster-pkg-group</name>
      </software_data>
   </software>

For general information about AI manifests, see Chapter 10, Defining AI Client Installation Parameters in Installing Oracle Solaris 11.3 Systems.