How to check RAM size on Solaris?

Use prtconf command. It is used to print system configuration.
 prtconf | head -3 |grep Mem

5 Comments »

  1. Anna said

    This worked great! Thanks!

  2. Debashis said

    No, it;s showing command not found

  3. Ameer said

    it should be showing.. maybe /usr/sbin its not in ur PATH .. try use the full path.. /usr/sbin/prtconf..

  4. Masud Imtiaz said

    Thanks, it helped me.
    One thing, if the comman is not found then first try “which prtconf” to get the fll path of the command “prtconf”, then use the full path. In most cases prtconf is under /usr/sbin/prtconf.
    If you are “root” then I don’t think you need to specify the full path, only prtconf will do.

    Masud Imtiaz

  5. Bhanu said

    Its not about root or any other variable , check your patch Env variable echo $PATH , it should have an entry for /usr/sbin/

RSS feed for comments on this post · TrackBack URI

Leave a Comment