This problem was fixed with the 8.11 patch bundle, downloadable from the site:
http://support.openview.hp.com/selfsolve/patches
There is also a non-patch solution:
To fix customer case, there might be many, follow the following procedure:
- Find in /etc/opt/omni/client/components/webservice.properties the keystore password
- cd to /opt/omni/sbin directory
- regenerate the certificate using the following command:
- perl omnigencert.pl –server_id <FQDN of your server> -user_id hpdp -store_password <Your keystore password> -cert_expire <number of days less than 24 * 365>
- omnisv stop
- omnisv start
Alternatively, for now, just search the perl script for '24 * 365' and replace it with '10 * 365'.