달력

122024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

AIX 시스템 명령어

OS 2008. 6. 4. 19:52

1. 제조사 
   - 회사명 = lsattr -El sys0
   - 모델명 = prtconf (하드웨어config)
 
2. OS version
   - 버전 = oslevel -r
 
3. CPU
   - Arch = prtconf
   - Hz   = lsattr -El proc0 (단위 Hz)
   - 개수 = lsdev -Cc processor|wc -l
 
4. Memory
   - 용량 = lsattr -El sys0, prtconf
 
5. Virtual Memory
   - 용량 = lsps -a
 
6. Internal Disk
   - size = bootinfo -s hdisk(숫자) (Mb단위)
   - 개수 = lsdev -Cc disk
 
7. External Disk (SSA)
   - size = bootinfo -s hdisk(숫자) (Mb단위)
   - 개수 = lsdev -Cc pdisk , lsdev -Ct hdisk
 
8. rootvg mirror(y/n)
   - not mirror = lsvg rootvg (ACTIVE PVs = 1)
   - mirror     = lsvg rootvg (ACTIVE PVs = 2)
 
9. NIC
   - 속도, 개수 = lsparent -Ck ent
 
10. 시스템에 장착된 부품들에 위치확인
   - lscfg -vp
 
11. 시스템 parameter를 보고자 할 경우
   - lsattr -El sys0

  시스템 parameter를 변경하고자 할 경우
   - chdev -l sys0 -a parameter_name='value'

* 일반적 정보
prtconf                      = list system configuration
lscfg [-v]                  = devices (-v = verbose for microcode levels, etc)
lscfg -v                     = devices verbose (microcode level, firmware, etc)
lsdev -Cc adapter      = adapter cards
lsdev -Cc disk           = disks
lsdev -Cc processor  = CPU s
lsattr -El sys0            = serial number, model number, memory
* AIX 관련 정보
oslevel                      = AIX OS level
instfix -i |grep ML      = AIX maintenance level
lslpp -l                      = installed SW and levels
* Disk 관련 정보
lsvg -o                      = active volume groups
lsvg -p vgname          = disk drives in VG
lsvg -l vgname           = LV s in VG
lslv lvname                = LV detail
lslv -l lvname             = LV disk location
lspv                          = disks
lspv -l hdisk#             = LV s residing on a disk

* Network 관련 정보
lsdev -Cc if               = List network interfaces
netstat -rn                 = List network gateways
 

'OS' 카테고리의 다른 글

gdb 사용예제 #2  (0) 2008.07.14
gdb 사용예제 #1  (0) 2008.07.14
AIX - netstat  (0) 2008.06.04
grep과 find 활용  (0) 2008.06.04
하드웨어정보 shell  (0) 2008.05.20
Posted by 알 수 없는 사용자
|