This is a known problem, and is fixed this way:
we have a parsing bug in the omnigencert.pl and that procedure below does not work, since it always takes default value.
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'.
There is going to be a corrected version of 'omnigencert.pl '