GigaVUE V Series Deployment Clean up
On installation failure or incomplete service removal, you must clean up V Series nodes before reattempting the installation. To clean up the V Series deployments from NSX-T and GigaVUE‑FM, perform the following steps:
- Remove Service Profiles
- Remove Service Deployments
- Remove Service Reference
- Remove Service Manager
- Remove Vendor Template and Service Definition
Remove Service Profiles
To remove Service Profiles:
- From NSX-T Manager, navigate to Security > Network Introspection (E-W).
- In the SERVICE PROFILES tab, select the GigaVUE Cloud Suite partner service.
- Delete all existing Service Profiles.
Remove Service Deployments
To remove Service Profiles:
- From NSX-T Manager, navigate to System > Service Deployments.
- In the DEPLOYMENT tab, Select the GigaVUE Cloud Suite partner service.
- Delete all the existing Service Deployments.
To remove the Service Deployments through NSX-T API:
- Login to Postman.
- Get the Service ID.GET https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/
- Get the ID of the Service Deployments.GET https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/<Service_ID>/service-deployments/
- Delete all Service Deployments.DELETE https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/<Service_ID>/service-deployments/<Service_Deployment_ID>
Remove Service Reference
To remove Service References through NSX-T API:
- Login to Postman.
- Get the Service Reference ID.GET https://<NSX_Manager_IP>/policy/api/v1/infra/service-references/
- Delete the Service Reference.DELETE https://<NSX_Manager_IP>/policy/api/v1/infra/service-references/<Service_Reference_ID>
Remove Service Manager
To remove Service Manager through NSX-T API:
- Login to Postman.
- Get the Service Manager ID.GET https://<NSX_Manager_IP>/api/v1/serviceinsertion/service-managers/
- Delete the Service Manager.DELETE https://<NSX_Manager_IP>/api/v1/serviceinsertion/serivce-managers/<Service_Manager_ID>
Remove Vendor Template and Service Definition
To remove Vendor Template and Service Definition through NSX-T API:
- Login to Postman.
- Get the Service ID.GET https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/
- Get the Vendor Templates' ID.GET https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/<Service_ID>/vendor-templates/
- Delete the Vendor Templates.DELETE https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/<Service_ID>/vendor-templates/<Vendor_Template_ID>
- Delete the Service.DELETE https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/<Service_ID>