728x90
Problem(Abstract)
How to find the processor type in AIX OS.
Resolving the problem
STEPS
To determine the processor type under AIX, at the shell command prompt, type:
- prtconf | grep -i "Processor Type"
Depending upon the processor type and installation, the above command may give the following types of output:
On a Power 4 type of processor:
- $ prtconf | grep -i "Processor Type"
Processor Type: PowerPC_POWER4
On a non Power 4 type RISC based processor:
- $ prtconf | grep -i "Processor Type"
Processor Type: PowerPC_RS64-II
On AIX systems prtconf utility can be found in /usr/sbin and the grep utility can be found in/usr/bin directories.
728x90
'*nix' 카테고리의 다른 글
Getting Error "too large to archive ( 아카이브하기에 너무 큽니다 ) " while using Tar (0) | 2013.02.22 |
---|---|
AIX에서 tar.gz 압축/압축해제 방법 (0) | 2012.07.01 |
Determining if there are Multiple Network Cards on a Digital Unix (OSF1) Machine (0) | 2011.11.20 |
Determining if there are Multiple Network Cards on a AIX Machine (0) | 2011.11.20 |
Determining how much memory you have on IBM AIX (0) | 2011.11.20 |