parallel ssh tool with python

30
Parallel SSH Tool with python [email protected]

Upload: jang-dennis

Post on 12-Apr-2017

576 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Parallel SSH Tool with python

Parallel SSH Tool with python

[email protected]

Page 2: Parallel SSH Tool with python

Fedora Package Maintainer

2011/09 ~ 현재 티켓몬스터 SCV

Page 3: Parallel SSH Tool with python

Pararrel ssh tool 필요성?

Page 4: Parallel SSH Tool with python

고전 적인 방법

Page 5: Parallel SSH Tool with python

쉘 스크립트를 이용

Page 6: Parallel SSH Tool with python

순차적으로 실행 느리다

에러 확인이 귀찮음

Page 7: Parallel SSH Tool with python

그래서 Pararrel ssh tool 찾아 보았습니다.

Page 8: Parallel SSH Tool with python

clusterssh pssh

dist(NHN)

Page 9: Parallel SSH Tool with python

python library fabric

paramiko

Page 10: Parallel SSH Tool with python

또 다른 것은?

Page 11: Parallel SSH Tool with python

Ansible, Saltstack Chef, Puppet CFEngine, ETC

Page 12: Parallel SSH Tool with python

하지만

Page 13: Parallel SSH Tool with python

우린 SCV다!!

Page 14: Parallel SSH Tool with python

그냥 python으로 만들어 보자!!

Page 15: Parallel SSH Tool with python

Distribute SSH dist.py

Page 16: Parallel SSH Tool with python
Page 17: Parallel SSH Tool with python

Used library

Page 18: Parallel SSH Tool with python

pexpect threading, queue

MySQLdb

Page 19: Parallel SSH Tool with python

장점?

Page 20: Parallel SSH Tool with python

1000 라인

Page 21: Parallel SSH Tool with python

Multiple threads

Page 22: Parallel SSH Tool with python

sudo + password

Page 23: Parallel SSH Tool with python

간단한 DB 연동

Page 24: Parallel SSH Tool with python

Failed servers list &

counts

Page 25: Parallel SSH Tool with python

GROUP 기능 web1~web100

group1 = web was

Page 26: Parallel SSH Tool with python

파일 전송 SCP

Page 27: Parallel SSH Tool with python

down /root/file

/root/@HOST

Page 28: Parallel SSH Tool with python

단점?

Page 29: Parallel SSH Tool with python

~_~

Page 30: Parallel SSH Tool with python

감사합니다.