I'm looking for some sources getting hardware information such as HP Unix
11i system...
For example, I want to get the information of CPU version, clock Frequency
and so on... and if it is a hard disk, I want to information like SCSI, EIDE
or size of it...
(ex:QUANTUM ATLAS5-9LVD 80GB....)
Would you guy who has it give it to me, then it will be very thankful...
|
|
0
|
|
|
|
Reply
|
guns93
|
11/20/2003 11:35:09 AM |
|
"������" <guns93@hotmail.com> wrote in message
news:bpi6cl$n92$1@news1.kornet.net...
> I'm looking for some sources getting hardware information such as HP Unix
> 11i system...
> For example, I want to get the information of CPU version, clock Frequency
> and so on... and if it is a hard disk, I want to information like SCSI,
EIDE
> or size of it...
> (ex:QUANTUM ATLAS5-9LVD 80GB....)
> Would you guy who has it give it to me, then it will be very thankful...
You can start with /usr/sbin/cstm (Diagnostics). To get all info from the
command-line, use:
(
echo "selall"
echo "info"
echo "wait"
echo "infolog"
echo "Done"
echo "quit"
echo "OK"
) |
/usr/sbin/cstm
When you do not have Diagnostics installed, you can try System Configuration
Collector (SCC). This is GPL software that collects both hard- and software
configuration of Unix systems. The snapshots of consecutive runs of scc are
compared and differences are added to a logbook.
An example of the scc output on a HP-UX 11i system can be found in the the
hardware section of:
http://www.open-challenge.nl/scc/scc-web-demo/scc.hpux11i.html
An example of stm output can be found in the hardware->stm section of
http://www.open-challenge.nl/scc/scc-web-demo/scc.hpovou.html
Siem
--
_________________________________________________________
Siem Korteweg
Open Challenge www.open-challenge.nl/scc/index.html
Havenweg 24A telefoon: 0347 324 130
4131 NM Vianen fax : 0347 324 120
_________________________________________________________
|
|
0
|
|
|
|
Reply
|
Siem
|
11/21/2003 6:22:44 AM
|
|