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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How much physical memory?

Status
Not open for further replies.

cueballadb

Programmer
Mar 1, 2002
5
GB
Apart from restarting the server and looking in the BIOS screen, is there a command I can type which will display how much physical memory I have installed?
 

the command hw will give you all sorts of hardware based information, more than you probably want but physical memory is part of the report.

stan
 
The command didn't work, I'm logged in as root, and get the error message 'hw: not found'. Any ideas?
 
hwconfig -hc will give details but not memory.

Memory is detailed on bootup...supplied by MthBrd and is included in /usr/adm/syslog and /usr/adm/messages. If these files are loaded....[tail -300 syslog|pg].
 
hwconfig -hc will give details but not memory.

Memory is detailed on bootup...supplied by MthBrd and is included in /usr/adm/syslog and /usr/adm/messages. If these files are loaded....[tail -300 syslog].
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top