Computing.Net > Forums > Solaris > How do I find RAM, JVM version, CPU

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How do I find RAM, JVM version, CPU

Reply to Message Icon

Name: Graham
Date: October 16, 2002 at 13:29:15 Pacific
OS: Solaris 8
CPU/Ram: s
Comment:

I need to find the following in Solaris 8:

RAM
Java Virtual Machine version
Sun Version
CPU speed
How many CPU's
Available disk space

What are the commands to find this information out?




Sponsored Link
Ads by Google

Response Number 1
Name: wp
Date: October 16, 2002 at 15:53:56 Pacific
Reply:

RAM ----prtdiag
Java Virtual Machine version java -version
Sun Version - Solaris verison - cat /etc/release
CPU speed ----- prtdiag
How many CPU's ---- prtdiag
Available disk space df -k or use smc

warren


0

Response Number 2
Name: chocsforu
Date: October 17, 2002 at 10:54:27 Pacific
Reply:

prtdiag is a script, you may download.
anyhow, you may use sysdef and prtconf for displaying system configuration.
Cheers!
Aman


0

Response Number 3
Name: wp
Date: October 17, 2002 at 15:11:26 Pacific
Reply:

prtdiag is added by default in solaris 8 and 9 now


0

Response Number 4
Name: Mark M
Date: October 18, 2002 at 05:35:35 Pacific
Reply:

psrinfo -v for processors
prtconf | grep Memory for memory size
uname -a for hardware version/OS

For disk space, either use df -k or log in as root and do:

format
[select disk number]
verify
q


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: How do I find RAM, JVM version, CPU

How Do I Mount a floppy? www.computing.net/answers/solaris/how-do-i-mount-a-floppy/2033.html

How do I mount fat32 in solaris? www.computing.net/answers/solaris/how-do-i-mount-fat32-in-solaris/2037.html

How do I set the locale variables. www.computing.net/answers/solaris/how-do-i-set-the-locale-variables/1516.html