IT. POST LIST

POST ALL LABEL

mysql InnoDB: Error: Table "mysql"."innodb_table_stats" not found.

By 때찌때찌맴매 - 10월 26, 2018
  • Share:

CEPH MGMT 재설치 및 MON 추가 feat. librados: client.bootstrap-mds authentication error (1) Operation not permitted

By 때찌때찌맴매 - 8월 02, 2018
CEPH MGMT 재설치 및 MON 추가 feat. librados: client.bootstrap-mds authentication error (1) Operation not permitted * ceph 장애 메시지를 확인 해보니 ceph컨트롤 서버인 mgmt 서버가 다운됨.    확인 결과 mgmt 서버 디스크 초기화;;;  ????  어떻게 하면 초기화가..    os 자체가 날라갔기 때문에 데이터는 복구 할 수 없고 새로운 ssd os설치 및 mgmt 서버 복구 작업 진행. * ceph 구성은 centos7 에서 진행하고, 새로운...

Continue Reading

  • Share:

shell script 암호화시키기

By 때찌때찌맴매 - 7월 11, 2018
shell script 암호화시키기 * 리눅스에서 스크립트 작성 후 내용을 암호화 시켜야 하는 상황이 발생하였습니다.     암호화가 필요한 시점에 사용하면 되겠습니다. [ shc 다운및 설치] ex) ./shc -r -v -T -f {"스크립트파일"} [root@localhost]# wget http://www.datsi.fi.upm.es/~frosal/sources/shc-3.8.7.tgz [root@localhost]# tar zxvf shc-3.8.7.tgz shc-3.8.7/CHANGES shc-3.8.7/Copying shc-3.8.7/Makefile shc-3.8.7/match shc-3.8.7/pru.sh shc-3.8.7/shc-3.8.7.c shc-3.8.7/shc.1 shc-3.8.7/shc.README shc-3.8.7/shc.c shc-3.8.7/shc.html shc-3.8.7/test.bash shc-3.8.7/test.csh shc-3.8.7/test.ksh [root@localhost]# cd shc-3.8.7 [root@localhost]# make cc -Wall -O6 shc.c -o shc ***...

Continue Reading

  • Share: