Installation Manual

HP Storage Essentials SRM 6.0 Installation Guide 231
•IA64:
SLES10/APPQcime-Requires-<Version>-<Release>.ia64.rpm
After running this “requires” rpm you will get one or more dependency errors. A dependency
on the rpm package APPQcime is expected. For example:
APPQcime is needed by APPQcime-Requires-6.0.0-224.i386.rpm
If you get an additional dependency error, you must install the required packages before
continuing.
4. After running the "requires” rpm and getting just the one expected dependency error, enter one
of the following commands:
For 64-bit Linux Itanium servers:
# rpm -idvh APPQcime--<Version>-<Release>-ia64.rpm
For all other servers:
# rpm -idvh APPQcime--<Version>-<Release>-i386.rpm
The following output is displayed:
Preparing... ########################################### [100%]
1:APPQcime ########################################### [100%]
The installation is done when you are returned to the command prompt.
5. Optional: Rerun the “requires” rpm from step 3. You should no longer receive any errors.
Example of steps 3 - 5:
3. rpm –idvh RHEL3/APPQcime-Requires-6.0.0-224.i386.rpm
Error: Failed dependencies:
APPQcime is needed by APPQcime-Requires-6.0.0-224.i386.rpm
This error is the expected result, but if there were more errors, they would need to be
addressed.
If you only received one error (as in this example), it means the other dependant libraries are all
installed, so the full APPQcime package should now be installed.
4. rpm –idvh APPQcime-6.0.0-224-i386.rpm
(Install APPQcime package)
5. rpm –idvh RHEL3/APPQcime-Requires-6.0.0-224.i386.rpm
(No failed dependencies, so no messages appear.)
Optionally, verify packages were installed:
rpm –qa | grep APPQcime-Requires
rpm –qa | grep APPQcime
To uninstall packages, uninstall the "requires" rpm first. For example:
rpm –e APPQcime-Requires-6.0.0-224
rpm –e APPQcime
(Verified packages were uninstalled. No error messages appear.)