【eygle】10g OCR工具ocrcheck ocrconfig ocrdump

idba發表於2008-06-07

在Oracle10g 的RAC環境中,有幾個工具可以用於進行OCR管理,這其中主要的幾個是:ocrcheck ,ocrdump, ocrconfig

ocrcheck可以用於減產OCR儲存的使用情況:

[oracle@smsdbrac1 oracle]$ ocrcheck -help
Name:
ocrcheck - Displays health of Oracle Cluster Registry.

Synopsis:
ocrcheck

Description:
prompt> ocrcheck
Displays current usage, location and health of the cluster registry

Notes:
A log file will be created in
$ORACLE_HOME/log//client/ocrcheck_.log. Please ensure
you have file creation privileges in the above directory before
running this tool.

[oracle@smsdbrac1 oracle]$ ocrcheck
Status of Oracle Cluster Registry is as follows :
Version : 2
Total space (kbytes) : 256788
Used space (kbytes) : 4608
Available space (kbytes) : 252180
ID : 2070899579
Device/File Name : /dev/raw/raw1
Device/File integrity check succeeded

Device/File not configured

Cluster registry integrity check succeeded

以上輸出顯示在256M的OCR儲存中,當前只是用了4M左右的空間,其裝置檔案為:/dev/raw/raw1

ocrconfig -showbackup 命令可以用於檢視Oracle對OCR進行的自動備份:

[oracle@smsdbrac2 ~]$ ocrconfig -showbackup

smsdbrac1 2008/06/05 07:58:23 /opt/oracle/product/10.2.0/crs10g/cdata/crs
smsdbrac1 2008/06/05 03:58:22 /opt/oracle/product/10.2.0/crs10g/cdata/crs
smsdbrac1 2008/06/04 23:58:22 /opt/oracle/product/10.2.0/crs10g/cdata/crs
smsdbrac1 2008/06/04 07:58:10 /opt/oracle/product/10.2.0/crs10g/cdata/crs
smsdbrac1 2008/05/28 03:56:44 /opt/oracle/product/10.2.0/crs10g/cdata/crs

而ocrdump命令可以用於對OCR環境進行備份,如:

ocrdump /tmp/`hostname`_ocrdump_`date +%m%d%y:%H%M`
ocrdump -stdout -keyname SYSTEM.css
ocrdump -stdout -keyname SYSTEM.css -xml

-The End-

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/1384/viewspace-342936/,如需轉載,請註明出處,否則將追究法律責任。

相關文章