installRegistryUtils command
The installRegistryUtils command-line tool runs on any supported operating system. The installRegistryUtils tool lists installed products and packages and assists in cleaning a particular registered product (including the associated packages), package, or all registered products (including all associated packages) which are visible to the current user.
Location of the command file
The command file is located on both the product disc and the installed product.When using the product disc, the command must be invoked on the machine targeted by the command. The tool does not work remotely. To invoke the command file from the product disc, run the following command file from the root of the product CD:
- installRegistryUtils/bin/installRegistryUtils.sh
installRegistryUtils/bin/installRegistryUtils.bat
To invoke the command file from the installed product, use the following command:
- app_server_root/bin/installRegistryUtils.sh
app_server_root/bin/installRegistryUtils.bat
Syntax for the installRegistryUtils.sh command
Clean up all accessible products and packages../installRegistryUtils.sh -cleanAll [-userHome user_home]Clean up the specified product and all associated packages../installRegistryUtils.sh -cleanProduct -offering offering_ID -installLocation installation_location [-userHome user_home]Clean up the specified package../installRegistryUtils.sh -cleanPackage -pakName package_name -installLocation installation_location [-userHome user_home]List all visible products../installRegistryUtils.sh -listProducts [-userHome user_home]List all visible packages../installRegistryUtils.sh -listPackages [-userHome user_home]
Syntax for the installRegistryUtils.bat command
Clean up all accessible products and packages.installRegistryUtils.bat -cleanAll [-userHome user_home]Clean up the specified product and all associated packages.installRegistryUtils.bat -cleanProduct -offering offering_ID -installLocation installation_location [-userHome user_home]Clean up the specified package.installRegistryUtils.bat -cleanPackage -pakName package_name -installLocation installation_location [-userHome user_home]List all visible products.installRegistryUtils.bat -listProducts [-userHome user_home]List all visible packages.installRegistryUtils.bat -listPackages [-userHome user_home]
Parameters
Supported arguments include:
- -installLocation installation_location
- Full path to the product installation.
- -offering offering_ID
- Identifies the offering ID, also known as the product ID, of the specified product.
- -pakName package_name
- Identifies a package name of the specified product.
- -userHome user_home
- Full path to a user home directory. This optional parameter is used by a root user to invoke the installRegistryUtils command on the home directory of another user.
Related tasks
Uninstall the product Manually uninstalling on an AIX system Manually uninstalling on an HP-UX system Manually uninstalling on a Linux system Manually uninstalling on a Solaris systemManually uninstalling on a Windows system
Reference topic