/ dot-dot dot Title:TThier/DBAtips/9iRAConSolaris9/insSunCluster31.html Author: Dan Bikle This page contains some information I gathered while I installed Sun Cluster 3.1 on Solaris 9. I started this effort by installing "The SAN packages": SAN Packages SANpkg.html Also, I edited /etc/system so that Sun Cluster could make use of shared memory: etcSystem.txt Then, I obtained the Sun Cluster 3.1 software. After I unpacked the software I saw this: mule-1# pwd /bikle/sunclusterDownload mule-1# ls -la total 190676 drwxr-xr-x 5 root other 512 Nov 24 11:23 ./ drwxr-xr-x 6 root other 512 Nov 21 20:02 ../ -r--r--r-- 1 root other 296 Aug 29 00:35 .cdtoc drwxr-xr-x 3 root other 512 Sep 3 16:00 .install/ -r--r--r-- 1 root other 3624 Aug 29 00:35 Copyright -r--r--r-- 1 root other 3154 Aug 29 00:35 License.txt drwxr-xr-x 4 root other 512 Sep 3 16:00 README/ drwxr-xr-x 4 root other 512 Sep 3 16:00 SunCluster_3.1/ -r--r--r-- 1 root other 10519 Aug 29 00:35 index.html -r-xr-xr-x 1 root other 433 Aug 29 00:35 installer* -rw-r--r-- 1 root other 97534166 Nov 11 17:52 suncluster_3_1_u1.zip mule-1# Next, I started work on installation worksheets which are discussed here: http://docs.sun.com/db/doc/816-5317/6mbfhkuqd?a=view and here: installationNotes.html installTask2.html Local File Systems and swap: mule-1# df -k Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 8068221 2027676 5959863 26% / /proc 0 0 0 0% /proc mnttab 0 0 0 0% /etc/mnttab fd 0 0 0 0% /dev/fd swap 30015120 104 30015016 1% /var/run swap 30015016 0 30015016 0% /tmp /dev/dsk/c0t0d0s7 18963 9 17058 1% /diskmanage /dev/dsk/c0t0d0s3 144359 9 129915 1% /globaldevices mule-1# mule-1# swap -l swapfile dev swaplo blocks free /dev/dsk/c0t0d0s1 32,1 16 4099424 4099424 mule-1# mule-2# df -k Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 8068221 1513994 6473545 19% / /proc 0 0 0 0% /proc mnttab 0 0 0 0% /etc/mnttab fd 0 0 0 0% /dev/fd swap 30017720 40 30017680 1% /var/run swap 30017680 0 30017680 0% /tmp /dev/dsk/c0t0d0s3 144359 9 129915 1% /globaldevices /dev/dsk/c0t0d0s7 18963 9 17058 1% /diskmanage mule-2# mule-2# swap -l swapfile dev swaplo blocks free /dev/dsk/c0t0d0s1 32,1 16 4099424 4099424 mule-2# Cluster and Node Names Worksheet: Cluster name: bikle First-Installed node name: mule-1 Additional node name: mule-2 I pick defaults for all the other items. Cluster Interconnect Worksheet: Node Name: clusternode1-priv Adapter Name: qfe0,1 Port Name: 1 Transport Type: dlpi Node Name: clusternode2-priv Adapter Name: qfe0,1 Port Name: 2 Transport Type: dlpi Public Networks Worksheet: Primary Node name: mule-1 Adapter name and test IP address: hme0, 10.6.146.25 Network name: net1 Secondary Node name: mule-2 Adapter name and test IP address: qfe3 10.6.146.26 Network name: net1 Local Devices Worksheets: Node Name: mule-1 AVAILABLE DISK SELECTIONS: 0. c0t0d0 <SUN18G cyl 7506 alt 2 hd 19 sec 248> /ssm@0,0/pci@18,700000/pci@1/SUNW,isptwo@4/sd@0,0 1. c3t4d0 <SUN-T300-0117 cyl 34901 alt 2 hd 224 sec 128> /ssm@0,0/pci@19,600000/SUNW,qlc@1/fp@0,0/ssd@w50020f230000471c,0 Node Name: mule-2 AVAILABLE DISK SELECTIONS: 0. c0t0d0 <SUN18G cyl 7506 alt 2 hd 19 sec 248> /ssm@0,0/pci@1d,700000/pci@3/SUNW,isptwo@4/sd@0,0 1. c1t16d0 <SUN-T300-0117 cyl 34901 alt 2 hd 224 sec 128> /ssm@0,0/pci@1c,600000/SUNW,qlc@1/fp@0,0/ssd@w50020f2300004d83,0 Disk Device Group Configurations Worksheet: Shared disk group: oradg Shared disk: Node Name: mule-1 2. c4t1d0 <SUN-T300-0117 cyl 34901 alt 2 hd 128 sec 256> /ssm@0,0/pci@19,700000/pci@2/SUNW,qlc@5/fp@0,0/ssd@w50020f2300007c7a,0 Node Name: mule-2 2. c4t1d0 <SUN-T300-0117 cyl 34901 alt 2 hd 128 sec 256> /ssm@0,0/pci@1d,700000/SUNW,qlc@2/fp@0,0/ssd@w50020f2300007c7a,0 partition> p Current partition table (original): Total disk cylinders available: 34901 + 2 (reserved cylinders) Part Tag Flag Cylinders Size Blocks 0 unassigned wm 0 0 (0/0/0) 0 1 unassigned wm 0 0 (0/0/0) 0 2 backup wu 0 - 34900 545.33GB (34901/0/0) 1143635968 3 - wu 0 - 0 16.00MB (1/0/0) 32768 4 - wu 2 - 34900 545.30GB (34899/0/0) 1143570432 5 unassigned wm 0 0 (0/0/0) 0 6 unassigned wm 0 0 (0/0/0) 0 7 unassigned wm 0 0 (0/0/0) 0 At this point I was at the location listed below in the installation documentation: http://docs.sun.com/db/doc/816-3388/6m9m20hoh The documentation did not tell me to get patches from http://patchpro.sun.com/ but I am experienced enough to know this. So, I went to http://patchpro.sun.com/ and used their interface to specify and download Solaris 9 patches related to Sun Cluster 3.1. The interface is comprehensive; here is what I saw: patchPro1.png patchPro2.png patchPro3.png patchPro4.png It suggested the following list of patches: Sun Cluster Patches (pre-install): sunclustPreInsPatches.txt patchPro5.png Sun Cluster Patches sunclustPatches.txt patchPro6.png Post-Sun Cluster Patches sunclustPostInsPatches.txt patchPro7.png After I installed the "Sun Cluster Patches (pre-install)" on both nodes, I ran scinstall on node1. This step corresponds to these documentation locations: http://docs.sun.com/db/doc/816-3388/6m9m20hoj?a=view#z40001fb1003761 installationNotes.html installTask3.html Here are screen dumps related to my interactions with the scinstall utility: scinstallNode1.txt Then, I ran scinstall on node2: scinstallNode2.txt Then, I followed instructions located here: Perform post-installation setup and assign quorum votes: http://docs.sun.com/db/doc/816-3388/6m9m20hp1?a=view#cihecfab Also, this task is discussed here: installationNotes.html installTask3.html Screen dump: postSCins.txt |