If you do not use an Oracle Preinstallation RPM, and you want to use the Cluster Verification Utility, then you must install the cvuqdisk RPM.
Without cvuqdisk, Cluster Verification Utility cannot discover shared disks, and you receive the error message "Package cvuqdisk not installed" when you run Cluster Verification Utility. Use the cvuqdisk rpm for your hardware (for example, x86_64).
- Locate the
cvuqdisk RPM package, which is in the directory rpm on the Oracle Grid Infrastructure installation media. If you have already installed Oracle Grid Infrastructure, then it is located in the directory grid_home/cv/rpm.
- Copy the
cvuqdisk package to each node on the cluster. You should ensure that each node is running the same version of Linux.
- Log in as
root.
- Use the following command to find if you have an existing version of the
cvuqdisk package:
# rpm -qi cvuqdisk
If you have an existing version of cvuqdisk, then enter the following command to deinstall the existing version:
# rpm -e cvuqdisk
- Set the environment variable CVUQDISK_GRP to point to the group that owns
cvuqdisk, typically oinstall. For example:
# CVUQDISK_GRP=oinstall; export CVUQDISK_GRP
- In the directory where you have saved the
cvuqdisk rpm, use the command rpm -iv package to install the cvuqdisk package. For example:
# rpm -iv cvuqdisk-1.0.10-1.rpm