The following commands provide system hardware configuration:
Processor-related commands:
Memory-related commands:
Disk-related commands:
- To provide a system inventory of processor memory,disks, network information:
prtconf
Processor-related commands:
- To read ODM:
lsdev -Cc processor
- To read running processor:
bindprocessor -q
orlsattr -El proc0
- To performance statistics on running processor:
sar -P ALL 1 5
- To process running on what processor:
pstat -S
Memory-related commands:
- To check status of memory:
lsdev -Cc memory
- To check memory size:
In kilobytes:bootinfo -r
In megabytes:lsattr -El mem0
ortopas
In 4 kilobyte pages,svmon -G
Disk-related commands:
- To check status of disk and type of disk:
lsdev -Cc disk
- To check characteristics of hdisk0 including size:
lsattr -El hdisk0
- To check vital product data, including size:
lscfg -vp |more
- To check tape status and type:
lsdev -Cc tape
- To check characteristics of tape drive:
lsattr -El rmt0
- To check vital product data, including size:
lscfg -vp |more
No comments:
Post a Comment