AIX
-
IBM AIX MPIO 구성 정보 확인 방법System of Infra/Unix System 2022. 9. 22. 23:10
IBM AIX MPIO 구성 정보 확인 방법 MPIO란? AIX에서는 하나의 디바이스(디스크, LUN)로 하여금 서로 다른 어댑터를 통한 복수개의 경로를 가질 수 있는 Multipath I/O (MPIO) 기능을 제공합니다. 이러한 path는 단일 시스템 또는 단일 logical partition 내에서만 존재하는데 하나의 디바이스에 복수개의 시스템이 연결되는 경우에는 MPIO가 아닌 clustering 이란 이름을 사용합니다. [Localhost:/] manage_disk_drivers -l Device Present Driver Driver Options 2810XIV AIX_AAPCM AIX_AAPCM,AIX_non_MPIO DS4100 AIX_APPCM AIX_APPCM,AIX_fcparray D..
-
IBM AIX SMT(Threads) 설정 하는 방법System of Infra/Unix System 2021. 11. 4. 23:43
IBM AIX SMT(Threads) 설정하는 방법 [TEST_SVR01:root]/>prtconf | grep -i processors Number Of Processors: 1 [TEST_SVR01:root]/>lsdev -Cc processor proc0 Available 00-00 Processor ▶ SMT를 활용하기 전에 물리적인 cpu가 1개인 것을 확인합니다. * SMT = Simultaneous Multithreading mode [TEST_SVR01:root]/>smtctl This system is SMT capable. This system supports up to 4 SMT threads per processor. SMT is currently disabled. SMT boot ..
-
IBM AIX GPFS NSD 및 신규 파일시스템 추가 하는 방법System of Infra/Unix System 2021. 9. 27. 22:51
IBM AIX GPFS NSD 및 신규 파일 시스템 추가하는 방법 [test_svr01:root]/tmp/gpfsnew>cat nsd_list # hdisk7:test_svr01:test_svr02:dataAndMetadata:1:nsd01 nsd01:::dataAndMetadata:1::system hdisk6:test_svr01:test_svr02:dataAndMetadata:1:nsd02 -> 추가 hdisk5:test_svr01:test_svr02:dataAndMetadata:1:nsd03 -> 추가 -> 기존 nsd_list를 통해서 생성했던 hdisk7번 아래에 세로 추가시킬 nsd의 디스크인 hdisk6(nsd02), hdisk5(nsd03)를 추가하고 nsd_list의 편집기를 저장합니다...
-
IBM AIX SDD PCM 활용하는 방법System of Infra/Unix System 2021. 8. 8. 17:41
IBM AIX SDD PCM 활용하는 방법 test_svr01:/] lsdev -Cc disk | grep -i IBM hdisk2 Available 05-01-02 IBM MPIO FC 2107 hdisk3 Available 05-01-02 IBM MPIO FC 2107 ...(생략) hdisk9 Available 05-01-02 IBM MPIO FC 2107 hdisk10 Available 05-01-02 IBM MPIO FC 2107 -> IBM 외장 디스크의 디스크 항목 리스트를 확인합니다. test_svr01:/] lsdev -C | grep -i fscsi fscsi0 Available 05-00-02 FC SCSI I/O Controller Protocol Device fscsi1 Avail..
-
IBM AIX ERROR LOGGING BUFFER OVERFLOW 에러 해결 방법System of Infra/Unix System 2021. 8. 8. 17:17
IBM AIX ERROR LOGGING BUFFER OVERFLOW 에러 해결 방법 [test_svr01:/] errpt A39F8A49 0726190721 T S syserrlg ERROR LOGGING BUFFER OVERFLOW -> AIX 시스템에서 A39F8A49 해당 에러 코드로 메시지가 계속해서 발생하고 있다면 errlog가 많이 쌓여 있어서 메모리 버퍼를 더 늘려주거나 errlog의 파일을 삭제 후 새로 생성을 해주는 방법이 있습니다. [test_svr01:/usr/lib] errdemon -l Error Log Attributes -------------------------------------------- Log File /var/adm/ras/errlog Log Size 104857..
-
IBM AIX GPFS 구성하는 방법(3)System of Infra/Unix System 2021. 7. 11. 17:48
IBM AIX GPFS 구성하는 방법(3) [test_svr01:root]/tmp/gpfsnew>cp nsd_list fs_list -> nsd에 파일 시스템을 생성하기 위해서 기존 nsd의 리스트를 fs_list 파일로 복사를 합니다. [test_svr01:root]/tmp/gpfsnew>mmlsnsd File system Disk name NSD servers --------------------------------------------------------------------------- (free disk) gpfs1nsd (directly attached) (free disk) nsd01 test_svr01,test_svr02 [test_svr01:root]/tmp/gpfsnew>mmcrfs..
-
IBM AIX GPFS 구성하는 방법(2)System of Infra/Unix System 2021. 7. 11. 17:39
IBM AIX GPFS 구성하는 방법(2) [test_svr01:root]/usr/lpp/mmfs/bin>mmcrcluster -n /tmp/gpfsnew/node_list -p test_svr01 -s test_svr02 -C GPFScluster -r /bin/ssh -R /bin/scp -A mmcrcluster: Performing preliminary node verification ... The authenticity of host 'test_svr01 (10.50.1.71)' can't be established. ECDSA key fingerprint is SHA256:wgA3O3i/6EsaBebZj+UtASoY8Q5R4pQyNlFB03FwT0A. Are you sure you want t..
-
IBM AIX 메모리 부하에 의한 프로세스 확인하는 방법System of Infra/Unix System 2021. 7. 8. 21:18
IBM AIX 메모리 부하에 의한 프로세스 확인하는 방법 #설명# comp + noncomp의 합계로 항상 100 이상으로 사용이 가능하게 설계가 되어 있음.(아키텍처 설계) - comp(어플리케이션에서 동작하는 영역, cpu에서 사용하는 영역) - non-comp(파일캐쉬 영역) -> AIX에서는 OS에서 메모리가 부족할 경우 Non-comp의 영역을 가져다가 쓰기 때문에 os에서 사용하는 영역) # svmon -Pt15 | perl -e 'while(){print if($.==2||$&&&!$s++);$.=0 if(/^-+$/)}' [test_svr01:root]/>svmon -Pt15 | perl -e 'while(){print if($.==2||$&&&!$s++);$.=0 if(/^-+$/)}' ..
-
IBM AIX HACMP V7 설치 및 업데이트 하는 방법System of Infra/Unix System 2021. 4. 20. 22:26
IBM AIX HACMP V7 설치 및 업데이트하는 방법 [root@test_svr1:/ptf/PowerHA7.2.2]# ls -al | grep -i PowerHA_SystemMirror_v7.2.2_Std_Ed_122017.tar.gz -rw-r----- 1 root system 89148016 Dec 27 2018 PowerHA_SystemMirror_v7.2.2_Std_Ed_122017.tar.gz -> 설치를 진행하기 전에 사전에 준비해둔 PowerHA 7.2.2 BASE 파일을 준비합니다. [root@test_svr1:/ptf/PowerHA7.2.2]# gzip -dc PowerHA_SystemMirror_v7.2.2_Std_Ed_122017.tar.gz | tar xvf - x . x ./i..
-
IBM AIX HACMP V6 구축 하는 방법[3]System of Infra/Unix System 2021. 4. 3. 00:49
IBM AIX HACMP V6 구축하는 방법[3] [root@test_svr1:/]# smit hacmp Initialization and Standard Configuration Extended Configuration--->선택 System Management (C-SPOC) Problem Determination Tools Can't find what you are looking for ? Not sure where to start ? -> Extended Configuration의 항목을 선택합니다. Discover HACMP-related Information from Configured Nodes Extended Topology Configuration Extended Resource Conf..