Memory dimm status


 
Thread Tools Search this Thread
Operating Systems HP-UX Memory dimm status
# 1  
Old 05-10-2009
Memory dimm status

Hi,

How to check the memory dimm status from OS leavel!! My system model HP N4000.

Thanks,

ARumugam.
# 2  
Old 05-11-2009
See what RAM you have at boot time?
Code:
ant:/home/vbe $ cat /var/adm/syslog/syslog.log|grep Physi
Apr 29 19:05:34 2A:ant vmunix:     Physical: 8388608 Kbytes, lockable: 6464976 Kbytes, available: 7426824 Kbytes

This is only valid if no one trimmed the log file...

Last edited by vbe; 05-11-2009 at 05:39 AM.. Reason: added screen output
# 3  
Old 05-11-2009
You may have better support tools installed or the GUI version of stm, but here are a couple of basic cstm enquiries. The output is tatty but the information is there.

Code:
Memory layout and memory error counts (if any):

echo "selclass qualifier memory;info;wait;infolog"|cstm


Hardware including memory (providing it is HP memory) and other Field Replacable Units (FRU):

echo "selclass qualifier system;info;wait;infolog"|cstm

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

T4-2 - Memory DIMM issue - ldom config resets to factory-default

Which basically means the ldoms that were on there are not starting (not even showing). If I do ldm list-config it shows live config as next reboot. But, of course, next reboot it reverts back to factory default again. I must admit I'm wondering if its doing this becasue (with the... (3 Replies)
Discussion started by: psychocandy
3 Replies

2. Solaris

How to isolate a bad dimm by command on Solaris 10 host?

Hello, I have a HP ProLiant DL385 ( X86 ) running Solaris 10 on it. Our hardware team passwd by server last night and noticed an amber light to indicate a possible bad dimm. /var/adm/messages, dmesg, prtdiag -v, all shows nothing. /opt/HPQhealth/sbin/hpasmcli indicated I have a bad... (5 Replies)
Discussion started by: sunnychen98
5 Replies

3. Shell Programming and Scripting

Help with implementing available memory status script

hi , i want write the script which automatically send an alert mail to my mail id when there is low memory available. things which i am able to implement -: i got the output of current memory status into one file . Than i break down the required coloumn and again send it in another file. My... (1 Reply)
Discussion started by: abhinav dixit
1 Replies

4. Shell Programming and Scripting

Shell script to find Memory status in AIX

Hi All, There is a shell script that captures Memory status in AIX 6.1 64 bits! I need it to be validated by shell script experts for the following: Shell Script: cat memusageAIX.sh #!/usr/bin/ksh # # Memory usage under AIX # USED=`svmon -G | head -2 | tail -1 | awk '{ print $3... (1 Reply)
Discussion started by: a1_win
1 Replies

5. UNIX for Advanced & Expert Users

prtdiag -v problem :Memory Module Groups status not Showing

Hi Friends, I need a help from you all. In my machine which is on Solaris 9. the command prtdiag -v shows the complete output but it doesn't show "Memory Module Groups status" status. I have tried restarting the picl daemon, but still it doesn't work. Memory Module Groups:... (2 Replies)
Discussion started by: vivek.goel.piet
2 Replies

6. AIX

Memory status

hi, how to checck memory and paging utilization in mb in aix 6.1 vmstat output is not clear thanks to all (3 Replies)
Discussion started by: sunnybee
3 Replies

7. Programming

Solaris CPU/memory status monitoring (Shell script or c++)

i'm trying to find a way to monitor the CPU/Memory status of a solaris station using vmstat. I like to write a small script to periodically run vmstat and store the output. Can anyone show me how (preferrably in C++ if possible)? Thanks in advance. (6 Replies)
Discussion started by: shingpui
6 Replies

8. Solaris

Process Status Without Shared Memory

Hello Folks, On a Solaris 8 system I am trying to diagnosis memory usage of the running processes. I've been using prstat, and top , but the outputs of those include the shared memory used by the process. Hence, more a dozen of running processes are using the shared memory, and the total memory... (1 Reply)
Discussion started by: altinkaya
1 Replies

9. UNIX for Dummies Questions & Answers

Couldn't open status file /var/samba/STATUS.LCK

I believe i have most of samba configured right but i get this error each time time try to run it. I was given suggestion that i touch the file, i did, but i still cannot rid myself of this error. Any suggestions (2 Replies)
Discussion started by: macdonto
2 Replies
Login or Register to Ask a Question