일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 하이퍼바이저
- AWS
- vCenter
- ADFS Traffic Manager
- vCenter Syslog collector
- ADFS 구성 방법 및 이중화
- ADFS SSO
- vSphere
- AWS EFS
- AWS S3
- awx
- Azure
- Exchange Server
- AWS EBS
- ELK
- mongodb 설치
- 도커
- Docker
- vmware vsphere
- Kubernetes
- Active Directory Migration
- Application Gateway
- ADFS 이중화
- Exchange 2003
- Active Directory
- AD Migration
- ADFS proxy
- ansible
- ELK 설치
- MSSQL 2012
- Today
- Total
practice makes perfect
OCI를 처음 사용해봄Oracle Linux를 사용할 때 호스트네임 변경 시 재부팅하면 다시 원복 된다원복되지 않고 사용할 수 있는 방법 가이드$ vi /etc/oci-hostname.conf # This configuration file controls the hostname persistence behavior for Oracle Linux# compute instance on Oracle Cloud Infrastructure (formerly Baremetal Cloud Services)# Set PRESERVE_HOSTINFO to one of the following values# 0 -- default behavior to update hostname, /etc/hosts and /etc/..
MongoDB 테스트 목적으로 간단하게 설치MongoDB를 Grafana로 모니터링 하고 싶어서 직접 MongoDB 구성함## Mongo Repo 추가##$ vi /etc/yum.repos.d/mongodb-org.repo[mongodb-org-3.4]name=MongoDB Repositorybaseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.4/x86_64/gpgcheck=1enabled=1gpgkey=https://www.mongodb.org/static/pgp/server-3.4.asc$ yum repolist (올바른지 확인)$ yum install mongodb-org$ systemctl start mongod (시작)$ ..
아래와 같은 오류로 Docker Service 실행이 되지 않음Feb 13 09:17:30 xxx-01 systemd[1]: docker.service: Failed with result 'exit-code'.Feb 13 09:17:30 xxx-01 systemd[1]: Failed to start docker.service - Docker Application Container Engine.Feb 13 09:17:30 xxx-01 systemd[1]: docker.socket: Failed with result 'service-start-limit-hit'. 해결방법docker.service가 실패한 결과와 docker.socket이 'service-start-limit-hit'로 실패한 것을 볼 때,..