prtconf是IBM AIX系统中常用的命令,用来显示系统配置信息。
1prtconf命令
2命令语法
prtconf [ -c ] [ -k ] [ -L ] [ -m ] [ -s ] [ -v ]
3命令标志
-c
|
显示 cpu 类型,例如 32-bit 或 64-bit。
|
-k
|
显示正在使用的内核,例如,32-bit 或 64-bit。
|
-L
|
如果它是 LPAR 分区,显示 LPAR 分区数和分区名,否则返回“-1 NULL”。
|
-m
|
显示系统内存。
|
-s
|
以兆赫兹为单位显示处理器时钟速度。
|
-v
|
显示设备的定制 VPD 对象类中找到的 VPD。
|
4命令示例
1、要显示系统配置信息,请输入:
prtconf
系统显示类似下列的消息:
System Model: IBM,7025-F50
Machine Serial Number: 1025778
Processor Type: PowerPC_604
Number Of Processors: 2
Processor Clock Speed: 332 MHz
CPU Type: 32-bit
Kernel Type: 32-bit
LPAR Info: -1 NULL
Memory Size: 512 MB
Good Memory Size: 512 MB
Firmware Version: IBM,L02113
Console Login: enable
Auto Restart: false
Full Core: false
................
2、要显示处理器时钟速度,请输入:
prtconf -s
系统显示类似下列的消息:
Processor Clock Speed: 332 MHz
3、要显示定制数据库中所有物理设备的 VPD,请输入:
prtconf -v
系统显示类似下列的消息:
INSTALLED RESOURCE LIST WITH VPD
The following resources are installed on your machine.
Model Architecture: chrp
Model Implementation: Uni-Processor, PCI bus
sys0 P1-C1 System Object
sysplanar0 System Planar
mem0 Memory
L2cache0 L2 Cache
proc0 P1-C1 Processor
Device Specific.(YL)........P1-C1
pci0 P1 PCI Bus
Device Specific.(YL)........P1
isa0 P1 ISA Bus
Device Specific.(YL)........P1
fda0 P1/D1 Standard I/O Diskette Adapter
Device Specific.(YL)........P1/D1
fd0 P1-D1 Diskette Drive
siokma0 P1/K1 Keyboard/Mouse Adapter
Device Specific.(YL)........P1/K1
sioka0 P1-K1 Keyboard Adapter
kbd0 P1-K1-Lkbd PS/2 keyboard
sioma0 P1-O1 Mouse Adapter
mouse0 P1-O1-Lmouse3 button mouse
siota0 P1/Q1 Tablet Adapter
4、要显示正在使用的内核类型,请输入:
prtconf -k
系统显示如下的内核类型信息: 内核类型:32-bit
5、要显示内存,请输入:
prtconf -m
系统如下显示内存: Memory Size: 512 MB
6、执行这个命令,查看内存的相关信息
lscfg -vpl sysplanar0