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

Enterprise console4.5/client9.5 - all PCs greyed out and won't report back, Help please!!

I had to reinstalled the console and it assigned itself a new certificate which was different to all the certificates on the existing clients. (I was unable to backup) when I reprotected the clients from the new console it does not automatically dish out a new certificate.

How do I distribute the new certificate?

Note: We have far too many computers to reinstall Sophos on. Plus many remote users :(

Cheers

:8665


This thread was automatically locked due to age.
Parents
  • Hi,

    The script is exiting because it think it's running on a server class router,  the check for this is if:

    HKLM\Software\[wow6432node]Sophos\Messaging System\Router

    ConnectionCache

    is anything other than 10.

    If you search the script for:

    Function ServerClassRouter()

    You can spot the check.

    So on a machine which is exiting with:

    "ERROR:  Router is a server router, will exit"

    does it have the above ConnectionCache key, if s, I can only assume the value is anything other than 10?

    If needed you can run the VBScript with:

    -force

    and this will skip all 3 checks:

    1. If the machine already has the correct identity key for the router

    2. The script has already run on the machine and fixed it

    3. If the machine appears to be a "Server" class router.

    The 3rd check and the one you're hitting is really to avoid breaking a message relay or SEC server.

    Also, did you use the HTA to generate a script?  My last post was a HTA version to generate a reinit script to make the process easier?

    Thanks,

    Jak

    :9173
Reply
  • Hi,

    The script is exiting because it think it's running on a server class router,  the check for this is if:

    HKLM\Software\[wow6432node]Sophos\Messaging System\Router

    ConnectionCache

    is anything other than 10.

    If you search the script for:

    Function ServerClassRouter()

    You can spot the check.

    So on a machine which is exiting with:

    "ERROR:  Router is a server router, will exit"

    does it have the above ConnectionCache key, if s, I can only assume the value is anything other than 10?

    If needed you can run the VBScript with:

    -force

    and this will skip all 3 checks:

    1. If the machine already has the correct identity key for the router

    2. The script has already run on the machine and fixed it

    3. If the machine appears to be a "Server" class router.

    The 3rd check and the one you're hitting is really to avoid breaking a message relay or SEC server.

    Also, did you use the HTA to generate a script?  My last post was a HTA version to generate a reinit script to make the process easier?

    Thanks,

    Jak

    :9173
Children
No Data