Category Archives: Servers

Windows : How to change the Exchange MailStore database path

By default, Microsoft Exchange Server will place the MailStore database in the installation folder as followed : C:\Program Files\Micros oft\Exchange Server\V15\Mailbox\Mailbox Database 0000000000\Mailbox Database 0000000000.edb It may be suitable for small scale setup, however you may want to change it to a different path for various reasons when come to medium or large scale setup…… Read More »

Windows : NTFS Warning The system failed to flush data to the transaction log. Corruption may occur.

Having repeated NTFS warning entries in EventViewer as the one below? Log Name: System Source: Ntfs Event ID: 57 Task Category: (2) Level: Warning Description: The system failed to flush data to the transaction log. Corruption may occur. This indicate an issue with the filesystem recovery mechanism and the filesystem might not be fault tolerant… Read More »

Linux : SAProuter WARNING: wildcard character used in route target

Have you noticed the following on the console output of SAP Solution Manager? WARNING: wildcard character used in route target This is because you have a wildcard “*” set in the target host <dest-host> and/or the target port <dest-serv>. SAP do not recommend this practice for security reason and output this warning on purpose. However, this… Read More »

Windows : How to reset the Avast Enterprise Administration Console password

Have you forgotten you Avast Enterprise Administration console password? Fortunately, there is a way to reset it using the “AmsTool.exe” utility, provided with the software. 1. Open the Command Prompt with administrative rights. 2. Enter the following command : “C:\Program Files\AVAST Software\Enterprise Administration\AmsTool.exe” /pwdreset NOTE : If for any reason the command does not complete,… Read More »

Linux : kernel httpd invoked oom-killer

You have noticed such behaviour in the system logs (/var/log/messages)? kernel: httpd invoked oom-killer: gfp_mask=0x201d2, order=0, oomkilladj=0 kernel: Call Trace: kernel: [<ffffffff800cb67d>] out_of_memory+0x8e/0x2f3 kernel: [<ffffffff8002e493>] __wake_up+0x38/0x4f kernel: [<ffffffff8000a7ea>] get_page_from_freelist+0x2/0x442 kernel: [<ffffffff8000f6a2>] __alloc_pages+0x27f/0x308 kernel: [<ffffffff8001308d>] __do_page_cache_readahead+0x96/0x17b kernel: [<ffffffff800139d6>] filemap_nopage+0x14c/0x360 kernel: [<ffffffff80008972>] __handle_mm_fault+0x1fd/0x103b kernel: [<ffffffff8000c795>] _atomic_dec_and_lock+0x39/0x57 kernel: [<ffffffff800671ae>] do_page_fault+0x499/0x842 kernel: [<ffffffff8005ddf9>] error_exit+0x0/0x84 Additionally, the system was hanging/very… Read More »