Operating System - HP-UX
1753524 Members
5158 Online
108795 Solutions
New Discussion юеВ

CSTM ERROR: no memory data found

 
SOLVED
Go to solution
hp_user_1
Regular Advisor

CSTM ERROR: no memory data found

Hello All,

I have tried with different versions of sysinfo including 6.23 to capture memory slot information on rp7410 and rp7420 servers running HP-UX 11iv1, but for some reasons the script does not capture any memory info except for this info "MEMORY: 24448 Mbytes of memory.". If I run the same sysinfo scripts on an rp4440 server, it gets the correct mem slot info.

Please help. Points will be awarded.

Regards,
hp_user
11 REPLIES 11
Torsten.
Acclaimed Contributor
Solution

Re: CSTM ERROR: no memory data found

Try

# echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm

and make sure your diagnostics software is up to date.

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!   
hp_user_1
Regular Advisor

Re: CSTM ERROR: no memory data found

This is what it says:

# echo "selclass qualifier memory>
Running Command File (/usr/sbin/stm/ui/config/.stmrc).

-- Information --
Support Tools Manager

Version A.45.20

Product Number B4708AA

(C) Copyright Hewlett Packard Co. 1995-2002
All Rights Reserved

Use of this program is subject to the licensing restrictions described
in "Help-->On Version". HP shall not be liable for any damages resulting
from misuse or unauthorized use of this program.

cstm>selclass qualifier memory;info;wait;infolog
-- Updating Map --
Updating Map...
-- Converting multiple raw log files to text. --
Preparing the Information Tool Log for each selected device...

-- Information --
Information Tool Log for each selected device file does not exist.

cstm>#.
$

Regards,
Torsten.
Acclaimed Contributor

Re: CSTM ERROR: no memory data found

>> make sure your diagnostics software is up to date.




Your version is from 2004!

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!   
Torsten.
Acclaimed Contributor

Re: CSTM ERROR: no memory data found

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE

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!   
hp_user_1
Regular Advisor

Re: CSTM ERROR: no memory data found

Ahhh... That'll require a server reboot... Can I get the required info without upgrading onlinediag ?

Regards,
hp_user
Torsten.
Acclaimed Contributor

Re: CSTM ERROR: no memory data found

The diags itself won't require a reboot, but the dependencies probably will.

Just run the swinstaller and check if a reboot is really require. If it is, cancel the installation.

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!   
Bill Hassell
Honored Contributor

Re: CSTM ERROR: no memory data found

Without upgrading the diagnostics, your only choice is to use the console and reboot to get to the BCH prompt. Then use the command:

IN ME

to get a list of memory slots.


Bill Hassell, sysadmin
Torsten.
Acclaimed Contributor

Re: CSTM ERROR: no memory data found

CSTM will show something like this:

Basic Memory Description

Module Type: MEMORY
Total Configured Memory : 16384 MB
Page Size: 4096 Bytes

Memory interleaving is supported on this machine and is ON.

Memory Board Inventory

CAB/CELL: 0/0

DIMM A DIMM B DIMM C DIMM D
Slot Size (MB) Size (MB) Size (MB) Size (MB)
---- --------- --------- --------- ---------
0 512 512 512 512
1 512 512 512 512
2 512 512 512 512
3 512 512 512 512

Cell Total (MB): 8192

...


Meanwhile you can try to restart the diagnostics.

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!   
hp_user_1
Regular Advisor

Re: CSTM ERROR: no memory data found

cstm showing the following for memory:

* 125 0/5 MEMORY (b0) Information FAILED


Thanks