Dec 16, 2003 #1 joephilip MIS Apr 29, 2002 41 US What are the commands to find the following: 1. server model (E4000, E3000 etc.) 2. mem 3. Number of CPUs and Speed.
What are the commands to find the following: 1. server model (E4000, E3000 etc.) 2. mem 3. Number of CPUs and Speed.
Dec 16, 2003 #2 lfoata IS-IT--Management Jul 12, 2001 301 CA /usr/platform/PLATFORM_TYPE/sbin/prtdiag -v Too bad I.T. is not cash business Luc Foata Unix sysadmin, Oracle DBA Upvote 0 Downvote
/usr/platform/PLATFORM_TYPE/sbin/prtdiag -v Too bad I.T. is not cash business Luc Foata Unix sysadmin, Oracle DBA
Dec 16, 2003 #3 bi Technical User Apr 13, 2001 1,552 US try /usr/platform/`uname -m`/sbin/prtdiag -v Upvote 0 Downvote
Dec 16, 2003 #4 tuka Technical User Jul 6, 2001 438 US psrinfo -v ( will give good data on cpu) Upvote 0 Downvote
Dec 16, 2003 #5 SamBones Programmer Aug 8, 2002 3,186 US Actually that should be... Code: /usr/platform/`uname -i`/sbin/prtdiag -v Hope this helps. Upvote 0 Downvote
Dec 17, 2003 #6 bi Technical User Apr 13, 2001 1,552 US Either -i or -m work on my system. Upvote 0 Downvote