Before you install and use the Oracle VM Utilities, you must first enable secure TCP (TCPS) on the Oracle VM Manager host. To do this, you must first create an SSL certificate keystore, then enable TCPS using the keystore.
To create a certificate keystore:
Enter the following commands on the Oracle VM Manager host to create the keystore:
# cd /u01/app/oracle/ovm-manager-3/bin # ./secureOvmmTcpGenKeyStore.sh
You are prompted to enter the following information:
Generate OVMM TCP over SSL key store by following steps: Enter keystore password:
passwordRe-enter new password:passwordWhat is your first and last name? [Unknown]:nameWhat is the name of your organizational unit? [Unknown]:unitWhat is the name of your organization? [Unknown]:organizationWhat is the name of your City or Locality? [Unknown]:CityWhat is the name of your State or Province? [Unknown]:StateWhat is the two-letter country code for this unit? [Unknown]:country_codeIs CN=name, OU=unit, O=organization, L=City, ST=State, C=country_codecorrect? [no]:yesEnter key password for <ovmm> (RETURN if same as keystore password):passwordRe-enter new password:passwordUse the keystore to enable the TCPS service using the
secureOvmmTcp.shscript, which is in the same directory as the keystore script above. On the Oracle VM Manager host, enter:# ./secureOvmmTcp.sh
You are prompted to enter the following information:
Enabling OVMM TCP over SSL service Please enter the OVM manager user name:
usernamePlease enter the OVM manager user password:passwordPlease enter the password for TCPS key store :passwordThe keystore password created in the previous script The job of enabling OVMM TCPS service is committed, please restart OVMM to take effect.Restart the local Oracle VM Manager instance:
# /sbin/service ovmm restart

