분류 전체보기
-
IBM AIX SSH 공개키 교환 후 패스워드 여부 문제 해결하는 방법System of Infra/Unix System 2021. 7. 10. 23:25
IBM AIX SSH 공개키 교환 후 패스워드 여부 문제 해결하는 방법 [test_svr02:root]/>ssh 10.50.1.71 The authenticity of host '10.50.1.71 (10.50.1.71)' can't be established. ECDSA key fingerprint is SHA256:wgA3O3i/6EsaBebZj+UtASoY8Q5R4pQyNlFB03FwT0A. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added '10.50.1.71' (ECDSA) to the list of known hosts. root@10.50.1.71's passwor..
-
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(/^-+$/)}' ..
-
LINUX Centos 7 타임스탬프 설정System of Infra/Linux System 2021. 7. 8. 21:00
LINUX Centos 7 타임스탬프 설정 [root@admin/]# history 5 1028 cat .bash_profile 1029 LANG="en_US.UTF-8" 1030 history 5 1031 LANG=C 1032 ls -lrt -> 현재 리눅스 시스템에서 history Command 명령어 사용하게 되면 몇일에 사용되었는지 확인이 불가능한 상태입니다. [root@admin/]# cat /etc/profile TMOUT=600 export TMOUT HISTTIMEFORMAT="%F %T "(추가) export HISTTIMEFORMAT(추가) -> root의 최상위 디렉토리 profile에 HISTTIMEFORMAT 환경변수를 추가해줍니다. [root@admin/]#login -> 프로파..
-
IBM AIX GPFS 설치하는 방법System of Infra/Unix System 2021. 7. 8. 20:46
IBM AIX GPFS 설치하는 방법 [test_svr01:root]/tmp/download>ls -al | grep -i Spectrum_Scale_Standard-5.0.1.0-ppc64-AIX-install.tgz -rw-r--r-- 1 root system 63816400 Jul 07 21:37 Spectrum_Scale_Standard-5.0.1.0-ppc64-AIX-install.tgz [test_svr02:root]/tmp/download>ls -al | grep -i Spectrum_Scale_Standard-5.0.1.0-ppc64-AIX-install.tgz -rw-r--r-- 1 root system 63816400 Jul 07 21:38 Spectrum_Scale_Standard-5..
-
LINUX Centos 7 방화벽 설정 및 확인System of Infra/Linux System 2021. 6. 1. 22:32
LINUX Centos 7 방화벽 설정 및 확인 [root@test_svr1 /]# netstat -ntl Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:8088 0.0.0.0:* LISTEN tcp6 0 0 :::3306 :::* LISTEN tcp6 0 0 :::111 :::* L..
-
LINUX Redhat8 NTP 설정System of Infra/Linux System 2021. 5. 25. 21:27
LINUX Redhat8 NTP 설정 [root@master01 /]# ip addr show | grep -i bond0 10: bond0: mtu 1500 qdisc noqueue state UP inet 211.XXX.XXX.XXX/28 brd 211.XXX.XXX.XXX scope global bond0 ▶ 마스터 서버로 지정되어 있는 master01이라는 호스트를 마스터 서버 1로 지정합니다. [root@master02 /]# ip addr show | grep -i bond0 10: bond0: mtu 1500 qdisc noqueue state UP inet 211.XXX.XXX.XXX/28 brd 211.XXX.XXX.XXX scope global bond0 ▶ 마스터 서버로 지정되어 있는..
-
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..
-
LINUX Bonding 구성 확인하는 방법System of Infra/Linux System 2021. 4. 8. 21:54
LINUX Bonding 구성 확인하는 방법 [root@test_svr1:/]# ip addr show 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever ...(생략) 12: bond0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/e..
-
LINUX Secuve TOS Agent 사용하는 방법System of Infra/Linux System 2021. 4. 5. 22:05
LILINUX Secuve TOS Agent 사용하는 방법 [root@test_svr1:/usr/secuve/tos/bin] ls -al | grep -i fmodule -r-xr-xr-x 1 root system 2141740 Jan 06 2015 fmodule hsgdbm01:/usr/secuve/tos/bin] ls -al total 40392 drwxr-xr-x 2 root system 4096 Jan 06 2015 . drwxr-xr-x 9 root system 256 Jan 06 2015 .. -r-xr-xr-x 1 root system 1982428 Jan 06 2015 certadd -r-sr-xr-x 1 root system 1981445 Jan 06 2015 certview -r-xr-..
-
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..