Reply to Message

View discussion in a popup

Replying to:
SupOE
Contributor
Contributor

Attention when copy/paste this template 2 spaces are on end of lines , must be removed

"eam.keystore.type=VKS  "

"vc.truststore.type=VKS  "

sed to the rescue

sed -ire 's/  $//g' /etc/vmware-eam/eam.properties

on line 46:

  1. cm.url=http://localhost:18090/cm/sdk/?hostid=fa3bd34a-4b3c-4ff0-ad4f-1c97ad6f93b5 

change with your hostid with content of

cat /etc/vmware/install-defaults/sca.hostid

on line 24: (eameam is one eam only)

  1. eameam.resourcebundle.filename=eam-resourcebundle.jar 
  2. =>>
  3. eam.resourcebundle.filename=eam-resourcebundle.jar 
Reply
0 Kudos