VMware Communities
PraveenBatta1
VMware Employee
VMware Employee
Jump to solution

Command to restart TCA GUI.

Is there any command to restart VMware TCA GUI services. I cannot restart TCA manager. Just want to restart TCA GUI services.

0 Kudos
1 Solution

Accepted Solutions
Aditi_Dhavale
VMware Employee
VMware Employee
Jump to solution

So if there are configuration changes that need to be addressed or you are troubleshooting around issues concerning Infrastructure Automation, I suggest starting the TCA related services like the TCF-manager , web-engine services and app-engine services.

The TCF-manager, or Telecom Cloud Framework manager, is a component of Telco Cloud Automation that helps manage the lifecycle of telecom services running on a cloud infrastructure. The app-engine is a component that provides a platform for building and deploying telecom applications on a cloud infrastructure. The web-engine provides a set of tools and services that enable telecom service providers to develop and deploy web-based applications more quickly and efficiently.

The systemctl command manages both system and service configurations, enabling administrators to manage the OS and control the status of services. Admins may need to precede the following commands with sudo.

-systemctl restart tcf-manager

-systemctl restart app-engine

-systemctl restart web-engine

You can check the service status using

-systemctl status <service-name>

Hope this helps!

View solution in original post

2 Replies
Aditi_Dhavale
VMware Employee
VMware Employee
Jump to solution

So if there are configuration changes that need to be addressed or you are troubleshooting around issues concerning Infrastructure Automation, I suggest starting the TCA related services like the TCF-manager , web-engine services and app-engine services.

The TCF-manager, or Telecom Cloud Framework manager, is a component of Telco Cloud Automation that helps manage the lifecycle of telecom services running on a cloud infrastructure. The app-engine is a component that provides a platform for building and deploying telecom applications on a cloud infrastructure. The web-engine provides a set of tools and services that enable telecom service providers to develop and deploy web-based applications more quickly and efficiently.

The systemctl command manages both system and service configurations, enabling administrators to manage the OS and control the status of services. Admins may need to precede the following commands with sudo.

-systemctl restart tcf-manager

-systemctl restart app-engine

-systemctl restart web-engine

You can check the service status using

-systemctl status <service-name>

Hope this helps!

PraveenBatta1
VMware Employee
VMware Employee
Jump to solution

THanks Aditi.

Tags (1)
0 Kudos