After upgrading from Netapp Unified manager from 6.4 to 7.1, got the following error:
The JKS keystore uses a proprietary formay. It is reccommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /opt/netapp/essentials/jboss/server/onaro/cert/au.keystore -destkeystore /opt/netapp/essentials/jboss/server/onaro/cert/au.keystore -deststoretype pkcs12"
After a couple rounds with netapp support, I finally figured out how to do this...
1) open a console session with Vmware and login to OPUM
2) press "4" to go to the support / diag menu, press erds to enable the diag user
3) open an SSH to OPUM using the diag user/password combo above
4) type sudo -s
5) run the command keytool -importkeystore -srckeystore /opt/netapp/essentials/jboss/server/onaro/cert/au.keystore -destkeystore /opt/netapp/essentials/jboss/server/onaro/cert/au.keystore -deststoretype pkcs12, password is changeit for the PKS
6) success!!
I hope no one has to go thru the pain I went thru to find out how to run 1 linux command successfully...