Sophos

Online support

Product maintenance

Contact support

Support services

Sophos Anti-Virus SBE: log files created during installation

This article describes the log files created during the installation of Sophos Anti-Virus Small Business Edition (SBE), covering both those that are created automatically and those that can be created manually.

The actual location of the log files listed below will vary according to which operating system you are running:

Log files that are created automatically during installation

1. SBEServerInstaller (RMS Server Merge Module)

FilenameServerInit-[yyyymmdd]-[hhmmss].log
Location[User Name]\Local Settings\Temp
DescriptionLogs the creation of CA certificate pairs; the certification identity keys which create the certificates for 'ManagementService', 'CertificationManager' and 'MessageRouter'
Log levelLogging level cannot be adjusted externally
FilenameCreateInitFile-[yyyymmdd]-[hhmmss].log
Location[User Name]\Local Settings\Temp
DescriptionLogs the creation of cac.pem (CA public key) and mrinit.conf (the messaging system configuration file) from registry keys created by ServerInit.exe
FilenameSetSvcFailAction
Location[User Name]\Local Settings\Temp
DescriptionLogs the setting for the failure action for services. Set only for 'Sophos SBE Certification Manager'

2. RMS Installer

FilenameClientMrInit-[yyyymmdd]-[hhmmss].log
Location [User Name]\Local Settings\Temp
DescriptionLogs the opening and reading values from the files cac.pem and mrinit.conf, and places those values in the registry
Log level Logging level cannot be adjusted externally

Creating additional log files during installation

This can be done as follows:

  1. Logging Server Installer
    You can log server installation as follows. Either
    • copy the installation directory to the hard disk
    • edit setup.ini in the ServerInstaller directory in Notepad
    • in the [Startup] section append the following text to the 'CmdLine' entry
      /L*v serverinstallerlog.txt
      '*v' can be replaced by one of the options below.

    or
    • enter the following at a command prompt in the 'ServerInstaller' directory:
      msiexec.exe /i "Sophos Anti-Virus Small Business Edition.msi" /L*v serverinstallerlog.txt
      '*v' can be replaced by one of the options below.
  2. Logging MSDE installation
    To log MSDE installation, enter the following at a command prompt in the 'ServerInstaller\MSDE' directory:
    setup.exe INSTANCENAME=SOPHOS SAPWD=anything REBOOT=supress DISABLENETWORKPROTOCOLS=0 /L*v msdelog.txt
    '*v' can be replaced by one of the options below.
  3. Logging RMS installation
    To log RMS installation, enter the following at a command prompt in the 'ServerInstaller\Remote Management System' directory:
    msiexec.exe /i "Sophos Remote Management System.msi" STARTSOPHOSSERVICES=0 /L*v rmslog.txt
    '*v' can be replaced by one of the options below.
    Note: After logging, RMS must be removed with 'Add/Remove Programs' in order to install SBE server.

Logging flags

/L and the filename specify the path to the log file.

To log all information, use '*v' thus:

/L*v logname.txt

Options other than '*v' can also be used. These indicate which information to log:

For example: /Li will log status messages and /Lwe will log all error messages and non-fatal warnings.

If you need more information or guidance, then please contact technical support.