User Tools

Site Tools


duplicate_server_entries_in_controller

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
duplicate_server_entries_in_controller [2018/05/10 10:12] walkeradminduplicate_server_entries_in_controller [2021/09/22 12:39] walkeradmin
Line 1: Line 1:
 ====== Duplicate Server Entries in Controller ====== ====== Duplicate Server Entries in Controller ======
 <color #db5f0b>May 2017</color> <color #db5f0b>May 2017</color>
 +\\ 
 +<color #ff7f27>Updated Oct 2021</color>
 \\  \\ 
 \\  \\ 
Line 11: Line 13:
 \\  \\ 
 \\  \\ 
-{{:controller_serverr_list.jpg?900|}}+{{:connection_lost.png?900|}}
 \\  \\ 
 \\  \\ 
Line 17: Line 19:
 \\  \\ 
 \\  \\ 
-To remove the failed server, you need the name of that server (MFEL1 for example). You can then use the following command from an SSH session to remove it.+To remove the failed server, you need the name of that server (MFEL2 in the above example). You can then use the following command from an SSH session to remove it.
 \\  \\ 
 \\  \\ 
Line 28: Line 30:
 \\  \\ 
 \\  \\ 
 +For orchestrated deployments, this will not work, you have to use the following: 
 +\\  
 +\\  
 +kubectl -n mediakind get pods (to find exact name of unified-ui pod) 
 +kubectl -n mediakind exec -it unified-ui-576c87cbbd-vd42h -c ui /bin/sh (edit pod, ui is the name of the internal pod) 
 +curl api-gateway:8080/api/servers 
 +curl -X DELETE api-gateway:8080/api/servers/sky-01 (replace sky-01 with the server name you wish to delete)
duplicate_server_entries_in_controller.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1