Remove a server or application via DsCheck.exe
In our case a server whose registration was corrupted.
The only way (accessible) can check the status of your DataStore is the use of DsCheck.exe (dscheck command allows you to validate the consistency of the DataStore and can repair inconsistencies found).
A prior backup of the DataStore is recommended
Commands to delete an application in the DatasStore:
dscheck / full Apps "App Name" / deleteMF / SILENT dscheck / full Apps "App Name" / deleteComApp / SILENT |
Commands to remove a server in the DatasStore:
dscheck / full servers "Server HostName" / deleteMF / SILENT dscheck / full servers "Server HostName" / deleteComApp / SILENT |
No comments:
Post a Comment