Archived

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

Install icegridregistry as windows service

Hi all! I m need help!

I m try install icegridregistry as windows service
in cmd i m write: directory Ice\iceserviceinstall icegridregistry path\fileConfig

Then in registry Windows i m found my install service
but its not have started when i write in cmd: sc start NameService



Please show me example how install icegridregistry(icegridnode) install. I see how nstall IcePatch2 and manual install service.

Thanks.

Comments

  • bernard
    bernard Jupiter, FL
    Hi Victor,

    As described in Using the Ice Service Installer - Ice 3.5 - ZeroC, the simplest form of iceserviceinstall is:
     > iceserviceinstall icegridregistry path-to-config-file
    

    You should use an absolute path for path-to-config-file. For example, copy C:\Program Files (x86)\ZeroC\Ice-3.5.1\config\icegridregistry.cfg to your home directory (C:\users\victor ?) and install icegridregistry as a service with:
     > iceserviceinstall icegridregistry C:\users\victor\icegridregistry.cfg
    

    Best regards,
    Bernard