Guest User!

You are not Sophos Staff.

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

Cloud Status - 'Some Sophos services not running' or 'missing'

We have a large number of devices that are reporting a bad status in the Cloud console.  The error given is 'Some Sophos services not running' or 'Some Sophos services missing'.  When I open services.msc on the clients, I can see in some cases all the services are running and in others the 'Sophos System Protection Service' is in a [Stopping] state.  Sophos support has been almost completely useless as they continue to point me to the same article again and again:  www.sophos.com/.../122899.aspx.  This article references a specific case where the 'Sophos Anti-Virus' service won't start.  That said, I did try their solution of manually running vcredist_x86.exe' and it had no impact on the problem.

Has anyone else had this problem and have any advise or ideas to try?



This thread was automatically locked due to age.
Parents
  • I have had a few remote sessions with Sophos over this issue. Sometimes it is the error that says just some of the services are missing and some are all services are not running. In either circumstance, the solution from Sophos has always been to reinstall the Cloud software. Now the last time, they suggested the instructions for "creating a gold image" and reboot. That does seem to work, but honestly, that is more tedious than just completely uninstalling and reinstalling. We never had this issue with OnPrem Sophos. And to keep losing endpoints and having to do a complete reinstall is way too much overhead.

Reply
  • I have had a few remote sessions with Sophos over this issue. Sometimes it is the error that says just some of the services are missing and some are all services are not running. In either circumstance, the solution from Sophos has always been to reinstall the Cloud software. Now the last time, they suggested the instructions for "creating a gold image" and reboot. That does seem to work, but honestly, that is more tedious than just completely uninstalling and reinstalling. We never had this issue with OnPrem Sophos. And to keep losing endpoints and having to do a complete reinstall is way too much overhead.

Children
  • You probably already know this but it doesn't seem too tedious to reinstall...

    go to computer in sophos central and disable tamper protection

    copy sophosinstall.ext to computer c:\temp folder with bat file with this...

    @echo off
    SET MCS_ENDPOINT=Sophos\Management Communications System\Endpoint\McsClient.exe
    IF "%PROCESSOR_ARCHITECTURE%" == "x86" GOTO X86_PROG
    IF NOT EXIST "%ProgramFiles(x86)%\%MCS_ENDPOINT%" GOTO INSTALL
    exit /b 0

    :X86_PROG
    IF NOT EXIST "%ProgramFiles%\%MCS_ENDPOINT%" GOTO INSTALL
    exit /b 0

    :INSTALL
    pushd C:\Temp
    SophosInstall.exe -q -tps remove
    Popd

    ------------------------------------------------------------------------

    I had very strange networking issues at one time on the phone with Sophos and had to do this...

    ipconfig /release

    ipconfig /renew

    ipconfig /registerdns

    netsh winsock reset

    reboot

     

    I used to have OnPrem Sophos and also liked managing my endpoints.