how to get CPU name

first
how to use command to get hp unix CPU name
my unix mache is HP UX 11iv1

second
how to use command to get virtual Network Card IP

third
how to use command to get disk sector name and sector size

thanks

Hi,

First,

Not sure on what you mean by cpu name. Do you want to check if your server is itanium or parisc based processor? If yes, you can type in

#model

If you want more information, you can use #machinfo (However, it does not work on 11.11 which you have) If, you have an PARISC, it would work on 11.31 and not even on 11.23 PA I guess. Itanium should be fine.

Second,

# netstat -in

Third,

# diskinfo /dev/rdsk/c#t#d#

-DB