Archived

This forum has been archived. Please start a new discussion on GitHub.

How to uninstall icegrid services

I am trying to uninstall icegridregistry and icegridnode using

iceserviceinstall --uninstall icegridregistry
iceserviceinstall --uninstall icegridregistry [configfile]
iceserviceinstall -u icegridregistry

I have trieddifferent variations.... nothing seems to work. It keeps putting up the syntax help. What is the correct method?

Comments

  • mes
    mes California
    Hi,

    You didn't specify which version of Ice or Windows you were using, so I tried this with the Ice 3.3.1 VC90 installer on XP. I installed it into the default location and ran the following commands:

    > cd \Ice-3.3.1-VC90\config
    > iceserviceinstall icegridregistry icegridregistry.cfg
    > iceserviceinstall -u icegridregistry icegridregistry.cfg

    The uninstall worked fine.

    After you attempt to uninstall, are you getting any error message along with the usage instructions?

    Regards,
    Mark
  • Solved

    I did get it to work. In my case I had to put the full path to the config file in quotes on the end. I am surpised that the config file needs to be added at all, but ... that is what the syntax says. Different from the old way.