VMware Cloud Community
Udo68
Contributor
Contributor
Jump to solution

Error message after update to VCSA 7.0: Service vAPI Endpoint

Hello vmware community,

after updating to VCSA 7.0 i have gotten an error message in the service vAPI Endpoint.

Here it is:

ESXI7.JPG

I've found this solution, but only for 6.x:

Connect to the vCenter Server Appliance with an SSH session and root credentials.

shell.set --enabled true

Type shell and press Enter.

cd /etc/vmware-content-library/config/

cp ts-config.properties ts-config.properties.orig

cp ts-config.properties.rpmnew ts-config.properties.rpmnew.orig

mv ts-config.properties.rpmnew ts-config.properties

service-control --stop vmware-content-library;service-control --start vmware-content-library

service-control --stop vmware-vapi-endpoint

service-control --start vmware-vapi-endpoint

If this solution is right... Smiley Wink

Has anyone tested it with Version 7.0?

Regards

Udo

1 Solution

Accepted Solutions
scott28tt
VMware Employee
VMware Employee
Jump to solution

Sounds like this: VMware Knowledge Base


-------------------------------------------------------------------------------------------------------------------------------------------------------------

Although I am a VMware employee I contribute to VMware Communities voluntarily (ie. not in any official capacity)
VMware Training & Certification blog

View solution in original post

3 Replies
scott28tt
VMware Employee
VMware Employee
Jump to solution

Sounds like this: VMware Knowledge Base


-------------------------------------------------------------------------------------------------------------------------------------------------------------

Although I am a VMware employee I contribute to VMware Communities voluntarily (ie. not in any official capacity)
VMware Training & Certification blog
Udo68
Contributor
Contributor
Jump to solution

Yep... Sounds right.

Thank you, scott18tt.

ESXI7.JPG

I think a reminder in outlook in 6 month is the best solution here atm Smiley Wink.

Regards

Udo

Reply
0 Kudos
js17
Contributor
Contributor
Jump to solution

Have the same issue, I dont think it can be safely ignored. We automate our infrastructure via Terraform and the calls to the endpoint are failing intermittently (more often then not)

Reply
0 Kudos