일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- X11 forwarding
- tablespace
- 티베로
- Python
- 코딩테스트
- CentOS
- Linux
- tibero
- 코테
- DDL 추출
- python3.7
- X11
- VM 설정
- 리눅스
- implicit
- VMware
- golang
- db
- 암시적 커서
- 파이썬
- 프로그래머스
- tas tac
- oracle
- tac
- 묵시적 커서
- OPEN CURSOR
- vm tac 구성
- Tuple
- vm
- terraform
- Today
- Total
목록tas tac (4)
줄기세포
15. bash_profile 설정 15-1. root bash_profile vip를 제어 해야 하기 때문에 cm은 root에서 기동해야 한다. A. root bash_profile (node1) [root@dbserver1 ~]# vi ~/.bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin export PATH ### Tibero6 ENV ### export TB_HOME=/tibero/tibero6 export PATH=.:$TB_HOME/bin..

https://novice-data.tistory.com/50 에서 이어지는 글입니다. 9. 방화벽 다운 & timezone 세팅 확인 양노드 모두 $ systemctl stop firewalld $ systemctl disable firewalld $ systemctl status firewalld 10. 파일디스크럽터 & sysctl 설정 양노드 모두 10-1. 파일 디스크럽터 설정 A. $ vi /etc/security/limits.conf #----------- # TIBERO ENV #----------- tibero soft nofile 65536 tibero hard nofile 65536 tibero soft nproc 2047 tibero hard nproc 16384 tibero sof..

https://novice-data.tistory.com/48 에서 이어지는 글 입니다. [TAC 설치] VMware에 TAS-TAC 구성해보자 (1) 1. TAS-TAC란? 참조: https://www.tmaxdata.com/product/productView.do?prod_cd=tibero&detail_gubun=prod_main TmaxSoft - Tibero Tibero 국산 DBMS의 자존심, 어떠한 상황에서도 안정적으로 관리해주는 데이터.. novice-data.tistory.com 4. VMware 부팅, CentOS 설치 1-1. CD에 ISO 이미지 마운트 확인 1-2. Power on this virtual machine 1-3. CentOS 설치 여기서 하는 설정은 bash로 접속하여..

1. TAS-TAC란? 참조: https://www.tmaxdata.com/product/productView.do?prod_cd=tibero&detail_gubun=prod_main TmaxSoft - Tibero Tibero 국산 DBMS의 자존심, 어떠한 상황에서도 안정적으로 관리해주는 데이터베이스 관리 시스템 전문기업 티베로 데이터베이스 www.tmaxdata.com 1-1. TAC? TAC는 고가용성을 위한 Active - Active 구성이다. VMware에 TAC를 구성하는 실습을 통해서 고가용성이 작동하는 원리를 배워볼 수 있다. 추가로 TAS를 같이 구성할 건데, TAS(Tibero-Active-Storage) 논리 볼륨 관리자(Logical Volume Manager) 의 한 종류로 오..