Hi,
I am trying to automate my vRB setup and using the following command to register vRB 7 to vRA 7.
itfm-config <path_to_tomcat> <vcac_hostname> <sso_tenant> <sso_admin_username> <sso_admin_password>
as an example:
/usr/sbin/itfm-config /usr/local/tcserver/vfabric-tc-server-standard/itbm-server "vrasever.domain.com" "vsphere.local" "administrator" "password"
This is not work for me and i get the error message:
Check whether server and pricing have certificate to register.
Certificates exist
14:25:40.067 INFO [main] o.s.c.s.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@25aaa1f: startup date [Fri Jun 03 14:25:40 UTC 2016]; root of context hierarchy
14:25:43.605 INFO [pool-2-thread-1] o.s.o.j.Jaxb2Marshaller - Creating JAXBContext by scanning packages [com.vmware.vcac.**.rest.stubs,com.vmware.vcac.platform.rest.data,com.vmware.vcac.platform.content]
---BEGIN---
{"sso.status":"General SSO failure. Invalid host, port or tenant.","sso.connected":"false","error.code":""}
---END---
DONE
However when i register vRA through vRB VAMI it registers successfully. I then unregister vRA and when I run the command again it works and registers without errors.
I am leaning towards certificates being the issues but have not been able to figure out how to overcome this.
I have tested with settings up new self-signed certificates as well as updated the trustStorePassword in the itfm-config script but did not work.
Any ideas would be appreciated.