Windows Server 2003
1832880 Members
2328 Online
110048 Solutions
New Discussion

how i know memory on hp server without shutdown

 
Tamysoft
New Member

how i know memory on hp server without shutdown

i need your help to know how manye memory on my hp server BL 465 without shutdown server
8 REPLIES 8
Patrick Wallek
Honored Contributor

Re: how i know memory on hp server without shutdown

A couple of ways:

# grep -i physical /var/adm/syslog/syslog.log

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

Bill Hassell
Honored Contributor

Re: how i know memory on hp server without shutdown

Run the command: print_manifest -s
Or run smh. Or run a web page with your server's IP address on port 2301 like this:

http://12.34.56.78:2301

Click on the link: Physical Memory


Bill Hassell, sysadmin
Team_of_5
Advisor

Re: how i know memory on hp server without shutdown

Hi,
You can use cstm command for the same to find the memory modules on the servers. After cstm type command map. We will get device file code. then

il info
Dennis Handly
Acclaimed Contributor

Re: how i know memory on hp server without shutdown

>hp server BL 465

This won't support HP-UX. What OS version are you using?
Torsten.
Acclaimed Contributor

Re: how i know memory on hp server without shutdown

This is a Proliant Blade!


You should see this from SMH or iLO interface!

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!   
Tamysoft
New Member

Re: how i know memory on hp server without shutdown

i am useing Microsoft win 2008 & win 2003
Steven Schweda
Honored Contributor

Re: how i know memory on hp server without shutdown

> i am useing Microsoft win 2008 & win 2003

Then why ask in an HP-UX forum?

Patrick Wallek
Honored Contributor

Re: how i know memory on hp server without shutdown

Right-click on "My Computer" and select "Properties". The amount of memory is given on the screen that pops up.