How can we find RAM size in solaris server ?

Showing Answers 1 - 53 of 53 Answers

praveen

  • Mar 22nd, 2006
 

Use this command

# psrinfo | grep memconf

  Was this answer useful?  Yes

praveen

  • Mar 22nd, 2006
 

use this command

#psrinfo | grep memconf

  Was this answer useful?  Yes

rathi praba

  • Apr 18th, 2006
 

prtconf | grep -i mem
 

Sampath Kumar

  • Apr 18th, 2006
 

In Solaris 10 you can find the RAM Size using sdtws info command. This command gives complete Workstation Configuration Information in a pop up window.

  Was this answer useful?  Yes

sasi

  • Jul 25th, 2006
 

psrinfo|grep Mem

  Was this answer useful?  Yes

jayakanth k

  • Nov 7th, 2007
 

Memconf

  Was this answer useful?  Yes

Chandan kumar gupta

  • Jul 14th, 2011
 

Code
  1. # prtconf | grep Mem

  Was this answer useful?  Yes

sri

  • Jul 21st, 2011
 

Code
  1. prtconf |grep -i mem

  Was this answer useful?  Yes

mastanrao

  • Aug 1st, 2011
 

Code
  1. prtconf | grep "Mem"

  Was this answer useful?  Yes

rajasekhar

  • Sep 17th, 2011
 

Code
  1. prtconf -pvv |grep mem,

  2. prtconf -pvv |grep -i mem

  Was this answer useful?  Yes

Rajendra Jadhav

  • Jun 7th, 2012
 

Code
  1. /usr/platform/sun4u/sbin/prtdiag -v

  Was this answer useful?  Yes

Nimit

  • Mar 22nd, 2013
 

You can also use given command:

prtconf | head -3 | grep Mem

  Was this answer useful?  Yes

Rajanayagam

  • Aug 23rd, 2013
 

prtdiag -v | grep -i Mem

  Was this answer useful?  Yes

PRASAD

  • Aug 4th, 2014
 

usr/sbin/prtdiag -v |grep Mem

  Was this answer useful?  Yes

vinodloura

  • Aug 25th, 2014
 

prtconf|grep Mem

  Was this answer useful?  Yes

Kartik

  • Sep 10th, 2016
 

#prtconf -v

  Was this answer useful?  Yes

Rajesh

  • Jul 3rd, 2017
 

prtconf | grep -i mem

  Was this answer useful?  Yes

Vishnu J

  • Jul 21st, 2017
 

top | grep Memory
Memory: 32G phys mem, 18G free mem, 32G total swap, 32G free swap

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions