Databases Reference
In-Depth Information
Next, run the following cellcli command with dcli to ensure that all of your Exadata
grid disks are online. The grep -v will omit all lines that do not contain the text ONLINE ; in
other words, you want to confirm that the following command returns no output:
10.
[root@cm01dbm01 ~]# dcli -g ./cell_group -l root cellcli -e list griddisk
attributes name,status,asmmodestatus | grep -v ONLINE
[root@cm01dbm01 ~]#
11.
Confirm that there are no errors reported by the storage cell's validation framework using
the following dcli command. The command should show no output:
[root@cm01dbm01 ~]# dcli -g cell_group -l root grep -i fail \
/var/log/cellos/validations.log
[root@cm01dbm01 ~]#
12.
After confirming a successful patch application, run the patch cleanup utility using
patchmgr to delete any interim patch files from each storage cell:
[root@cm01dbm01 patch_11.2.3.1.1.120607]# ./patchmgr -cells ~/cell_group -cleanup
Linux cm01dbm01.centroid.com 2.6.18-238.12.2.0.2.el5 #1 SMP Tue Jun 28
05:21:19 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
2012-10-10 18:18:57 :DONE: Cleanup
[root@cm01dbm01 patch_11.2.3.1.1.120607]#
13.
The last step is typically to check your InfiniBand switch software and OpenSM
configuration from each storage cell using the following CheckSWProfile.sh command:
[root@cm01cel01 ~]# /opt/oracle.SupportTools/CheckSWProfile.sh -I \
cm01sw-ib2,cm01sw-ib3
Checking if switch cm01sw-ib2 is pingable...
Checking if switch cm01sw-ib3 is pingable...
Use the default password for all switches? (y/n) [n]: n
Use same password for all switches? (y/n) [n]: y
Enter admin or root password for All_Switches:
Confirm password:
[INFO] SUCCESS Switch cm01sw-ib2 has correct software and firmware version:
SWVer: 1.3.3-2
[INFO] SUCCESS Switch cm01sw-ib2 has correct opensm configuration:
controlled_handover=TRUE polling_retry_number=5 routing_engine=ftree
sminfo_polling_timeout=1000 sm_priority=5
[INFO] SUCCESS Switch cm01sw-ib3 has correct software and firmware version:
SWVer: 1.3.3-2
[INFO] SUCCESS Switch cm01sw-ib3 has correct opensm configuration:
controlled_handover=TRUE polling_retry_number=5 routing_engine=ftree
sminfo_polling_timeout=1000 sm_priority=5
[INFO] SUCCESS All switches have correct software and firmware version:
SWVer: 1.3.3-2
Search WWH ::




Custom Search