Sun Cluster 2.2 Software Installation Guide

Planning Your Solaris Operating Environment Installation

All nodes in a cluster must be installed with the same version of the Solaris operating environment (Solaris 2.6, Solaris 7, or Solaris 8) before you can install the Sun Cluster software. When you install Solaris on cluster nodes, follow the general rules in this section.

Disabling Solaris Interface Groups

A new feature called interface groups was added to the Solaris 2.6 operating environment. This feature is implemented as default behavior in Solaris 2.6 software, but as optional behavior in subsequent releases.

As described in the ifconfig(1M) man page, logical or physical interfaces that share an IP prefix are collected into an interface group. IP uses the interface group to rotate source address selections when the source address is unspecified. An interface group made up of multiple physical interfaces is used to distribute traffic across different IP addresses on a per-IP-destination basis (see netstat(1M) for information about per-IP-destination).

When enabled, the interface groups feature causes a problem with switchover of logical hosts. The system will experience RPC timeouts and the switchover will fail, causing the logical host to remain mastered on its current host. Therefore, interface groups must be disabled on all cluster nodes. The status of interface groups is determined by the value of ip_enable_group_ifs in /etc/system.

The value for this parameter can be checked with the following ndd command:


# ndd /dev/ip ip_enable_group_ifs

If the value returned is 1 (enabled), disable interface groups by editing the /etc/system file to include the following line


set ip:ip_enable_group_ifs=0
:


Caution - Caution -

Whenever you modify the /etc/system file, you must reboot the system for the changes to take effect.


Partitioning System Disks

When Solaris is installed, the system disk is partitioned into slices for root (/), /usr, and other standard file systems. You must change the partition configuration to meet the requirements your volume manager. Use the guidelines in the following sections to allocate disk space accordingly.

File System Slices

See your Solaris documentation for file system sizing guidelines. Sun Cluster imposes no additional requirements for file system slices.

Volume Manager Slices

If you will be using Solstice DiskSuite, set aside a 10 Mbyte slice on the system disk for metadevice state database replicas. See your Solstice DiskSuite documentation for more information about replicas.

If you will be using VxVM, designate a disk for the root disk group (rootdg). See your VERITAS documentation for guidelines and details about creating the rootdg. Refer also to "VERITAS Volume Manager Considerations", for more information.

The Root (/) Slice

The root (/) slice on your local disk must have enough space for the various files and directories as well as space for the device inodes in /devices and symbolic links in /dev.

The root slice also must be large enough to hold the following:

Your cluster might require a larger root file system if it contains large numbers of disk drives.


Note -

If you run out of free space, you must reinstall the operating environment on all cluster nodes to obtain additional free space in the root slice. Make sure at least 20 percent of the total space on the root slice is left free.


The /usr, /var, and /opt Slices

The /usr slice holds the user file system. The /var slice holds the system log files. The /opt slice holds the Sun Cluster and data service software packages. See your Solaris advanced system administration documentation for details about changing the allocation values when installing Solaris software.