
Learn how high availability clusters enable active and passive failover, quorum, resources, and shared storage management for Solaris environments.
Configure static IPs on both Solaris nodes, enable ssh access, and update the hosts file to map 1921681110 and 1921681120 to Solaris one and Solaris two for reliable cluster access.
Upload and install the local repo on Solaris, create the repo directory, set permissions, set the local publisher, refresh the catalog, and test installs like telnet and nmap.
Set up the high availability cluster repository for the Unix oracle solaris course by mounting the ISO, configuring the cluster repo with pg set repo, and preparing for cluster installation.
Explore how quorum keeps a two-node Unix Solaris cluster running by using a shared disk as a quorum device to maintain two votes and prevent panic.
Learn how to set up resources and resource groups within a high-availability cluster, including active-passive failover and quorum to keep storage accessible even when a node fails.
Set up a shared disk for a two-node Solaris high-availability cluster by adding an iSCSI controller, creating shareable storage, formatting disk, and refreshing status to recognize quorum on both nodes.
Create and register a sun storage resource type, assemble a resource group with a storage pool, then deploy resources and test failover between Solaris nodes.
This course in 2025 will teach you how to setup a cluster step by step
Will learn how to setup High Availability ( Active - Passive ) Failover
Teach you how the cluster works and components like :
- Quorum
- Resources
- Fencing
- Troubleshooting
- Active - Passive
- Failover
Solaris Cluster
Oracle Solaris Cluster (sometimes Sun Cluster or SunCluster) is a high-availability cluster software product for Solaris, originally created by Sun Microsystems, which was acquired by Oracle Corporation in 2010. It is used to improve the availability of software services such as databases, file sharing on a network, electronic commerce websites, or other applications. Sun Cluster operates by having redundant computers or nodes where one or more computers continue to provide service if another fails. Nodes may be located in the same data center or on different continents.
Background
Solaris Cluster provides services that remain available even when individual nodes or components of the cluster fail. Solaris Cluster provides two types of HA services: failover services and scalable services.
To eliminate single points of failure, a Solaris Cluster configuration has redundant components, including multiple network connections and data storage which is multiply connected via a storage area network. Clustering software such as Solaris Cluster is a key component in a Business Continuity solution, and the Solaris Cluster Geographic Edition was created specifically to address that requirement.
Solaris Cluster is an example of kernel-level clustering software. Some of the processes it runs are normal system processes on the systems it operates on, but it does have some special access to operating system or kernel functions in the host systems.
In June 2007, Sun released the source code to Solaris Cluster via the OpenSolaris HA Clusters community