Go to main content

Oracle® Solaris Cluster 4.3 Software Installation Guide

Exit Print View

Updated: June 2019
 
 

AI System Configuration Profile Properties for Oracle Solaris Cluster Installation

The following table describes the properties to specify in the Oracle Solaris Cluster AI cluster configuration service sc-ai-config. This service must be specified in the AI system configuration profile as a single service. Some properties in this table are used only in the profile for the first, sponsor node.


Note -  Ensure that the values you will specify in your profiles meet Oracle Solaris Cluster requirements and restrictions. See Planning the Oracle Solaris Cluster Environment, particularly Oracle Solaris Cluster Configurable Components.
Property
Description
SC_ARGVAR_NODENAME
The name of the cluster node to install.
SC_ARGVAR_NODEMAC
The MAC address of the cluster node public adapter. The address cannot have leading "0"s.
SC_ARGVAR_NODEIP
The static IPv4 address of the cluster node to install.
SC_ARGVAR_CLUSTERNAME
The cluster name. Specify the same value in the profiles of all cluster nodes.
SC_ARGVAR_SPONSORNODE
The sponsor node, which is normally the first node specified in the node list. Specify the same property value in the profiles of all cluster nodes.
SC_ARGVAR_AUTHLIST
(Sponsor node/single-node cluster profile only) The space-delimited cluster node list.
For a single-node cluster, this property value is the same as for SC_ARGVAR_SPONSORNODE (the node being installed as a single-node cluster).
SC_ARGVAR_NETADDR (172.16.0.0)
SC_ARGVAR_NETMASK (255.255.240.0)
SC_ARGVAR_MAXNODES (32)
SC_ARGVAR_MAXPRIVATENETS (10)
SC_ARGVAR_VIRTUALCLUSTERS (12)
SC_ARGVAR_XIP_VIRTUALCLUSTERS (3)
(Sponsor node/single-node cluster profile only) The private network properties: a dedicated private-network address, netmask, maximum number of global-cluster nodes, maximum number of private networks, maximum number of zone clusters, and maximum number of zone clusters than can be of the exclusive-IP zone type.
In the left column, the value shown after the SC_ARGVAR_NETADDR property is the default private network address used by the scinstall utility. If this address is already in use by the cluster to install, specify a different address so there is no conflict within the enterprise.
The values shown after the other properties in the left column are the maximum setting for each property, and the default values used by the scinstall utility.
To use different values than the scinstall defaults, see Private Network Configuration for guidelines and information about setting and changing the private network properties,.
SC_ARGVAR_ONENODE
(Sponsor-node/single-node cluster profile only) To create a single-node cluster, set this value to 1. Otherwise, set this property to 0.
SC_ARGVAR_AUTOQUORUMCONFIG_TASKNAME ("quorum")
SC_ARGVAR_AUTOQUORUMCONFIG_STATE ("INIT")
(Sponsor node/single-node cluster profile only) If a two-node cluster, automatically add a shared-disk quorum device when both the nodes join the cluster.
SC_ARGVAR_SECURITYCONFIG_TASKNAME ("security")
SC_ARGVAR_SECURITYCONFIG_STATE ("SECURE")
(Sponsor node/single-node cluster profile only) Security setting for executing Resource methods. If these two properties are not specified in the profile, the security setting is set to COMPATIBILITY.
SC_ARGVAR_JUNCTIONS ("switch1 switch2")
SC_ARGVAR_JUNCTYPES ("switch switch")
(Sponsor node/single-node cluster profile only) The name and type of the private connection switches.
SC_ARGVAR_ADAPTERS
SC_ARGVAR_TRTYPES ("dlpi dlpi")
The space-delimited list of the names and types of the private adapters. The dlpi adapter is the only supported adapter type.
SC_ARGVAR_E2CABLES ("switch1 switch2")
The cable connections from the private adapters to the switches.

See the following sections for example profiles that use these properties:

For general information about AI system configuration profiles, see Chapter 11, Defining AI Client System Configuration Parameters in Installing Oracle Solaris 11.3 Systems.