Stamp deployment for production starts okay but then generates the following email notification issue. **Email notification header :** Cron <root@ServerNamevmss000000> [ \( ! -f /etc/opt/omi/creds/omi.keytab \) -o \( /etc/krb5.keytab -nt /etc/opt/omi/creds/omi.keytab \) ] && /opt/omi/bin/support/ktstrip /etc/krb5.keytab /etc/opt/omi/creds/omi.keytab **Email notification content:** src kt = /etc/krb5.keytab File /etc/krb5.keytab does not exist /opt/omi/bin/support/ktstrip: 38: exit: Illegal number: -1 It also starts provisioning all the servers but it seems the deployment never completes successfully Some of the related issues I've found include: #335 and #362 and #333
Stamp deployment for production starts okay but then generates the following email notification issue.
Email notification header : Cron root@ServerNamevmss000000 [ ( ! -f /etc/opt/omi/creds/omi.keytab ) -o ( /etc/krb5.keytab -nt /etc/opt/omi/creds/omi.keytab ) ] && /opt/omi/bin/support/ktstrip /etc/krb5.keytab /etc/opt/omi/creds/omi.keytab
Email notification content:
src kt = /etc/krb5.keytab
File /etc/krb5.keytab does not exist
/opt/omi/bin/support/ktstrip: 38: exit: Illegal number: -1
It also starts provisioning all the servers but it seems the deployment never completes successfully
Some of the related issues I've found include: #335 and #362 and #333