Use this procedure to install the Oracle Solaris OS on the following systems, as applicable to your cluster configuration:
(Optional) An administrative console that you will install with pconsole software. For more information, see How to Install pconsole Software on an Administrative Console.
(Optional) A quorum server. For more information, see How to Install and Configure Oracle Solaris Cluster Quorum Server Software.
Each node in the global cluster, if you will not use the scinstall custom Automated Installer method to install software. For more information about Automated Installer installation of a cluster, see How to Install and Configure Oracle Solaris and Oracle Solaris Cluster Software (IPS Repositories).
If your nodes are already installed with the Oracle Solaris OS but do not meet Oracle Solaris Cluster installation requirements, you might need to reinstall the Oracle Solaris software. Follow the steps in this procedure to ensure subsequent successful installation of the Oracle Solaris Cluster software. See Planning the Oracle Solaris OS for information about required root-disk partitioning and other Oracle Solaris Cluster installation requirements.
Before You Begin
Perform the following tasks:
Ensure that the hardware setup is complete and that connections are verified before you install Oracle Solaris software. See the Oracle Solaris Cluster Hardware Administration Manual and your server and storage device documentation for details.
Ensure that your cluster configuration planning is complete. See How to Prepare for Cluster Software Installation for requirements and guidelines.
If you use a naming service, add address-to-name mappings for all public hostnames and logical addresses to any naming services that clients use for access to cluster services. See Public-Network IP Addresses for planning guidelines. See your Oracle Solaris system administrator documentation for information about using Oracle Solaris naming services.
Follow installation instructions in Installing Oracle Solaris 11.3 Systems.
You can use any method that is normally used to install the Oracle Solaris software. During Oracle Solaris software installation, perform the following steps:
# pkg publisher PUBLISHER TYPE STATUS URI solaris origin online solaris-repository
For information about setting the solaris publisher, see Adding and Updating Software in Oracle Solaris 11.3.
This series of installation procedures requires the following Oracle Solaris Cluster RBAC authorizations if the user is not the root role:
solaris.cluster.modify
solaris.cluster.admin
solaris.cluster.read
See User Rights Management in Securing Users and Processes in Oracle Solaris 11.3 for more information about using RBAC roles. See the Oracle Solaris Cluster man pages for the RBAC authorization that each Oracle Solaris Cluster subcommand requires.
phys-schost-1# mount | grep global | egrep -v node@ | awk '{print $1}'
phys-schost-new# mkdir -p mountpoint
For example, if the mount command returned the file system name /global/dg-schost-1, run mkdir –p /global/dg-schost-1 on the new node you are adding to the cluster.
Include those updates for storage array support. Also download any needed firmware that is contained in the hardware updates.
For instructions on updating your software, see Chapter 11, Updating Your Software in Oracle Solaris Cluster 4.3 System Administration Guide.
The setting of this value enables you to reboot the node if you are unable to access a login prompt.
grub edit> kernel /platform/i86pc/kernel/amd64/unix -B $ZFS-BOOTFS -k
For more information, see How to Boot a System With the Kernel Debugger (kmdb) Enabled in Booting and Shutting Down Oracle Solaris 11.3 Systems.
Perform this step regardless of whether you are using a naming service.
If you do not want to use the multiple-adapter IPMP groups that the scinstall utility configures during cluster creation, configure custom IPMP groups as you would in a stand-alone system. See Chapter 3, Administering IPMP in Administering TCP/IP Networks, IPMP, and IP Tunnels in Oracle Solaris 11.3 for details.
During cluster creation, the scinstall utility configures each set of public-network adapters that use the same subnet and are not already configured in an IPMP group into a single multiple-adapter IPMP group. The scinstall utility ignores any existing IPMP groups.
![]() | Caution - If the Oracle Solaris Cluster software is already installed, do not issue this command. Running the stmsboot command on an active cluster node might cause Oracle Solaris services to go into the maintenance state. Instead, follow instructions in the stmsboot(1M) man page for using the stmsboot command in an Oracle Solaris Cluster environment. |
phys-schost# /usr/sbin/stmsboot -e
Enables Oracle Solaris I/O multipathing.
See How to Enable Multipathing in Managing SAN Devices and Multipathing in Oracle Solaris 11.3 and the stmsboot(1M) man page for more information.
Next Steps
If you want to use the pconsole utility, go to How to Install pconsole Software on an Administrative Console.
If you want to use a quorum server, go to How to Install and Configure Oracle Solaris Cluster Quorum Server Software.
If your cluster nodes support the mirroring of internal hard drives and you want to configure internal disk mirroring, go to How to Configure Internal Disk Mirroring.
SPARC: If you want to install Oracle VM Server for SPARC, go to How to Install Oracle VM Server for SPARC Software and Create Domains.
Alternatively, to use the Oracle VM Server for SPARC template for Oracle Solaris Cluster to install and configure a cluster of guest domains or I/O domains, go to Establishing a New Logical Domain Cluster by Deploying the Oracle Solaris Cluster Oracle VM Server for SPARC Template. However, you cannot use this template to install and configure control domains as cluster nodes. Instead, follow software installation and configuration procedures as for a physical machine.
Otherwise, install the Oracle Solaris Cluster software on the cluster nodes.
If you already installed the Oracle Solaris OS on the cluster nodes, go to How to Install Oracle Solaris Cluster Software Packages.
If you want to use the scinstall custom Automated Installer (AI) method to install both Oracle Solaris OS and Oracle Solaris Cluster software on the cluster nodes, go to How to Install and Configure Oracle Solaris and Oracle Solaris Cluster Software (IPS Repositories).
See Also
See the Oracle Solaris Cluster 4.3 System Administration Guide for procedures to perform dynamic reconfiguration tasks in an Oracle Solaris Cluster configuration.