HP-UX : Server Model and Processor Details.
Today , i will share command to check model and processor in HP-UX.
Sometimes, when you attending interview, the interviewer will ask you how to check server model in hpux and how to determine the processor.This command you can execute if you want check the server model:
and now, you can see the details of server hardware, processor, firmware, platform and os info.
"practice without knowledge is stupid"
Sometimes, when you attending interview, the interviewer will ask you how to check server model in hpux and how to determine the processor.This command you can execute if you want check the server model:
# model
ia64 hp server rx2620
ok here, the server model is hp server r2620 with itanium 64 processor family.
ok, now, lets check the processor detail for this model.
# machinfo
CPU info:
1 Intel(R) Itanium 2 processor (1.6 GHz, 3 MB)
400 MT/s bus, CPU version A2
Memory: 4076 MB (3.98 GB)
Firmware info:
Firmware revision: 04.29
FP SWA driver revision: 1.18
IPMI is supported on this system.
BMC firmware revision: 4.04
Platform info:
Model: "ia64 hp server rx2620"
Machine ID number: b4034445-1eb9-11da-9d16-9a789ce26540
Machine serial number: US53285374
OS info:
Nodename: rx26-157
Release: HP-UX B.11.31
Version: U (unlimited-user license)
Machine: ia64
ID Number: 3020112965
vmunix _release_version:
@(#) $Revision: vmunix: B.11.31_LR FLAVOR=perf
and now, you can see the details of server hardware, processor, firmware, platform and os info.
"practice without knowledge is stupid"
Comments
Post a Comment