How can i remove my original VM SAM6 server now that I have replaced it with a physical server to keep it from being an option in Polling engine when adding a new node?
Hi udaman
Look in dbo.engines. If you see that your current poller is primary and the old one is also primary you can remove the old one.If your current one is not primary open a ticket and have support help you.
DELETE FROM dbo.Engines WHERE ServerName = 'name of your old server'; will do the trick.
If you are not familiar with sql deletes open a ticket and have support assist.If you do this yourself use caution and proceed at your own risk. Deletes don't come with an undelete option. What is done is done.
Andy