Dec 16, 2003 #1 joephilip MIS Joined Apr 29, 2002 Messages 41 Location 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 Joined Jul 12, 2001 Messages 301 Location 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 Joined Apr 13, 2001 Messages 1,552 Location US try /usr/platform/`uname -m`/sbin/prtdiag -v Upvote 0 Downvote
Dec 16, 2003 #4 tuka Technical User Joined Jul 6, 2001 Messages 438 Location US psrinfo -v ( will give good data on cpu) Upvote 0 Downvote
Dec 16, 2003 #5 SamBones Programmer Joined Aug 8, 2002 Messages 3,186 Location 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 Joined Apr 13, 2001 Messages 1,552 Location US Either -i or -m work on my system. Upvote 0 Downvote