This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Script the addition of a new sql instance with litespeed to the central repository without the GUI

We are automating the install of litespeed to go along with our automated sql build/configuration process.  One step I cannot find scripting information for is how to register the new instance with the central repository so it shows up in the list of registered servers in the GUI without having to manually add it there.

Any suggestions/solutions?

Parents
  • One other tip.

    If you are using remote deploy then the list will be updated when the server connects to the central. This will not happen during the install.

    So I suggest you script the following task to run.

    C:\Program Files\Quest Software\LiteSpeed\SQL Server\Engine\ActivityManager.exe


    This will force all SQL instances on that node to connect to the central they are configure for.

    Hope that helps,
    -Ben-

Reply
  • One other tip.

    If you are using remote deploy then the list will be updated when the server connects to the central. This will not happen during the install.

    So I suggest you script the following task to run.

    C:\Program Files\Quest Software\LiteSpeed\SQL Server\Engine\ActivityManager.exe


    This will force all SQL instances on that node to connect to the central they are configure for.

    Hope that helps,
    -Ben-

Children
No Data