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
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?
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:
Summary: I have win2k running on a fat32 fs. I need to be able to mount it so i can get a few text files without all the sneakernetting :-)... this fat32 partition is the c: drive, /dev/hda1... so how do i go ...
Summary: During initial solaris 2.8 install I set locales to en_US.ISO8859-15. Butn I want to use en_US.ISO8859-1 permanently. Without having to edit any scripts (IE: profiles or .profiles) how do I permanentl...