Dell VNX1 Host Connectivity Guide for Oracle Solaris - Page 67

General setup guidelines for configuring Solaris Cluster OPS/RAC data service

Page 67 highlights

Solaris Cluster Unlike other Solaris Cluster data services, it is not registered to the Solaris Cluster framework. This is also the case with the shared disk groups that are used by RAC and Solaris Volume Manager, and are supported with the Cluster feature. The Cluster features enables the ability to create shared disk groups. Shared disk groups are simultaneously imported on multiple cluster nodes. The Cluster feature requires a separate license in addition to the base Veritas Volume Manager license. RAC also can be used without a volume manager with Solaris Cluster. In this configuration, redundancy is provided by the RAID support on the storage array. General setup guidelines for configuring Solaris Cluster OPS/RAC data service Refer to detailed configuration instructions in the Solaris Cluster Data Service for Oracle Real Application Clusters Guide. The following steps assume that the Solaris Cluster framework and RAC and Volume Manager are installed. Refer to the installation guides for those products for specific installation procedures. This examples assume that Veritas Volume Manager is being used. 1. Install the Solaris Cluster Support for RAC packages from the Solaris Cluster Data Services distribution cd. For Solaris 9: # cd /cdrom/suncluster_3_1/Sol_9/Packages On all cluster nodes that will be running the OPS/RAC data service install the packages: # pkgadd -d . SUNWscucm SUNWscor SUNWudlm SUNWudlmr SUNWcvmr SUNWcvm Repeat these procedures on the other cluster nodes that will run the data service. Do not reboot the nodes until the Oracle Distributed Lock Manager (UDLM) has been installed and the shared memory settings have been set up in the /etc/system file on all nodes. Verify that licenses for both the Veritas Volume Manager and Veritas Cluster Feature are installed on all nodes. 2. Install the Oracle UDLM If not already created, a database administrator group and Oracle user account must be created. On each node, an example entry in to the /etc/group file for the dba group could look like the following: dba:*:600:root,oracle One each node, create an entry for the Oracle use ID in the /etc/passwd file. For example: # useradd -u 600 -g dba -d /oracle-home oracle The group/Oracle user ID should be the same on all nodes running the RAC data service. Install the ORCLudlm package on each of the nodes to run the RAC data service. 3. Update the /etc/system file to provide appropriate shared memory resource. These values depend on available resources of the server nodes. Note: This is an example of the /etc/system file parameter settings only: Examples 67

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156

Examples
67
Solaris Cluster
Unlike other Solaris Cluster data services, it is not registered to the Solaris Cluster framework.
This is also the case with the shared disk groups that are used by RAC and Solaris Volume
Manager, and are supported with the Cluster feature. The Cluster features enables the ability to
create shared disk groups. Shared disk groups are simultaneously imported on multiple cluster
nodes. The Cluster feature requires a separate license in addition to the base Veritas Volume
Manager license.
RAC also can be used without a volume manager with Solaris Cluster. In this configuration,
redundancy is provided by the RAID support on the storage array.
General setup guidelines for configuring Solaris Cluster OPS/RAC data service
Refer to detailed configuration instructions in the
Solaris Cluster Data Service for Oracle Real
Application Clusters Guide
.
The following steps assume that the Solaris Cluster framework
and RAC and Volume Manager are installed. Refer to the installation guides for those products
for specific installation procedures. This examples assume that Veritas Volume Manager is
being used.
1.
Install the Solaris Cluster Support for RAC packages from the Solaris Cluster Data
Services distribution cd.
For Solaris 9:
#
cd /cdrom/suncluster_3_1/Sol_9/Packages
On all cluster nodes that will be running the OPS/RAC data service install the packages:
#
pkgadd -d . SUNWscucm SUNWscor SUNWudlm SUNWudlmr SUNWcvmr SUNWcvm
Repeat these procedures on the other cluster nodes that will run the data service. Do not
reboot the nodes until the Oracle Distributed Lock Manager (UDLM) has been installed
and the shared memory settings have been set up in the
/etc/system
file on all nodes.
Verify that licenses for both the Veritas Volume Manager and Veritas Cluster Feature are
installed on all nodes.
2.
Install the Oracle UDLM
If not already created, a database administrator group and Oracle user account must be
created.
On each node, an example entry in to the
/etc/group
file for the dba group could look
like the following:
dba:*:600:root,oracle
One each node, create an entry for the Oracle use ID in the
/etc/passwd
file. For
example:
#
useradd -u 600 -g dba -d /oracle-home oracle
The group/Oracle user ID should be the same on all nodes running the RAC data service.
Install the ORCLudlm package on each of the nodes to run the RAC data service.
3.
Update the
/etc/system
file to provide appropriate shared memory resource. These
values depend on available resources of the server nodes.
Note:
This is an example of the
/etc/system
file parameter settings only: