Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using lscfg -v command

Status
Not open for further replies.

KOG

MIS
Jan 31, 2002
303
GB
Hi folks,

WE have two servers here - old J40 and new F50 and I am trying to compare the size of mem on both servers so I can find the cause for oracle listener hanging (now and then).

I ran the above command on J40 and was able to get the exact results of mem installed i.e. 256 mb etc but when I ran it on f50 it just came up as something like that

INSTALLED RESOURCE LIST WITH VPD

The following resources are installed on your machine.

Model Architecture: chrp
Model Implementation: Multiple Processor, PCI bus

sys0 00-00 System Object
sysplanar0 00-00 System Planar
mem0 00-00 Memory
proc0 00-00 Processor

Device Specific.(YL)........P1-C1

L2cache0 00-00 L2 Cache
pmc0 00-00 Power Management Controller
proc1 00-01 Processor

Device Specific.(YL)........P1-C1

pci2 00-fed00000 PCI Bus

Device Specific.(YL)........P2

scsi1 30-58 Wide SCSI I/O Controller

Device Specific.(YL)........P2/Z2

hdisk5 30-58-00-8,0 16 Bit SCSI Disk Drive (9100 MB)


How do I extract the info on the size of mem on F50?

Is there any other command I can use?

Thanking you all in advance.

Regards

Katherine
 
hi,

try by

lsattr -E -l mem0

or

smitty lsattr / show .. defined / memXXX

bye.
 
Hi

that really helps many thanks

Cheers

K
 
or:

lscfg -vp -l mem0 |pg -(all information about memory modules installed)

bootinfo –r -shows how much RAM does my machine has (as root)

lsattr –E –l sys0 –a realmem -shows how much RAM does my machine have (as non root)

"Long live king Moshiach !"
h
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top