PUBLISHED: May 31, 2021
Deprecation Notice: This article was written more than a year ago which means that its information might no longer be up-to-date. We cannot therefore guarantee the accuracy of it's contents.

Table of Contents


How to test the memory and to find the results on a Synology NAS

If you decide to upgrade the memory on a Synology Network Attached Storage (NAS) it can be wise to first test if the RAM modules are free from errors. This article will explain how you can easily test the memory and where to find results once the test has completed.


Downloading Synology Assistant

The first thing that you will need to do is download Synology Assistant from Synology’s Download Center.

Goto,

https://www.synology.com/en-uk/support/download

and pick your NAS model.

Once you have found your model, select the Desktop Utilities tab, locate Synology Assistant and press Download.

Synology Assistant Memory Test - Image 1

A window will pop up asking you to choose software platform. Pick the desired version and press Download.

Synology Assistant Memory Test - Image 2

Locate the software installer (usually in your Downloads folder) and start the installation process, which is self-explanatory.


Configuring Synology Assistant

Once the installation has completed, open Synology Assistant from your operating system’s application launcher and wait a few seconds until the interface has been updated to list all available Synology devices on your local network.

Synology Assistant Memory Test - Image 3

Press the blue cog wheel icon in the right-hand corner of the main window to open the Preferences panel.

Synology Assistant Memory Test - Image 4

Under Enable Advanced Services, tick the Memory Test checkbox.

Press OK to close the window.

Synology Assistant Memory Test - Image 5


Starting the Memory Test

If you have more than one NAS on the network, select the appropriate device, right-click to bring up a pop-up menu and then press the Memory Test option.

Synology Assistant Memory Test - Image 6

The Memory Diagnostic Tool window will explain that your NAS will be rebooted and that the test can take anywhere between minutes to hours depending on your system specs.

Press the Next button.

Synology Assistant Memory Test - Image 7

You will now be prompted to enter your administrator’s account username and password.

Press the Finish button the start the memory test.

Synology Assistant Memory Test - Image 8

Standby while the NAS device reboots.

Synology Assistant Memory Test - Image 9

Once the NAS has been rebooted, the memory test will start.

Press Finish to close the window.

Synology Assistant Memory Test - Image 10

Under the Status tab of the main window, you can now see the progress of the memory test.

Please note that your NAS will be inaccessible during the test phase.

Synology Assistant Memory Test - Image 11

The system will reboot a second time and resume normal operation once it has completed the memory test.


Finding the results of the Memory Test

For unknown reason, the results of the memory test are never shown in the UI, but instead they are only accessible via the terminal. If you have not yet enabled ssh, log in to Synology DSM by typing in your username and password and then press the Sign In button.

Synology Assistant Memory Test - Image 12


Enabling ssh in Synology DSM

On the Synology DSM 6.2 or 7.0 desktop, open the Control Panel.

Synology Assistant Memory Test - Image 13

In the Control Panel window, select Terminal & SNMP.

Synology Assistant Memory Test - Image 14

In the Terminal & SNMP window, tick the Enable SSH Service checkbox.

Synology Assistant Memory Test - Image 15

Press the Apply button to save the changes.


Logging in to the NAS via ssh

We are now ready to log in to the NAS via ssh. Find out the IP address of your NAS as well as which account has admin privileges. In our example, the IP address of the NAS is 192.168.1.3, and the username is geek.

In a new Terminal, type the following command:

ssh geek@192.168.1.3

Enter your password when prompted.

$ ssh geek@192.168.1.3
geek@192.168.1.3's password: ******

Once logged in, type the following command to see the results of the memory test:

sudo cat /var/log/messages | grep Memtest

Enter your password when prompted.

$ sudo cat /var/log/messages | grep Memtest
Password: ******

2021-05-31T16:57:11+01:00 SynologyNAS findhostd: util_fhost.c:1378 Memtest passed!

If you see the string, Memtest passed, you can be rest assured that the newly installed memory is working fine on your NAS.


Summary

This article has shown how you can easily test the memory on your Synology Network Attached Storage (NAS) and how you can find the results once the test has completed.


References

Synology.com
https://www.synology.com/

See Also

How to secure IOT devices with VLANs and firewall rules on an Ubiquiti EdgeRouter-X and a MikroTik switch running SwOS Lite
How to secure IOT devices with VLANs and firewall rules on an Ubiquiti EdgeRouter-X and a MikroTik switch running SwOS Lite

How to turn your Mac into an AirPrint server - for free
How to turn your Mac into an AirPrint server - for free

How to schedule tasks with crontab on macOS
How to schedule tasks with crontab on macOS

How to install and configure Syncthing on the Mac
How to install and configure Syncthing on the Mac

How to restart the Samba (SMB) file sharing service on macOS
How to restart the Samba (SMB) file sharing service on macOS

How to enable case-sensitive file system support in PyCharm for macOS
How to enable case-sensitive file system support in PyCharm for macOS

How to disable Adobe Creative Cloud during startup on the Mac
How to disable Adobe Creative Cloud during startup on the Mac

How to mount external volumes in Docker
How to mount external volumes in Docker

Which components can be upgraded on my Mac?
Which components can be upgraded on my Mac?

How to hide external disk drives from the desktop in macOS
How to hide external disk drives from the desktop in macOS



comments powered by Disqus

See also