ERROR OCURRED

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, November 9, 2010

Linux System/Server memory check method

Posted on 3:44 AM by Unknown
3 different ways which i tested.

1) Through memory test tool called memtest86+

you need to download ISO & boot from cd & run test

IMP:- if you dont want to run iso use this alternate

Install memtest86+ through yum

#yum install memtest86+

after that run following command

#memtest-setup

and reboot machine... now while reboot under Grub menu choose memtest & RUN.



2) Through Memtester


Here in My example.

First make sure RPM installed if not then installed use following command

[root@localhost Downloads]# yum install memtester.i686 -y

After that run test

[root@localhost Downloads]# memtester 50 1
memtester version 4.1.3 (32-bit)
Copyright (C) 2010 Charles Cazabon.
Licensed under the GNU General Public License version 2 (only).

pagesize is 4096
pagesizemask is 0xfffff000
want 50MB (52428800 bytes)
got 50MB (52428800 bytes), trying mlock ...locked.
Loop 1/1:
Stuck Address : ok
Random Value : ok
Compare XOR : ok
Compare SUB : ok
Compare MUL : ok
Compare DIV : ok
Compare OR : ok
Compare AND : ok
Sequential Increment: ok
Solid Bits : ok
Block Sequential : ok
Checkerboard : ok
Bit Spread : ok
Bit Flip : ok
Walking Ones : ok
Walking Zeroes : ok

Done.


3) Through md5 checksum and dd command.
checksums must match, if not then their is fault in memory. Read dd command man page to understand all options. dd will create /tmp/memtest file. It will cache data in memory by filling up all memory during read operation. Using md5sum command you are reading same data from memory (as it was cached).

[root@localhost Downloads]# dd if=/dev/urandom bs=838000 of=/tmp/memtest count=1050
1050+0 records in
1050+0 records out
879900000 bytes (880 MB) copied, 140.232 s, 6.3 MB/s
[root@localhost Downloads]# md5sum /tmp/memtest; md5sum /tmp/memtest; md5sum /tmp/memtest
255e49af2668d60269efafa6487132ab /tmp/memtest
255e49af2668d60269efafa6487132ab /tmp/memtest
255e49af2668d60269efafa6487132ab /tmp/memtest


Note:-All result Passed on E6510
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • No package 'lua5.1' found
    hecking for LUA51... no checking for LUA51... configure: error: Package requirements (lua5.1 >= 5.1) were not met: No package 'lua5.1...
  • response to SOA query was unsuccessful: solved
    check your zone file [root@inf1sysadm1 data]# pwd /var/named/data # cat ind.raman.com.zone $ORIGIN . $TTL 3600 ; 1 hour ind.raman.com IN SO...
  • It is safe to clean windows prefetch folder and registry folder ?
     It is safe to clean windows prefetch folder and registry folder ? Will this boost Windows operating system capabilities ? Many of you hav...
  • Adobe Photoshop CS5 Error 16 , Adobe Photoshop CS5 Error 7
    When you install Adobe Photoshop CS5 you might get some errors. In case you get one you will see a code and a little description. Is very im...
  • X connection to localhost:10.0 broken (explicit kill or server shutdown).
    Solution:- With Xhost, you can solve this issue.
  • /usr/bin/ssh-copy-id: ERROR: No identities found
    This error come while copy ssh id. [root@ramank .ssh]# ssh-copy-id 10.****.91.*** /usr/bin/ssh-copy-id: ERROR: No identities found Solution:...
  • multiple lines edit by Sed command.
    Suppose you have a file with 1000000 lines.. & you want to change any word. Use sed command. For example: i have a file with name rk.co...
  • Wireless Issue -Dell Vostro 1520 - Fedora 11 (Broadcom corporation BCM 4312 802.11b/g (rev 01) )
    Wireless Issue -Dell Vostro 1520 - Fedora 11 (Broadcom corporation BCM 4312 802.11b/g (rev 01) ) #lspci (with this command you can find the...
  • multipath centos 5.4 (64bit ) + Dell md3000i
    My kernel 2.6.18-164.el5 Before multipath [root@my machine ~]# fdisk -l Disk /dev/sda: 72.7 GB, 72746008576 bytes 255 heads, 63 sectors/trac...
  • Bacula : Tape Cannot label Volume because it is already labeled
    when i try to label barcode, through me below error. 3302 Autochanger "loaded? drive 0", result is Slot 20. 3920 Cannot label Volu...

Categories

  • Adobe
  • Players
  • Reviews
  • Windows

Blog Archive

  • ►  2013 (27)
    • ►  October (3)
    • ►  August (1)
    • ►  June (1)
    • ►  April (3)
    • ►  February (10)
    • ►  January (9)
  • ►  2012 (29)
    • ►  December (2)
    • ►  November (7)
    • ►  October (10)
    • ►  September (4)
    • ►  August (1)
    • ►  June (2)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2011 (36)
    • ►  December (3)
    • ►  November (3)
    • ►  October (1)
    • ►  September (5)
    • ►  August (4)
    • ►  May (2)
    • ►  April (4)
    • ►  March (5)
    • ►  February (2)
    • ►  January (7)
  • ▼  2010 (24)
    • ►  December (1)
    • ▼  November (1)
      • Linux System/Server memory check method
    • ►  October (4)
    • ►  August (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (5)
    • ►  January (8)
  • ►  2009 (18)
    • ►  December (6)
    • ►  November (3)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (16)
    • ►  December (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (5)
    • ►  April (2)
    • ►  February (1)
    • ►  January (5)
  • ►  2007 (4)
    • ►  July (3)
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile