Summary
This Knowledgebase article provides information about how to retrieve the logs and other information required for troubleshooting. The logs will commonly be requested by Neverfail Support when submitting a Support Request and should contain the relevant log information related to a Support Request.
More Information
Important:
VBS files: Please do not send any files with a .vbs extension, as they will be blocked by our mail system. If a VBS script is attached to a Support email, the mail will not be delivered to the Neverfail Support team.
BAT files (such as stop/start scripts): Please rename from .bat to .txt before attaching to email. If a batch script is attached to a Support email, the mail will not be delivered to the Neverfail Support team.
Procedure - How to Use the Neverfail Log Collector
Email this CAB file to the person addressing your Support Request. If you already have a Support Request reference number, this should be included in the Subject line of the email. E.g. Subject: SR 1000 - Company Name.
Note: If the Log Collector is used to gather logs, the following section can be disregarded or used for information only. If you would like to gather information manually, this section contains details of which logs are required and how to gather them.
Exceptions: Windows Server 2008 and Neverfail for File Server
When Neverfail for File Server is installed or when running on the Windows Server 2008 platform, the LogCollector might experience problems while collecting the logs from the passive server. To workaround the issue, if Neverfail for File Server is installed, follow the steps in A or B below. If running on the Windows Server 2008 platform, follow the steps in B below.
- Set Neverfail Continuity Engine to Maintenance Mode during the log collection by following these steps:
- Open the Neverfail Engine Management Service UI.
- Go to the Summary page.
- Open the Configure button.
- Select the option Unprotect services and stop monitoring all applications option.
Once the logs are collected, the configuration above should be reverted to the default.
- Run the LogCollector separately on each server and collect the logs locally following these steps:
- Open a command prompt and go to the Neverfail installation folder \R2\bin
- run LogCollector -remote
Neverfail Support Requires the Following Information When a Support Request is Opened.
- Hardware ID
- All NF values in the registry:
"HKEY_LOCAL_MACHINE\Software\JavaSoft\Prefs\Neverfail"
"HKEY_LOCAL_MACHINE\Software\Neverfail"
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HookRegistryDriver"
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nfdrv"
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nfpktfltr"
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NFServerR2"- Installation logs from the new setup.exe and from the old nfconfig tool.
- Application scripts E.g. Start.bat, Stop.bat
- %installdir%\R2\bin\*.xml
- %installdir%\R2\logs\*.*
- %installdir%\R2\scripts\*.*
- %systemroot%\nfinstalltemp\*.*
- %installdir%\R2\Support\*.*
- ScopeLogs in default locations, %systemroot%\Documents and Settings\USER\ApplicationData\Neverfail\scopeLogs and %NFInstallPath%\ScopeLogs if /scope or –scope arguments are used, it will search on all local drives for scopelogs.
- %systemroot%\hs_err_pid*.*
- %systemroot%\system32\hs_err_pid*.*
- %systemroot%\Documents and Settings\*\nfsetupauditlog.txt
- The Windows Event Viewer Application and System logs exported to .CSV format files. See below for instructions on how to gather these.
- If you have SCOPE Enterprise Data Collector or SCOPE Data Collector service installed, collect all the logs from the directory specified by Settings -> Output Files in the SCOPE MMC snap-in.
How to Gather Information in the Correct Format:
Retrieving Logs from the Passive Server.
This section details how to retrieve Neverfail Continuity Engine logs from the passive server when there are no management (backdoor) IP addresses configured. This need only be done when the logs have been requested by support.
Note: If you do not know the Neverfail Channel IP address currently being used, you can check this via the Engine Management Service screen.
Follow these steps:
- At the console of the active server run the following commands, substituting the relevant directories where appropriate.
C:\net use \\passive.channel.ip.address /user:administrator
copy \\passive.channel.ip.address\NFInstallDrive$\NeverfailInstallDir\R2\logs\*.*
c:\temp\neverfail\passive
copy \\passive.channel.ip.address\NFInstallDrive$\NeverfailInstallDir\R2\scripts\*.*
c:\temp\neverfail\passive
When a management (backdoor) IP address exists on the passive server, the logs can be simply copied from the passive server to a remote client via explorer.2. Other useful information to collect.
Run the following commands from a command prompt on either server with Neverfail Continuity Engine installed:
- Current Configuration can be obtained by:
cd c:\neverfail\r2\bin\ and run exportconfig.exe c:\temp\neverfail\config.xml
- Registry Information including current File Filters can be obtained by:
reg export HKLM\Software\JavaSoft\Prefs\neverfail\current\/Interceptor\/Filters c:\temp\neverfail\file-filters.txt and email file-filters.txt to support.
- To list all folders on a drive:
- cd\
dir /a:d /b /s >>c:\temp\neverfail\folders.txt- This should be completed for each drive.
3. Sending the information to Neverfail Support.
As before, the information gathered should be zipped and labeled clearly as Primary and Secondary. See step 6 from "Using the Neverfail Log Collector" for details on where to send log information.
All the above information must be supplied in order for Neverfail Support to provide effectively assistance.
Applies To
All Versions
Related Information
None
KBID-2955