installRegistryUtils command

The installRegistryUtils command-line tool runs on any supported operating system. The command 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. The command will report the installed product locations when the products are first installed and registered, therefore the accuracy of the data report might not be guaranteed if manually modify the registry file or the installed products.

Location of the command file

The command file is located on both the product media and the installed product.
Note: When using the product media, 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 media, run the following command file from image_root_directory/WAS/installRegistryUtils/bin directory, where image_root_directory is the root directory of the installation image:
  • installRegistryUtils
To invoke the command file from the installed product, use the following command:

The common location for the command file is /QIBM/WAS/bin/installRegistryUtils.

Syntax for the installRegistryUtils command

Clean up all accessible products and packages.
./installRegistryUtils -cleanAll
	[-userHome user_home]
Clean up the specified product and all associated packages.
./installRegistryUtils -cleanProduct
	 -offering offering_ID
	 -installLocation installation_location
	[-userHome user_home]
Clean up the specified package.
./installRegistryUtils -cleanPackage
	 -pakName package_name
	 -installLocation installation_location
	[-userHome user_home]
List all visible products.
./installRegistryUtils -listProducts
	[-userHome user_home]
List all visible packages.
./installRegistryUtils -listPackages
	[-userHome user_home]

Parameters

Supported arguments include:
-installLocation installation_location
Specifies the 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
Specifies the full path to a user home directory. This parameter is not required for a root user unless you want to invoke the installRegistryUtils command on the home directory of a non-root user.



Reference topic    

Terms of Use | Feedback

Last updated: Oct 21, 2010 3:36:59 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=compass&product=was-express-iseries&topic=rxml_regutils
File name: rxml_regutils.html