BladeSystem - General
1754385 Members
3021 Online
108813 Solutions
New Discussion

Determine dependencies for HPSUM

 
BradV
Esteemed Contributor

Determine dependencies for HPSUM

I'm trying to run hpsum on the some BL460cG6s.  The host blade is installed with RHEL 5.7.  I'm getting two failed dependencies which I'm not sure how to determine the rpm needed to satisfy the dependency.  The first is for cciss kernel module with message:

requires one or more of the following:

rpmlib(FileDigests)
rpmlib(PayloadsXz)
kernel(add_disk)
kernel(alloc_disk)
kernel(a whole bunch more)

The second is for hpsa kernel modules with the message:

requires one or more of the followng:

rpmlib(FileDigests)
rpmlib(PayloadsXz)
kernel(autoremove_wake_function)
kernel(capable)
kernel(a whole bunch more)

How do I translate those into a package/rpm I should install to satisfy the dependency?  Any suggestions would be greatly appreciated.