cluvfy 命令
cluvfy(Cluster Verify),簡稱CVU,是隨Oracle叢集管理軟體一起釋出的檢查工具。它的功能是整個叢集系統實施過程的各個階段以及各個元件進行檢查,並驗證是否滿足Oracle的要求
一、命令列表
-
cluvfy stage {-list|-help}
列出所有引數
-
cluvfy stage {-pre|-post} <stage-name> <stage-specific options> [-verbose]
-
-pre cfs:對CFS設定進行預檢;
-
-pre crsinst:對CRS安裝進行預檢查;
-
-pre acfscfg:對ACFS設定進行預檢查;
-
-pre dbinst:對資料庫安裝進行預檢查;
-
-pre dbcfg:對資料庫配置進行預檢查;
-
-pre hacfg:對資料庫的HA配置進行預檢查;
-
-pre nodeadd:為新增節點進行預檢查;
-
-post hwos:對硬體和作業系統進行後期檢查;
-
-post cfs:對CFS設定進行後期檢查;
-
-post crsinst:對CRS安裝進行後期檢查;
-
-post acfscfg:對ACFS設定進行後期檢查;
-
-post hacfg:對資料庫的HA配置進行後期檢查;
-
-post nodeadd:新增節點進行後期檢查;
-
-post nodedel:對接點刪除進行後期檢查;
-
-n:表示需要檢查的節點列表。
-
-r:表示需要安裝的軟體版本
-
-verbose:表示列出檢查內容的詳細資訊
-
-fixup:修復
-
cluvfy comp {-list|-help}
-
cluvfy comp <component-name> <component-specific options> [-verbose]
-
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
-
olr:checks OLR integrity
-
ha:checks HA integrity
-
freespace:checks free space in CRS Home
-
crs:checks CRS integrity
-
nodeapp:checks node applications existence
-
admprv:checks administrative privileges
-
peer:compares properties with peers
-
software:checks software distribution
-
acfs:checks ACFS integrity
-
asm:checks ASM integrity
-
gpnp:checks GPnP integrity
-
gns:checks GNS integrity
-
scan:檢查 SCAN 配置
-
ohasd:checks OHASD integrity
-
clocksync:檢查時鐘同步
-
vdisk:checks Voting Disk configuration and UDEV settings
-
healthcheck:checks mandatory requirements and/or best practice recommendations
-
dhcp:檢查 DHCP 配置
-
dns:檢查 DNS 配置
-
baseline:collect and compare baselines
二、例子
crs預安裝檢查
WTCCN-BJ-ECDB1[oracle]/home/oracle> cluvfy stage -pre crsinst -n WTCCN-BJ-ECDB1,WTCCN-BJ-ECDB2 -fixup -verbose Performing pre-checks for cluster services setup Checking node reachability... Check: Node reachability from node "wtccn-bj-ecdb1" Destination Node Reachable? ------------------------------------ ------------------------ wtccn-bj-ecdb1 yes wtccn-bj-ecdb2 yes Result: Node reachability check passed from node "wtccn-bj-ecdb1" Checking user equivalence... Check: User equivalence for user "oracle" Node Name Status ------------------------------------ ------------------------ wtccn-bj-ecdb2 passed wtccn-bj-ecdb1 passed Result: User equivalence check passed for user "oracle" Checking node connectivity... Checking hosts config file... Node Name Status ------------------------------------ ------------------------ wtccn-bj-ecdb2 passed wtccn-bj-ecdb1 passed Verification of the hosts config file successful ... ...
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31490526/viewspace-2664174/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20201109]cluvfy comp scan [-verbose].txt
- Linux命令之rz命令與sz命令Linux
- 【Linux命令】grep命令Linux
- Linux命令—–CP命令Linux
- windows命令列命令Windows命令列
- cmd 命令列 命令命令列
- git命令列命令Git命令列
- Linux系統中的管道命令、grep命令、sed命令和awk命令Linux
- Linux命令(1)——xargs命令Linux
- Linux命令之lldptool命令Linux
- java命令--jmap命令使用Java
- Linux命令篇 - sed 命令Linux
- Linux命令篇 - grep 命令Linux
- Linux命令篇 - tar 命令Linux
- linux每日命令(5):mkdir命令Linux
- linux-mysql命令,tomcat命令LinuxMySqlTomcat
- linux每日命令(2):cd命令Linux
- linux每日命令(18):whereis命令Linux
- linux每日命令(12):nl命令Linux
- linux每日命令(10):touch命令Linux
- linux每日命令(11):cat命令Linux
- linux每日命令(38):iostat命令LinuxiOS
- linux每日命令(39):lsof命令Linux
- linux每日命令(32):gzip命令Linux
- linux每日命令(35):grep命令Linux
- linux每日命令(36):wc命令Linux
- linux每日命令(37):top命令Linux
- linux每日命令(29):chown命令Linux
- Linux命令總結--mkdir命令Linux
- Linux命令:grep命令AND、OR、NOT例項Linux
- Linux命令篇 - nc(ncat) 命令Linux
- 命令
- Linux系統命令之systemctl命令。Linux
- nginx啟動命令和停止命令。Nginx
- Linux命令之rpm安裝命令Linux
- 批處理命令之tree命令
- Linux常用命令:效能命令Linux
- Linux 命令 ls命令系列(精華)Linux