Operating System - HP-UX
1753797 Members
7508 Online
108799 Solutions
New Discussion юеВ

Re: How to check if memory has failed or is deconfigured 11.31 smh

 
SOLVED
Go to solution
likid0
Honored Contributor

How to check if memory has failed or is deconfigured 11.31 smh

Hi,

we usually use an up to date custom version of nickel, to keep track of servers and hardware problems. I have found out that with 11.31 in and rx2800 i2, cstm/ems isn't working anymore in nickel. I imagine they have hpsmh and sysfaultmanager.

I have a problem with missing memory on the server, and I wanted to know I way to get info cstm/ems style, so I can see dimms deconfigured, double bit errors,etc...

But using the cli, can't use web or X interfaces.

Any ideas?

I image you can use event viewer something like:

/opt/sfm/bin#evweb eventviewer -L
/opt/sfm/bin#evweb eventviewer -E -n X

But does someone have examples?, or something similar in scripts?

Thanks for the help. Getting lost with the new stuff
Windows?, no thanks
4 REPLIES 4
g3jza
Esteemed Contributor

Re: How to check if memory has failed or is deconfigured 11.31 smh

Hmm,
cstm should be working in 11.31. Having rx2660 and I can check the configuration of memory....

likid0
Honored Contributor

Re: How to check if memory has failed or is deconfigured 11.31 smh

The message:

This command is not supported on this server model.
Please use System Management Homepage (see hpsmh(1M)).

Windows?, no thanks
Torsten.
Acclaimed Contributor
Solution

Re: How to check if memory has failed or is deconfigured 11.31 smh

cstm is really gone on this platform.

Try /opt/propplus/bin/cprop

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
likid0
Honored Contributor

Re: How to check if memory has failed or is deconfigured 11.31 smh

Great answer like allways. Thanks.

I can get going with:

/opt/propplus/bin/cprop -detail -a > /tmp/cprop.out
/opt/propplus/bin/cprop -summary -a >> /tmp/cprop.out

You need to have:


# swlist -l product | grep -i prop
PropPlus A.04.00.05 HP-UX Property Page Plus
#
Windows?, no thanks