욕심쟁이 공부방/AIX 썸네일형 리스트형 tcpdump 사용법 tcpdump는 바로 display되며 별도의 파일로도 받을 수 있다. # tcpdump -i port ex) # tcpdump -i en0 port 12345 # tcpdump -i en0 # tcpdump -i en0 > tcpdump.out 혹은 # tcpdump -i en0 -l -w tcpdump.bin # tcpdump -r /tmp/tcpdump.bin -n -v > /tmp/tcpdump.out 으로 확인 # tcpdump -i lo0 -l -w /tmp/tcpdump.bin tcp[13] \&7 !=0 => 이렇게 tcpdump 를 받아보면, socket이 CLOSE_WAIT 상태로 왜 남아있는지를 찾을 수 있다. data는 충분한 시간동안 모은 다음, CLOSE_WAIT 상태의 sock.. rpc.rstatd rpc.rstatd rstat은 네트워크에 연결된 사용자에게 그 네트워크 상의 머신에 대한 퍼포먼스 매트릭스를 회수할수 있게 해주는 프로토콜 보안 감사 시 보통 disable을 권고함 1. rstatd : 커널에서 얻은 성능 통계를 보냄 2. port는 udp중 available한 port를 사용합니다. Commands Reference, Volume 4, n - r rstatd Daemon Purpose Returns performance statistics obtained from the kernel. Syntax /usr/sbin/rpc.rstatd Description The rstatd daemon is a server that returns performance statistics obtain.. FTP banner 변경하기 FTP banner 변경하기 1) locale에 en_US 확인 # locale -a C POSIX KO_KR.UTF-8 KO_KR en_US.8859-15 en_US.ISO8859-1 en_US ko_KR.IBM-eucKR ko_KR 2) en_US가 정상적으로 보이면 아래 내용 확인 >>> add following in /etc/environment LANG=en_US LC_ALL=en_US # grep en_US /etc/environment LANG=en_US LC_ALL=en_US 3) FTP는 기존 시스템에 설치된 환경에 따라 ftpd.cat 파일의 위치가 다를 수 있으니 find를 통해 먼저 ftpd.cat 파일 찾기 # find /usr –name "ftpd.cat" 4) ftpd.cat .. fcstat / No Command Resource Count - Part of output of fcstat ... snip ... Primitive Seq Protocol Error Count: 0 Invalid Tx Word Count: 15 Invalid CRC Count: 0 IP over FC Adapter Driver Information No DMA Resource Count: 0 No Adapter Elements Count: 1655 FC SCSI Adapter Driver Information No DMA Resource Count: 0 No Adapter Elements Count: 1655 No Command Resource Count: 59554 HMC / properties 항목 HMC / properties 항목 - Available: This amount can be assigned to partitions (it is not assigned yet, and it is free) - Assigned to Partitions: This amount has already been assigned to partitions - Configurable: The sum of the above 2 (Configurable=Available + Assigned to Parttiions) - Installed: This amount of processor is installed to the server (The value of "Installed - Configurable" shows how.. Power Saving Mode Power Saving Mode - Profile of LPAR ... snip ... Target Memory Expansion Factor : - Target Memory Expansion Size : - Power Saving Mode : Static Power Savings Sub Processor Mode : - Power Saving Mode를 enable할 경우 에너지를 절약할 수는 있지만, 성능 지연이 발생된다. 따라서 부팅 속도라든가 성능 지연에 민감한 경우, HMC에서 Power Saving Mode를 disable할 것. 사용자 패스워드 재설정 막기 사용자 패스워드 재설정 막기 ADMCHG는 root 또는 security 그룹의 멤버, 즉 권한이 있는 타인에 의해 패스워드가 마지막으로 변경되었음을 나타내는 플래그이다. pwdadm 커맨드로 다른 사용자의 패스워드를 변경하면 플래그가 자동으로 설정되며 이 플래그가 붙게 되면 해당 사용자가 새 로그인 시에 패스워드를 재설정 해줘야 한다. ADMCHG Indicates that the password was last changed by a member of the security group or the root user. Normally this flag is set implicitly when the pwdadm command changes another user's password. When this .. IPv6 disable하기 IPv6 disable하기 1. DNS를 쓸 경우 /etc/netsvc.conf에 hosts=local4,bind4 로 설정되어 있는지 확인 2. routing table에 ipv6환경이 설정되어 있는지? 있다면 해당 interface에서 항목 삭제 ex) netstat -rn : lo0에서 ipv6가 사용중인 경우 Route tree for Protocol Family 24 (Internet v6): ::1%1 ::1%1 UH 1 96 lo0 - - 1) ..... lsattr -El lo0 ..... mtu 16896 Maximum IP Packet Size for This Device True netaddr 127.0.0.1 Internet Address True netaddr6 ::1 IPv6 I.. 이전 1 2 3 4 5 6 다음