'Server'에 해당되는 글 3건

BT5R3 tftpd 설치하기

Server 2015. 10. 1. 11:13

BT5R3에서 tftpd 설치하기

apt-get를 이용하여 설치시 오류가 발생하며

apt-get의 sources.list를 아래 내용으로 덮어쓴다.


1. 먼저 /etc/apt/sources.list 수정

#vi /etc/apt/sources.list

deb-src http://archive.ubuntu.com/ubuntu lucid main restricted

deb http://id.archive.ubuntu.com/ubuntu/ lucid main restricted

deb-src http://id.archive.ubuntu.com/ubuntu/ lucid restricted main multiverse universe


deb http://id.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

deb-src http://id.archive.ubuntu.com/ubuntu/ lucid-updates restricted main multiverse universe


deb http://id.archive.ubuntu.com/ubuntu/ lucid universe

deb http://id.archive.ubuntu.com/ubuntu/ lucid-updates universe


deb http://id.archive.ubuntu.com/ubuntu/ lucid multiverse

deb http://id.archive.ubuntu.com/ubuntu/ lucid-updates multiverse


deb http://id.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

deb-src http://id.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse


deb http://archive.canonical.com/ubuntu lucid partner

deb-src http://archive.canonical.com/ubuntu lucid partner


deb http://security.ubuntu.com/ubuntu lucid-security main restricted

deb-src http://security.ubuntu.com/ubuntu lucid-security restricted main multiverse universe


deb http://security.ubuntu.com/ubuntu lucid-security universe

deb http://security.ubuntu.com/ubuntu lucid-security multiverse

deb http://id.archive.ubuntu.com/ubuntu/ lucid-proposed restricted main multiverse universe


2. 새로운 apt-get update

#apt-get update


3. tftpd-hpa와 tftpd 설치

#apt-get install tftpd-hpa

#apt-get install tftp


4. tftpd-hpa config 수정

#vi /etc/default/tftpd-hpa

#tftp Root 디렉토리 위치 확인

TFTP_DIRECTORY="/var/lib/tftpboot"


5. tftpd-hpa 서비스 제시작

service tftpd-hpa status

service tftpd-hpa stop

service tftpd-hpa start

service tftpd-hpa restart

service tftpd-hpa force-reload

'Server' 카테고리의 다른 글

서버 부하분산 이해  (0) 2015.08.26
서버 부하분산(2)  (0) 2015.08.26
블로그 이미지

토유

개발일지

,

서버 부하분산 이해

Server 2015. 8. 26. 14:42

서버 부하분산이란 ?



 

네트워크에서 발생되는 트래픽들이 일정량 이상으로 늘어나 한 서버에서 처리하기 힘들어, 느린 반응속도, 서비스 다운 등 오류가 나기 쉬운데 이를 줄이기 위해 나온 대응 방안으로 초과되는 트래픽들을 여러 서버로 분산 처리하는 기술이다.


 


부하분산의 이점


- 처리능력 향상


- 장애대처 능력 향상


- 유지관리 효율 향상 (서비스를 정비하는 동안에는 서비스를 제공할 수 없지만 서버 부하분산으로 한 서버에서 정비나 오류 등으로 사용할 수 없을 경우 다른 서버를 이용해 지속적인 서비스 제공이 가능해진다.)


서버 부하분산 종류 


 

- DNS 라운드로빈


 

- OS 타입


 

- 어플라이언스 타입


 


DNS 라운드 로빈


 





하나의 도메인에 여러개의 IP주소를 등록해 요청 순서대로 각각 다른 IP주소로 보내, 각각 다른 서버로 접속시켜 부하를 분산하는 기술이다.


(도메인 네임이 동일해도 다른 서버로 접속)


DNS 라운드로빈은 사용법도 간단하고 설정이 쉬워 초기에 많이 사용되었지만 점점 단점들이 부각되어 요즘에는 쓰지 않는다.



 

단점


- 서버 장애발생 여부를 확인이 어렵다.


- 여러 서버에 균등 분할이 어렵다.


 


OS타입


 

OS타입은 OS가 자체적으로 가지고있는 부하분산 기술을 이용하는 것이다. Windows에는 NLBS(Network Load Balanceing Server)    Linux는 LVS(Linux Virtual Server)를 제공한다. OS부속 기능이라 비용이 적지만, 복잡한 부하분산이 어렵고 불필요한 통신도 많아서 큰 규모의 네트워크에서는 비효율적이다.


 

어플라이언스 타입


 

어플라이언스 타입은 부하분산 장치를 구매하여 사용하는 것이다. 장비를 따로 준비해야되서 비용이 많이 나가지만, 부하분산 기능이 좋을 뿐만 아니라 효율적인 연결이나 암호화, 복호화 기능도 가지고 있어 대규모 네트워크에서 많이 사용되고 있다.








'Server' 카테고리의 다른 글

BT5R3 tftpd 설치하기  (0) 2015.10.01
서버 부하분산(2)  (0) 2015.08.26
블로그 이미지

토유

개발일지

,

서버 부하분산(2)

Server 2015. 8. 26. 14:41

서버 부하분산의 진화


1)    회선 부하분산.

- 복수의 인터넷 회선을 전부 사용하고 싶을 때 적용 가능한 기술.


2)    광역 부하분산.

- 물리적으로 다른 장소에 있는 서버를 부하분산 하는 기술




부하분산 방식


정적


- 라운드로빈 (round Robin)

순서대로 할당


- 가중치 (Ratio)

가중치가 높은 서버에 할당


- 액티브-스탠바이(Active-Standby)

  Stateful    /    Stateless

액티브 장치에게만 할당


동적

- 최소 연결 수 (Least Connection)

연결 수가 작은 서버에 할당


- 최단 응답 시간 (Fastest)

가장 빠르게 응답하는 서버에 할당


- 최소 부하 (Least Loaded)

가장 부하가 적은 서버에 할당



'Server' 카테고리의 다른 글

BT5R3 tftpd 설치하기  (0) 2015.10.01
서버 부하분산 이해  (0) 2015.08.26
블로그 이미지

토유

개발일지

,