User Tools

Site Tools


dba:oracle:docs:cluster_commmands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
dba:oracle:docs:cluster_commmands [2023/01/31 08:22] – removed - external edit (Unknown date) 127.0.0.1dba:oracle:docs:cluster_commmands [2023/01/31 08:22] (current) – ↷ Page moved from dba:oracle:cluster_commmands to dba:oracle:docs:cluster_commmands dodger
Line 1: Line 1:
 +====== [DOC] Oracle Clusterware basic status commands  ======
 +
 +====== Status ======
 +===== List all resources =====
 +<code bash>
 +crsctl status res -t
 +</code>
 +
 +====== Status/Config ======
 +<WRAP center round tip 60%>
 +''config'' & ''status'' uses the same syntax, you will see different things with each one.
 +</WRAP>
 +
 +
 +
 +===== DB =====
 +<code bash>srvctl status database -d <db_unique_name> </code>
 +
 +===== Servicio =====
 +<code bash>srvctl status service -d <db_unique_name></code>
 +===== Nodeapps =====
 +<code bash>srvctl status nodeapps </code>
 +===== VIPS =====
 +<code bash>srvctl status vip -n <node_name></code>
 +===== network =====
 +<code bash>srvctl config network </code>
 +===== ASM =====
 +<code bash>srvctl status asm</code>
 +===== LISTENER =====
 +<code bash>srvctl status listener</code>
 +===== SCAN =====
 +<code bash>srvctl status scan</code>
 +===== SCAN LISTENER =====
 +<code bash>srvctl status scan_listener</code>
 +
 +===== ACFS volume list =====
 +<code bash>
 +crsctl stat res -w "TYPE = ora.acfs.type" -p | grep VOLUME
 +</code>
 +