网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
本月文章推荐
.ORACLE 中常用的查看数据库的SQL.
.oracle10g ias 在aix 5l安装纪实.
.如何让postfix支持maildir.
.Linux的IP设置技巧.
.JOB 用法小结.
.留言簿(带Oracle数据库分页的显.
.IBM、Oracle把PHP应用到SOA中.
.如何选购Linux可以搭配的机器之B.
.Oracle DP2000 应用技巧.
.docmd.runsql 语句执行的操作查询.
.oracle 基础入门.
.学会将SYS_GUID和序列作为主关键.
.优化数据库大幅度提高Oracle的性.
.从Oracle空间数据中诞生SVG.
.vim 使用技巧.
.Oracle全局数据库名、环境变量和.
.(原创)ORA-01092: ORACLE 例程.
.Oracle中分区表的使用.
.Oracle数据库内存参数调优技术的.
.转载:如何有效的利用数据字典.

Oracle10g R2新增工具:CVU

发表日期:2008-2-9



  Oracle10gR2新增了一个工具-Cluster Verification Utiltiy (cluvfy),用以在部署RAC环境的不同阶段进行环境及所有重要组件的检查。
  
  这个工具随Oracle10gR2发布,但是也可以被用于Oracle10gR1。
  
  CVU所检查的范围非常广泛,涉及从初始的硬件安装到安装完成以及所有中间阶段的组建安装及配置。
  
  但是cluvfy只对安装阶段及组件进行检查验证,不涉及调整、监控已经Cluster内在状况检查。
  
  直接键入cluvfy可以获得提示输出:
  
  [oracle@racLinux1 bin]$ cluvfy
  
  USAGE:
  cluvfy [ -help ]
  cluvfy stage { -list -help }
  cluvfy stage {-pre-post}  [-verbose]
  cluvfy comp { -list -help }
  cluvfy comp   [-verbose]
  
  使用stage选项可以对不同安装阶段进行环境及pre、post检查:
  [oracle@raclinux1 bin]$ cluvfy stage -list
  
  USAGE:
  cluvfy stage {-pre-post}  [-verbose]
  
  Valid stage options and stage names are:
  -post hwos  : post-check for hardware and operating system
  -pre cfs   : pre-check for CFS setup
  -post cfs   : post-check for CFS setup
  -pre crsinst : pre-check for CRS installation
  -post crsinst : post-check for CRS installation
  -pre dbinst : pre-check for database installation
  -pre dbcfg  : pre-check for database configuration
  
  
  使用comp选项进行组件检查:
  [oracle@raclinux1 bin]$ cluvfy comp -list
  
  USAGE:
  cluvfy comp   [-verbose]
  
  Valid components are:
  nodereach : checks reachability between nodes
  nodecon  : checks node connectivity
  cfs    : checks CFS integrity
  ssa    : checks shared storage Accessibility
  space   : checks space availability
  sys    : checks minimum system requirements
  clu    : checks cluster integrity
  clumgr  : checks cluster manager integrity
  ocr    : checks OCR integrity
  crs    : checks CRS integrity
  nodeapp  : checks node applications existence
  admprv  : checks administrative privileges
  peer   : compares properties with peers
  
  使用cluvfy进行crsinst post安装检查:
  [oracle@raclinux1 bin]$ cluvfy stage -post crsinst -n raclinux1
  
  Performing post-checks for cluster services setup
  
  Checking node reachability...
  Node reachability check passed from node "raclinux1".
  
  Checking user equivalence...
  User equivalence check passed for user "oracle".
  
  Checking Cluster manager integrity...
  
  Checking Css daemon...
  Daemon status check passed for "CSS daemon".
  
  Cluster manager integrity check passed.
  
  Checking cluster integrity...
  
  Cluster integrity check passed
  
  Checking OCR integrity...
  
  Checking the absence of a non-clustered configuration...
  All nodes free of non-clustered,
local-only configurations.
  
  Uniqueness check for OCR device passed.
  
  Checking the version of OCR...
  OCR of correct Version "2" exists.
  
  Checking data integrity of OCR...
  Data integrity check for OCR passed.
  
  OCR integrity check passed.
  
  Checking CRS integrity...
  
  Checking daemon liveness...
  Liveness check passed for "CRS daemon".
  
  Checking daemon liveness...
  Liveness check passed for "CSS daemon".
  
  Checking daemon liveness...
  Liveness check passed for "EVM daemon".
  
  Checking CRS health...
  CRS health check passed.
  
  CRS integrity check passed.
  
  Checking node application existence...
  
  Checking existence of VIP node application (required)
  Check passed.
  
  Checking existence of ONS node application (optional)
  Check passed.
  
  Checking existence of GSD node application (optional)
  Check passed.
  
  Post-check for cluster services setup was sUCcessful.
  
  检查crs组件安装:
  [oracle@raclinux1 bin]$ cluvfy comp crs
  
  Verifying CRS integrity
  
  Checking CRS integrity...
  
  Checking daemon liveness...
  Liveness check passed for "CRS daemon".
  
  Checking daemon liveness...
  Liveness check passed for "CSS daemon".
  
  Checking daemon liveness...
  Liveness check passed for "EVM daemon".
  
  Checking CRS health...
  CRS health check passed.
  
  CRS integrity check passed.
  
  Verification of CRS integrity was successful.
上一篇:探索数据字典,提高自学习Oracle能力 人气:557
下一篇:数据库名、实例名、ORACLE_SID 人气:620
浏览全部Oracle教程的内容 Dreamweaver插件下载 网页广告代码 祝你圣诞节快乐 2009年新年快乐