Finding system info


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Finding system info
# 1  
Old 12-24-2003
Finding system info

Can someone tell me the command to display the info about the CPU? I need the CPI id.. of my SUN box. Solaris 8.
It's some totally un-intuitive command, and i can't recall it.

tnx.
# 2  
Old 12-24-2003
Code:
cat /proc/cpuinfo

# 3  
Old 12-24-2003
I'm guessing that you mean "hostid". For some reason, I struggle to remember that command as well.

If you really mean what you said though, the command might be "psrinfo". But that is fairly intuitive.

Anyway...these are my guesses.
# 4  
Old 12-25-2003
Perderabo,

I'm sure that you are correct in what he is looking for. Many commonly used software licenses are tied to the CPU (among them Veritas, Microfocus etc.). In addition, another useful command that does give some CPU/machine info (though not the host id) is prtdiag. prtdiag is platform specific, so I always run:

/usr/platform/`uname -i`/sbin/prtdiag -v

Cheers and happy holidays,

Keith
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Finding SSL Cert Info

How do I find out the SSL cert info on the local server? How do I know if an ssl cert is installed on local server? How it was issued to? Who was the issuer? What's the expiration date? Any other relevant information? (1 Reply)
Discussion started by: scj2012
1 Replies

2. Linux

Finding IP info from access_log file

I found the /var/www/logs/access_log file (access log in order to find specific information about IP, And when users last logged in.) but in my fedora the access_log file is is in my /var/log/cups and it looks different from what it should be. Why is that? my goal is to get a list of IP... (4 Replies)
Discussion started by: bugenhagen_
4 Replies

3. UNIX for Dummies Questions & Answers

Need help with finding info on pcode-interpreters-virtual machines

I'm trying to research interpreters and I can't find much info on Pcode or how or why it is used. Thanks in advance!:wall: (2 Replies)
Discussion started by: theKbStockpiler
2 Replies

4. Shell Programming and Scripting

Help finding info from log file

Hi, I have a log file that contains information such as this: date id number command1 command2 command3 command4 data data data date id number command1 command2 command3 command4 (4 Replies)
Discussion started by: bbbngowc
4 Replies

5. UNIX for Dummies Questions & Answers

Basic System Info Template

If your boss ask you to create a template for all UNIX systems. Max 10 questions of the system. What would you put down? The system can be any UNIX flavor. Some examples: 1. system name 2. OS 3. ETC What would be for you the most important and relevants. (2 Replies)
Discussion started by: 300zxmuro
2 Replies

6. Programming

System info

Does anyone know graceful way to get information about system? Information I am interested in is: Total size of physical memory. Total and free size of swap. Number of processors, their types and frequency. Mount point of file system for known directory. Is there a good way to get such... (4 Replies)
Discussion started by: kandrewo
4 Replies

7. UNIX for Dummies Questions & Answers

Finding file version info

Hi, Is there a standard command for retrieving the version of any given file (assuming the file has a version)? Thanks in advance Dave :) (1 Reply)
Discussion started by: davewg
1 Replies

8. Solaris

collecting system harware info

I'm looking for commands I can run on Solaris (8 and 9) to collect information regarding the installed hardware, ie network cards, sizes of physical disks in system, sizes of physical disks in connected storage array, etc. (1 Reply)
Discussion started by: soliberus
1 Replies

9. UNIX for Dummies Questions & Answers

How do I find out general system info?

How can I find out what type of processor, and speed, along with memory info such as RAM and storage. Also how do I scrollup on the shell? (2 Replies)
Discussion started by: AllyJones
2 Replies
Login or Register to Ask a Question