Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have a stale cluster which is not polling any data but when I try to remove it says "Cluster cannot be deleted when discovery is in progress."
Is there anyway to remove it from DB itself
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Found this article pointing to same symptoms,
But unable to find the script for windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are 3 attachents in the KB article located at the bottom.
follow the instructions for Windows.
This is how I fixed the issue.
- Log into OCUM server.
- Open CMD window and cd to C:\Program Files\MySQL\MySQL Server 5.6\bin
- run "mysql -p root -u"
- enter password for root
- run this query select datasourceId, name, managementIp from netapp_model.cluster where datasourceId = -1;
- You should see something like this
- type exit; to exit mysql
- place the Windows batch file from the KB article in the same direct (C:\Program Files\MySQL\MySQL Server 5.6\bin)
- run this command mysql -u root -p < BURT1053008_um_70_Windows.bat
- once it is complete verify this query returns an empty set select datasourceId, name, managementIp from netapp_model.cluster where datasourceId = -1;
- reboot the server