Question about UNIX ioscan command


 
Thread Tools Search this Thread
Operating Systems HP-UX Question about UNIX ioscan command
# 8  
Old 11-21-2007
Yes - 4 cores (I assume two dual-core CPUs).
How does it compare to the ioscan output?

If you do "Model", it'll show the model of the machine (rx3600, at a guess).

I would also recommend the cfg2html tool (freeware), which will produce a comprehensive report of the system's configuration in html format.
# 9  
Old 11-21-2007
It reflects the ioscan result:

Quote:
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
processor 0 120 processor CLAIMED PROCESSOR Processor
processor 1 121 processor CLAIMED PROCESSOR Processor
processor 2 122 processor CLAIMED PROCESSOR Processor
processor 3 123 processor CLAIMED PROCESSOR Processor
The server model is RX2660. 2x Dual core indeed.

Case closed, i guess. Four cores total.

Thanks for the help!!
# 10  
Old 11-22-2007
My system shows:

Code:
# model
ia64 hp server rx3600

# ioscan -fnC processor
Class       I  H/W Path  Driver    S/W State H/W Type  Description
===================================================================
processor   0  120       processor CLAIMED   PROCESSOR Processor
processor   1  121       processor CLAIMED   PROCESSOR Processor
processor   2  122       processor CLAIMED   PROCESSOR Processor
processor   3  123       processor CLAIMED   PROCESSOR Processor

# machinfo
CPU info:
   Number of CPUs = 4
   Clock speed = 1595 MHz
   Bus speed   = 532 MT/s
   CPUID registers
      vendor information =       "GenuineIntel"
   :
   :

# echo "map " | cstm | grep CPU
   51  120                  CPU (1019)                                         
   52  121                  CPU (1019)                                         
   53  122                  CPU (1019)                                         
   54  123                  CPU (1019)        

# glance -a
 Glance C.04.60.000             17:55:54 ldinux01     ia64    Current  Avg  High
--------------------------------------------------------------------------------
CPU  Util   S                                                  |  1%    1%    1%
Disk Util   F                                                  |  1%    1%    1%
Mem  Util   S  SUUB B                                          | 18%   18%   18%
Swap Util   U  UR                                              |  8%    8%    8%
--------------------------------------------------------------------------------
                                CPU BY PROCESSOR                    Users=    2
CPU  State     Util   LoadAvg(1/5/15 min)   CSwitch   Last Pid
--------------------------------------------------------------------------------
  2 Enable      0.6     0.0/  0.0/  0.0       181          20
  0 Enable      0.4     0.0/  0.0/  0.0       139          20
  1 Enable      1.9     0.0/  0.0/  0.0       196          20
  3 Enable      0.0     0.0/  0.0/  0.0        96          20

So, turning the original question around, I can't see how to find out how many physical chips there are...
# 11  
Old 11-22-2007
Thanks prowla.

What's your system config?

2x Dual Core as well?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX command question

Hi Guys, I am new on the scripting world and would like ask for help if you can. Here are my questions below:- What Unix command(s) would you put in a shell script to read an ASCII comma-delimited input file and validate that field 5 only contains numeric characters? What Unix command(s)... (5 Replies)
Discussion started by: mahiwaga
5 Replies

2. Homework & Coursework Questions

Unix ls command question

There was a question that I have been asked, I won't lie it is from homework, regrading the ls, list, command and I am hopelessly lost and just can't seem to figure it out. Here is question: Summarized Question There is something about the naming of the files in a directory that cause ls,... (4 Replies)
Discussion started by: TheRaiderNation
4 Replies

3. HP-UX

ioscan command

Hi all ! I'm a newbie in HP-Unix . In HP-Unix ,'ioscan' command is used to scan I/O system but I don't know what the 'ioscan' command is in Linux/Unix ? I cannot find it in Linux/Unix OS . Thanks (2 Replies)
Discussion started by: nemoflich
2 Replies

4. UNIX for Dummies Questions & Answers

Unix command line question

I'm new to Unix and I'm looking for some assistance. We have 20 different accounts we must login to every day. Logging in has become quite the chore and most nights, we have to log out. I'm looking for a way to simply copy and paste the commands into each window to make things easier. I have been... (2 Replies)
Discussion started by: Judo_Bear
2 Replies

5. Solaris

Solaris equivalent of the ioscan command

What is the Solaris equivalent of the HP-UX "ioscan -funC" command which lists all hardware on the system? (5 Replies)
Discussion started by: etc
5 Replies

6. Shell Programming and Scripting

question about wc command in Unix

Hi all I want to give a command which outputs the number of files have name ending in .pdf(output is just number). Can somebody help me (3 Replies)
Discussion started by: thungmail
3 Replies

7. UNIX for Dummies Questions & Answers

Unix command question

I recently went in for a job interview and the guy asked me what I knew about Unix. I told him not much since I haven't worked with it in a few years. He then asked me the following question: What Unix or Linux shell command will tell you the names of all files in the current directory, along... (2 Replies)
Discussion started by: BMWBigD
2 Replies

8. What is on Your Mind?

IOSCAN Command

I need to know what is the differance between ioscan comand and search command ,in addition I search in your site for more details on ioscan command but I found nothing. (1 Reply)
Discussion started by: Kaswara
1 Replies

9. UNIX for Dummies Questions & Answers

Question about DOS versus Unix Command?

Okay here is a DOS comparison. When I search for a file in DOS and I was not sure what directory it was in then I would put dir /s/o/p filename the s would tell it to look in every directory including subs, the o would sort it alphabetically and the p would limit the display to one page at a... (1 Reply)
Discussion started by: wmosley2
1 Replies

10. Shell Programming and Scripting

Question about a unix command...

hi all, got a question about grep, ive written a script (Bourne) and i'm using grep -i to search for a file and return the records that i'm looking for. This all works fine, but, i was wondering how i can get an error message if that word isn't in the file. E.G. the user enters: tree and if... (2 Replies)
Discussion started by: wazzag
2 Replies
Login or Register to Ask a Question