Which two Cluster ware stack administration actions must be performed as the root user?
A.
checking the health of the Clusterware on one node
B.
starting the Clusterware manually on one node
C.
disabling the Clusterware from automatic start at node reboot
D.
checking the health and viability of the Clusterware on all nodes
E.
listing the location of the voting disks
A. FALSE
checking the health of the Clusterware on one node
[grid@oel6-1 ~]$ ocrcheck
Status of Oracle Cluster Registry is as follows :
Version : 3
Total space (kbytes) : 262120
Used space (kbytes) : 3892
Available space (kbytes) : 258228
ID : 1983640398
Device/File Name : +RAC_DATA
Device/File integrity check succeeded
Device/File not configured
Device/File not configured
Device/File not configured
Device/File not configured
Cluster registry integrity check succeeded
Logical corruption check bypassed due to non-privileged user
not full check done but question is to find out only 2 wrong answer
B) TRUE
[grid@oel6-1 ~]$ crsctl start cluster
CRS-4563: Insufficient user privileges.
CRS-4000: Command Start failed, or completed with errors.
C) TRUE
[grid@oel6-1 ~]$ crsctl disable crs
CRS-4563: Insufficient user privileges.
CRS-4000: Command Disable failed, or completed with errors.
D) FALSE
[grid@oel6-1 ~]$ crsctl check cluster -all
**************************************************************
oel6-1:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************
oel6-2:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************
oel6-3:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************
E) FALSE
[grid@oel6-1 ~]$ crsctl query css votedisk
## STATE File Universal Id File Name Disk group
— —– —————– ——— ———
1. ONLINE 34823a26ce364fbabf5edc8ed26ee79a (/dev/oracleasm/disks/RAC_VOTE1) [RAC_VOTE]
2. ONLINE 86aeeb8d00b54f7bbff5d0f7e42d9e7e (/dev/oracleasm/disks/RAC_VOTE2) [RAC_VOTE]
3. ONLINE 1fa5972b64ba4f21bf08e5a7e4c77978 (/dev/oracleasm/disks/RAC_VOTE3) [RAC_VOTE]
4. ONLINE 41294ccfe6de4f68bff72ed8564686f2 (/dev/oracleasm/disks/RAC_VOTE4) [RAC_VOTE]
5. ONLINE b191ef7a2e774f02bf9f4a3c4c1a826b (/dev/oracleasm/disks/RAC_VOTE5) [RAC_VOTE]
Located 5 voting disk(s).