목차 1. TAC 구성준비사항 TAC 구성순서 VirtualBox 으로 CentOS 설치 VirtualBox 에서 TAC 구성

Size: px
Start display at page:

Download "목차 1. TAC 구성준비사항 TAC 구성순서 VirtualBox 으로 CentOS 설치 VirtualBox 에서 TAC 구성"

Transcription

1 설치및환경설정 VirtualBox TAC 구성가이드

2 목차 1. TAC 구성준비사항 TAC 구성순서 VirtualBox 으로 CentOS 설치 VirtualBox 에서 TAC 구성

3 1. TAC 구성준비사항 1. CentOS bit 2. Tibero 5 SP1 FS01 Linux 64bit Binary 3. VirtualBox TAC 구성순서 2.1 VirtualBox 으로 CentOS 설치 1. VirtualBox 5.0 를설치합니다. 2. 아래옵션을선택합니다. 이름 : tac1 종류 : Linux 버전 : Linux 2.6 / 3.x / 4.x (64-bit) 메모리 : 2048 MB 3

4 3. 아래옵션을선택합니다. 파일크기 : 20 GB Hard Disk File type : VDI Storage on physical hard disk : 동적할당 4. 생성한 tac1 가상화머신을선택후설정화면을선택합니다. 4

5 5. 설정옵션을변경합니다. 시스템 플로피디스크해제오디오 오디오사용하기해제네트워크 어댑터 1 ( 호스트전용어댑터 ), 어댑터 2 ( 내부네트워크 ) USB USB 컨트롤러사용하기해제 5

6 6. 저장소 광학드라이브에서 CentOS-5.9-x86_64-bin-DVD-1of2.iso 파일을선택합니다. 6

7 7. tac1 가상머신을시작합니다. 8. ENTER 버튼을누릅니다. 7

8 9. CD Media test 는 Skip 합니다. 10. Next 를누릅니다. 11. 언어는 English 으로선택합니다. 8

9 12. System keyboard 는 English 으로선택합니다. 13. Create custom layout. 을선택합니다. 9

10 14. Device Layout 은아래와같이설정합니다. Device Size (MB) Type /boot 100 MB Ext3 /tibero MB Ext3 swap 2048 MB Swap / 8087 MB Ext3 10

11 15. Next 를선택합니다. 16. Network Device 를설정합니다. eth0 Host-Only Network 는 Windows cmd 에서 VirtualBox Host-Only Network IP Address 를확인한후같은 대역대로설정합니다. Device IP Gateway eth XX.XX/ XX eth XX/24-11

12 17. Asia/Seoul 을선택합니다. 18. root 패스워드기입후 Next 를선택합니다. 12

13 19. Software management 에서 Customize now 를선택합니다. 20. 아래와같이선택또는해체를합니다. 13

14 14

15 15

16 21. CentOS 설치를시작합니다. 16

17 22. CentOS 설치완료후 reboot 을수행합니다. 17

18 23. Forward 를선택합니다. 24. Firewall 을 Disabled 합니다. 18

19 25. SELinux 를 Disabled 합니다. 26. Forward 를선택합니다. 19

20 27. 날짜및시간설정후 Forward 를선택합니다. 28. 별도의 User 를생성하지않고 Forward 를선택합니다. 20

21 29. 설정을마친후 reboot 이수행됩니다. 30. Root 계정으로 login 한후 tibero User 를생성합니다. 21

22 31. Tibero User 를생성합니다. ~]# groupadd dba ~]# useradd -g dba -d /tibero tibero ~]# passwd tibero ~]# chown -R tibero:dba /tibero 32. /etc/hosts 를편집합니다. ~]# vi /etc/hosts # Public Network xx.xx tac xx.xx tac2 # VIP Network xx.xx tac1-vip xx.xx tac2-vip 22

23 # Interconnect Network xx.xx tac1-inter xx.xx tac2-inter 33. /etc/sysctl.conf 에서권장세마포어값을설정합니다. ~]# vi /etc/sysctl.conf kernel.shmmax = kernel.shmall = kernel.sem = kernel.shmmni = 4096 fs.file-max = net.ipv4.ip_local_port_range = /etc/security/limits.conf 를수정합니다. [root@tac1 ~]# vi /etc/security/limits.conf tibero soft nproc 2047 tibero hard nproc tibero soft nofile 1024 tibero hard nofile

24 35. root user 의.bash_profile 을수정합니다. ~]# vi ~/.bash_profile #.bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then. ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:/usr/bin:/etc:/usr/sbin:/usr/bin/X11:/sbin export PATH unset USERNAME ######## Profile ENV Config ############### umask 027 ulimit -c 0 set -o vi stty erase ^H export EDITOR=vi export TERM=vt100 export PS1='[$LOGNAME@'`uname -n`':$pwd]# ' export LANG=ko_KR.euckr ### TIBERO RDBMS 5 ENV ### export TB_HOME=/tibero/tibero5 export TB_SID=tac1 export TB_PROF_DIR=$TB_HOME/bin/prof export PATH=.:$TB_HOME/bin:$TB_HOME/client/bin:$JAVA_HOME:$PATH export LD_LIBRARY_PATH=$TB_HOME/lib:$TB_HOME/client/lib:$LD_LIBRARY_PATH 24

25 36. tibero user 의.bash_profile 을수정합니다. vi ~/.bash_profile #.bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then. ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:/usr/bin:/etc:/usr/sbin:/usr/bin/X11:/sbin export PATH unset USERNAME ######## Profile ENV Config ############### umask 027 ulimit -c 0 set -o vi stty erase ^H export EDITOR=vi export TERM=vt100 export PS1='[$LOGNAME@'`uname -n`':$pwd]$ ' export LANG=ko_KR.euckr ### TIBERO RDBMS 5 ENV ### export TB_HOME=/tibero/tibero5 export TB_SID=tac1 export TB_PROF_DIR=$TB_HOME/bin/prof export PATH=.:$TB_HOME/bin:$TB_HOME/client/bin:$PATH export LD_LIBRARY_PATH=$TB_HOME/lib:$TB_HOME/client/lib:$LD_LIBRARY_PATH ######## TIBERO alias ######## 25

26 alias tbhome='cd $TB_HOME' alias tbbin='cd $TB_HOME/bin' alias tblog='cd /tibero/tiblog/pimg/log' alias tbcfg='cd $TB_HOME/config' alias tbcfgv='vi $TB_HOME/config/$TB_SID.tip' alias tbcli='cd ${TB_HOME}/client/config' alias tbcliv='vi ${TB_HOME}/client/config/tbdsn.tbr' alias cmf='tail -f /tibero/tiblog/pimg/log/cm/trace_list.log' alias tracef='tail -f /tibero/tiblog/pimg/log/tracelog/trace.log' alias tbi='cd ~/tbinary' alias tm='cd ~/tbinary/monitor;monitor;cd -' 37. 불필요한프로세스를종료합니다. chkconfig --level xinetd off chkconfig --level sendmail off chkconfig --level cups off chkconfig --level cups-config-daemon off chkconfig --level smartd off 26

27 chkconfig --level isdn off chkconfig --level iptables off 38. Tibero 5SP1 Binary 및 License 를 FTP 으로전송합니다. 39. Tibero Binary 전송이완료되었으면, 가상머신복제를위해서 shutdown 을수행합니다. 27

28 40. 설치완료한 tac1 가상머신을복제합니다. 41. 복제가완료된 tac2 가상머신을시작합니다. 28

29 42. tac2 가상머신의네트워크설정을변경합니다. Device IP Gateway eth xx.xx/ xx. eth xx.xx/24 - [root@tac1:/root]# neat 29

30 30

31 43. 네트워크서비스를재기동합니다. service network restart uname -n ifconfig -a 31

32 44. tac2 가상머신을종료합니다. 45. 공유스토리지를추가합니다. cd C:\Program Files\Oracle\VirtualBox VBoxManage createhd --filename "D:\VirtualBox VMs\shared_disk\sharedisk1.vdi" --size format VDI --variant Fixed 32

33 VBoxManage createhd --filename "D:\VirtualBox VMs\shared_disk\sharedisk2.vdi" --size format VDI --variant Fixed VBoxManage createhd --filename "D:\VirtualBox VMs\shared_disk\sharedisk3.vdi" --size format VDI --variant Fixed VBoxManage createhd --filename "D:\VirtualBox VMs\shared_disk\sharedisk4.vdi" --size format VDI --variant Fixed VBoxManage storageattach tac1 --storagectl "SATA" --port 1 --device 0 --type hdd -- medium "D:\VirtualBox VMs\shared_disk\sharedisk1.vdi" --mtype shareable VBoxManage storageattach tac1 --storagectl "SATA" --port 2 --device 0 --type hdd -- medium "D:\VirtualBox VMs\shared_disk\sharedisk2.vdi" --mtype shareable VBoxManage storageattach tac1 --storagectl "SATA" --port 3 --device 0 --type hdd -- medium "D:\VirtualBox VMs\shared_disk\sharedisk3.vdi" --mtype shareable VBoxManage storageattach tac1 --storagectl "SATA" --port 4 --device 0 --type hdd -- medium "D:\VirtualBox VMs\shared_disk\sharedisk4.vdi" --mtype shareable VBoxManage modifyhd "D:\VirtualBox VMs\shared_disk\sharedisk1.vdi" --type shareable VBoxManage modifyhd "D:\VirtualBox VMs\shared_disk\sharedisk2.vdi" --type shareable VBoxManage modifyhd "D:\VirtualBox VMs\shared_disk\sharedisk3.vdi" --type shareable VBoxManage modifyhd "D:\VirtualBox VMs\shared_disk\sharedisk4.vdi" --type shareable VBoxManage storageattach tac2 --storagectl "SATA" --port 1 --device 0 --type hdd -- medium "D:\VirtualBox VMs\shared_disk\sharedisk1.vdi" --mtype shareable VBoxManage storageattach tac2 --storagectl "SATA" --port 2 --device 0 --type hdd -- medium "D:\VirtualBox VMs\shared_disk\sharedisk2.vdi" --mtype shareable VBoxManage storageattach tac2 --storagectl "SATA" --port 3 --device 0 --type hdd -- medium "D:\VirtualBox VMs\shared_disk\sharedisk3.vdi" --mtype shareable VBoxManage storageattach tac2 --storagectl "SATA" --port 4 --device 0 --type hdd -- medium "D:\VirtualBox VMs\shared_disk\sharedisk4.vdi" --mtype shareable 46. tac1, tac2 가상머신을시작합니다. 33

34 47. 추가한공유스토리지가할당되었는지확인합니다. fdisk -l /dev/sdb fdisk -l /dev/sdc fdisk -l /dev/sdd fdisk -l /dev/sde 48. fdisk 를수행합니다. fdisk /dev/sdb fdisk /dev/sdc 34

35 fdisk /dev/sdd fdisk /dev/sde ls -rlt /dev/sd[b-e]1 49. Physical Volumn 을생성합니다.. pvcreate /dev/sdb1 /dev/sdc1 pvcreate /dev/sdd1 /dev/sde1 pvdisplay 35

36 50. Volumn Group 을생성합니다.. vgcreate vg1 /dev/sdb1 /dev/sdc1 vgcreate vg2 /dev/sdd1 /dev/sde1 vgdisplay 36

37 51. Logical Volumn 을생성합니다. (mount 하기위해서는 Cluster File Sytem 이필요하므로 mount 를하지않습니다.). lvcreate -L 10M -n vol_tbcm_001 vg1 lvcreate -L 20M -n vol_control_001 vg1 lvcreate -L 128M -n vol_128m_001 vg1 lvcreate -L 128M -n vol_128m_002 vg1 lvcreate -L 128M -n vol_128m_003 vg1 lvcreate -L 128M -n vol_128m_004 vg1 lvcreate -L 128M -n vol_128m_005 vg1 lvcreate -L 128M -n vol_128m_006 vg1 lvcreate -L 128M -n vol_128m_007 vg1 lvcreate -L 128M -n vol_128m_008 vg1 lvcreate -L 128M -n vol_128m_009 vg1 lvcreate -L 128M -n vol_128m_010 vg1 lvcreate -L 128M -n vol_128m_011 vg1 lvcreate -L 128M -n vol_128m_012 vg1 lvcreate -L 128M -n vol_128m_013 vg1 lvcreate -L 128M -n vol_128m_014 vg1 lvcreate -L 128M -n vol_128m_015 vg1 lvcreate -L 512M -n vol_512m_001 vg1 lvcreate -L 512M -n vol_512m_002 vg1 lvcreate -L 512M -n vol_512m_003 vg1 lvcreate -L 512M -n vol_512m_004 vg1 lvcreate -L 512M -n vol_512m_005 vg1 lvcreate -L 512M -n vol_512m_006 vg1 lvcreate -L 512M -n vol_512m_007 vg1 lvcreate -L 512M -n vol_512m_008 vg1 lvcreate -L 512M -n vol_512m_009 vg1 lvcreate -L 512M -n vol_512m_010 vg1 lvcreate -L 512M -n vol_512m_011 vg1 lvcreate -L 512M -n vol_512m_012 vg1 lvcreate -L 512M -n vol_512m_013 vg1 lvcreate -L 512M -n vol_512m_014 vg1 37

38 lvcreate -L 512M -n vol_512m_015 vg1 lvcreate -L 512M -n vol_512m_016 vg1 lvcreate -L 10M -n vol_tbcm_002 vg2 lvcreate -L 20M -n vol_control_002 vg2 lvcreate -L 128M -n vol_128m_001 vg2 lvcreate -L 128M -n vol_128m_002 vg2 lvcreate -L 128M -n vol_128m_003 vg2 lvcreate -L 128M -n vol_128m_004 vg2 lvcreate -L 128M -n vol_128m_005 vg2 lvcreate -L 128M -n vol_128m_006 vg2 lvcreate -L 128M -n vol_128m_007 vg2 lvcreate -L 128M -n vol_128m_008 vg2 lvcreate -L 128M -n vol_128m_009 vg2 lvcreate -L 128M -n vol_128m_010 vg2 lvcreate -L 128M -n vol_128m_011 vg2 lvcreate -L 128M -n vol_128m_012 vg2 lvcreate -L 128M -n vol_128m_013 vg2 lvcreate -L 128M -n vol_128m_014 vg2 lvcreate -L 128M -n vol_128m_015 vg2 lvcreate -L 512M -n vol_512m_001 vg2 lvcreate -L 512M -n vol_512m_002 vg2 lvcreate -L 512M -n vol_512m_003 vg2 lvcreate -L 512M -n vol_512m_004 vg2 lvcreate -L 512M -n vol_512m_005 vg2 lvcreate -L 512M -n vol_512m_006 vg2 lvcreate -L 512M -n vol_512m_007 vg2 lvcreate -L 512M -n vol_512m_008 vg2 lvcreate -L 512M -n vol_512m_009 vg2 lvcreate -L 512M -n vol_512m_010 vg2 lvcreate -L 512M -n vol_512m_011 vg2 lvcreate -L 512M -n vol_512m_012 vg2 lvcreate -L 512M -n vol_512m_013 vg2 lvcreate -L 512M -n vol_512m_014 vg2 lvcreate -L 512M -n vol_512m_015 vg2 lvcreate -L 512M -n vol_512m_016 vg2 lvdisplay 38

39 52. Device 생성및소유권확인. (udev rule 설정을통하여 ownership 관리가이루어져야하나테스트용임으로간편하게 /etc/rc.local 파일을수정하도록합니다.). vi /etc/rc.local chown tibero:dba /dev/mapper/vg* 39

40 53. Tac2 가상머신의 root, tibero User 의 TB_SID 를변경합니다. vi ~/.bash_profile Export TB_SID=tac2 2.2 VirtualBox 에서 TAC 구성 1. Tibero 5 SP1 바이너리압축을해제합니다. [tibero@tac1:/tibero]$ ls -rlt /tibero [tibero@tac1:/tibero]$ gzip -dc tibero5-bin-fs01-linux opt tar.gz tar -xvf - 40

41 2. gen_tip 실행및설정합니다. Using TB_SID "tac1" /tibero/tibero5/config/tac1.tip generated /tibero/tibero5/config/psm_commands generated /tibero/tibero5/client/config/tbdsn.tbr generated. Running client/config/gen_esql_cfg.sh Done. 3. 초기화파라미터설정값을변경합니다. vi $TB_HOME/config/$TB_SID.tip cat $TB_HOME/config/$TB_SID.tip ## Database Identification DB_NAME=tac LISTENER_PORT=8629 ## File Configuration DB_CREATE_FILE_DEST="/tibero/tbdata" CONTROL_FILES="/dev/mapper/vg1-vol_control_001","/dev/mapper/vg2-vol_control_002" ## Memory & Session TOTAL_SHM_SIZE=768M MEMORY_TARGET=1280M MAX_SESSION_COUNT=50 41

42 ## Undo and Rollback Segments UNDO_RETENTION=900 _USGMT_UNIFORM_EXTSIZE=64 _USGMT_ONLINE_MIN=30 _USGMT_ONLINE_MAX=100 UNDO_TABLESPACE="UNDOTBS1" ## Cache and I/O DB_BLOCK_SIZE=8192 DB_FILE_MULTIBLOCK_READ_COUNT=64 ## Archive Log Mode LOG_ARCHIVE_FORMAT="arcTAC%t_%s_%r.arc" LOG_ARCHIVE_DEST="/tibero/tibarch" _ARCHIVE_LAG_TARGET=21600 _ARCHIVE_CLOSED_THREAD=Y _ARCHIVE_CLOSED_THREAD_DIE_ON_FAIL=N ## Statistics AUDIT_TRAIL=NONE AUDIT_SYS_OPERATIONS=N AUDIT_FILE_DEST="/tibero/tiblog/tac/audit" ## APM Report AUTOMATIC_PERFORMANCE_MONITORING=Y APM_SNAPSHOT_SAMPLING_INTERVAL=60 APM_SNAPSHOT_RETENTION=7 APM_SNAPSHOT_TOP_SQL_CNT=10 ## Checkpoint _LOG_INC_CHECKPOINT_TIMEOUT=1 _LOG_INC_CKPT_LAG_LIMIT_PCT=25 ## Log Dest CM_LOG_DEST="/tibero/tiblog/tac/log/cm" DBMS_LOG_DEST="/tibero/tiblog/tac/log/dbmslog" EVENT_TRACE_DEST="/tibero/tiblog/tac/log/event" LSNR_LOG_DEST="/tibero/tiblog/tac/log/lsnr" SQL_TRACE_DEST="/tibero/tiblog/tac/log/sqltrace" TRACE_DUMP_DEST="/tibero/tiblog/tac/dump/tracedump" TRACE_LOG_DEST="/tibero/tiblog/tac/log/tracelog" ## Cluster Database CLUSTER_DATABASE=Y THREAD=0 LOCAL_CLUSTER_ADDR=10.10.XX.xx 42

43 LOCAL_CLUSTER_PORT=8631 LOCAL_CLUSTER_VIP= xx.xx LOCAL_CLUSTER_NIC=eth0 LOCAL_CLUSTER_VIP_NETMASK= xxx.xx LOCAL_CLUSTER_VIP_BROADCAST= xx.xx ## TBCM Parameter CM_CLUSTER_MODE=ACTIVE_SHARED CM_FILE_NAME="/dev/mapper/vg1-vol_tbcm_001","/dev/mapper/vg2-vol_tbcm_002" CM_PORT=8632 CM_HEARTBEAT_EXPIRE=30 CM_WATCHDOG_EXPIRE=25 CM_AUTO_VIP_FAILBACK=N CM_ENABLE_CM_DOWN_NOTIFICATION=Y CM_ENABLE_FAST_NET_ERROR_DETECTION=Y CM_FENCE=Y _CM_ENABLE_VIP_ALIAS_CHECK=N _CM_ENABLE_VIP_ALIAS_RETRY=N _CM_REBOOT_RETRY_COUNT=3 ## Miscellaneous ACTIVE_SESSION_HISTORY=Y USE_NET_KEEPALIVE=Y USE_RECYCLEBIN=Y NLS_DATE_FORMAT="YYYY/MM/DD HH24:MI:SS" BIND_VARIABLE_CAPTURE=Y JOB_HISTORY_LOG=Y cat $TB_HOME/config/$TB_SID.tip ## Database Identification DB_NAME=tac LISTENER_PORT=8629 ## File Configuration DB_CREATE_FILE_DEST="/tibero/tbdata" CONTROL_FILES="/dev/mapper/vg1-vol_control_001","/dev/mapper/vg2-vol_control_002" ## Memory & Session TOTAL_SHM_SIZE=768M MEMORY_TARGET=1280M MAX_SESSION_COUNT=50 ## Undo and Rollback Segments UNDO_RETENTION=900 _USGMT_UNIFORM_EXTSIZE=64 _USGMT_ONLINE_MIN=30 _USGMT_ONLINE_MAX=100 43

44 UNDO_TABLESPACE="UNDOTBS2" ## Cache and I/O DB_BLOCK_SIZE=8192 DB_FILE_MULTIBLOCK_READ_COUNT=64 ## Archive Log Mode LOG_ARCHIVE_FORMAT="arcTAC%t_%s_%r.arc" LOG_ARCHIVE_DEST="/tibero/tibarch" _ARCHIVE_LAG_TARGET=21600 _ARCHIVE_CLOSED_THREAD=Y _ARCHIVE_CLOSED_THREAD_DIE_ON_FAIL=N ## Statistics AUDIT_TRAIL=NONE AUDIT_SYS_OPERATIONS=N AUDIT_FILE_DEST="/tibero/tiblog/tac/audit" ## APM Report AUTOMATIC_PERFORMANCE_MONITORING=Y APM_SNAPSHOT_SAMPLING_INTERVAL=60 APM_SNAPSHOT_RETENTION=7 APM_SNAPSHOT_TOP_SQL_CNT=10 ## Checkpoint _LOG_INC_CHECKPOINT_TIMEOUT=1 _LOG_INC_CKPT_LAG_LIMIT_PCT=25 ## Log Dest CM_LOG_DEST="/tibero/tiblog/tac/log/cm" DBMS_LOG_DEST="/tibero/tiblog/tac/log/dbmslog" EVENT_TRACE_DEST="/tibero/tiblog/tac/log/event" LSNR_LOG_DEST="/tibero/tiblog/tac/log/lsnr" SQL_TRACE_DEST="/tibero/tiblog/tac/log/sqltrace" TRACE_DUMP_DEST="/tibero/tiblog/tac/dump/tracedump" TRACE_LOG_DEST="/tibero/tiblog/tac/log/tracelog" ## Cluster Database CLUSTER_DATABASE=Y THREAD=1 LOCAL_CLUSTER_ADDR= LOCAL_CLUSTER_PORT=8631 LOCAL_CLUSTER_VIP= LOCAL_CLUSTER_NIC=eth0 LOCAL_CLUSTER_VIP_NETMASK= LOCAL_CLUSTER_VIP_BROADCAST= ## TBCM Parameter 44

45 CM_CLUSTER_MODE=ACTIVE_SHARED CM_FILE_NAME="/dev/mapper/vg1-vol_tbcm_001","/dev/mapper/vg2-vol_tbcm_002" CM_PORT=8632 CM_HEARTBEAT_EXPIRE=30 CM_WATCHDOG_EXPIRE=25 CM_AUTO_VIP_FAILBACK=N CM_ENABLE_CM_DOWN_NOTIFICATION=Y CM_ENABLE_FAST_NET_ERROR_DETECTION=Y CM_FENCE=Y _CM_ENABLE_VIP_ALIAS_CHECK=N _CM_ENABLE_VIP_ALIAS_RETRY=N _CM_REBOOT_RETRY_COUNT=3 ## Miscellaneous ACTIVE_SESSION_HISTORY=Y USE_NET_KEEPALIVE=Y USE_RECYCLEBIN=Y NLS_DATE_FORMAT="YYYY/MM/DD HH24:MI:SS" BIND_VARIABLE_CAPTURE=Y JOB_HISTORY_LOG=Y 4. tbdsn.tbr 파일을변경합니다. cat $TB_HOME/client/config/tbdsn.tbr # # /tibero/tibero5/client/config/tbdsn.tbr # Network Configuration File. # Generated by gen_tip.sh at ( 15:08:31 KST tac1=( (INSTANCE=(HOST= ) (PORT=8629) (DB_NAME=tac) ) ) tac1_sp=( (INSTANCE=(HOST= ) (PORT=8630) (DB_NAME=tac) ) ) tac2=( (INSTANCE=(HOST= ) (PORT=8629) (DB_NAME=tac) ) ) tac=( (INSTANCE=(HOST= ) (PORT=8629) (DB_NAME=tac) ) (INSTANCE=(HOST= ) (PORT=8629) (DB_NAME=tac) ) (LOAD_BALANCE=N) (USE_FAILOVER=N) ) 45

46 cat $TB_HOME/client/config/tbdsn.tbr # /tibero/tibero5/client/config/tbdsn.tbr # Network Configuration File. # Generated by gen_tip.sh at ( 15:20:06 KST tac2=( (INSTANCE=(HOST= ) (PORT=8629) (DB_NAME=tac) ) ) tac2_sp=( (INSTANCE=(HOST= ) (PORT=8630) (DB_NAME=tac) ) ) tac1=( (INSTANCE=(HOST= ) (PORT=8629) (DB_NAME=tac) ) ) tac=( (INSTANCE=(HOST= ) (PORT=8629) (DB_NAME=tac) ) (INSTANCE=(HOST= ) (PORT=8629) (DB_NAME=tac) ) (LOAD_BALANCE=N) (USE_FAILOVER=N) ) 5. Tibero License 파일을저장합니다. [tibero@tac1:/tibero]$ cat /tibero/tibero5/license/license.xml <?xml version="1.0" encoding="iso "?> <tmax_license> <license version="1.0"> <product version="5sp1">tibero</product> <serial_id> </serial_id> <issue_date>2015/07/31</issue_date> <licensee>tac1</licensee> <edition>enterprise</edition> <type>demo</type> <demo_duration>184</demo_duration> <identified_by_host>tac1</identified_by_host> <signature>tzggo5y1euer4re2fkh5fcsaijrbq6wxuvhzjwqetui=</signature> </license> </tmax_license> [tibero@tac2:/tibero]$ cat /tibero/tibero5/license/license.xml <?xml version="1.0" encoding="iso "?> <tmax_license> <license version="1.0"> <product version="5sp1">tibero</product> <serial_id> </serial_id> <issue_date>2015/08/04</issue_date> <licensee>tac2</licensee> 46

47 <edition>enterprise</edition> <type>demo</type> <demo_duration>184</demo_duration> <identified_by_host>tac2</identified_by_host> <signature>wuhe75y1euer4re2fkh5fh8u4kjbq6wxuvhzjwqetui=</signature> </license> </tmax_license> 6. root User 으로 tbcm 을기동합니다. tbcm -c SUCCESS tbcm -b CM file created! Keep booting CM-guard demon started up. I/O fence enabled. Tibero 5 SP1 TmaxData Corporation Copyright (c) All rights reserved. Tibero cluster manager CM started up. Local node name is (cm@xx.xx.xx.xx:8632). [root@tac2:/root]# tbcm -b There exists valid CM file. Keep booting CM-guard demon started up. I/O fence enabled. Tibero 5 SP1 TmaxData Corporation Copyright (c) All rights reserved. Tibero cluster manager CM started up. Local node name is (cm@ xx.xx.xx.xx:8632). 7. tibero5 directory 소유권을변경합니다 [root@tac1:/root]# chown -R tibero:dba /tibero/tibero5 [root@tac1:/root]# chown -R tibero:dba /tibero/tiblog [root@tac2:/root]# chown -R tibero:dba /tibero/tibero5 [root@tac2:/root]# chown -R tibero:dba /tibero/tiblog 47

48 8. tibero user 으로 nomount 으로기동합니다. su - tibero [tibero@tac1:/tibero]$ tbboot -t nomount Listener port = 8629 Change core dump dir to /tibero/tibero5/bin/prof. Tibero 5 SP1 TmaxData Corporation Copyright (c) All rights reserved. Tibero instance started up (NOMOUNT mode). 9. Database 를생성합니다. [tibero@tac1:/tibero]$ tbsql sys/tibero@tac1_sp tbsql 5 SP1 TmaxData Corporation Copyright (c) All rights reserved. Connected to Tibero. SQL> create database "tac" user sys identified by tibero character set MSWIN949 logfile group 0 ('/dev/mapper/vg1-vol_128m_001','/dev/mapper/vg2-vol_128m_001') size 127M, group 1 ('/dev/mapper/vg1-vol_128m_002','/dev/mapper/vg2-vol_128m_002') size 127M, group 2 ('/dev/mapper/vg1-vol_128m_003','/dev/mapper/vg2-vol_128m_003') size 127M, group 3 ('/dev/mapper/vg1-vol_128m_004','/dev/mapper/vg2-vol_128m_004') size 127M, group 4 ('/dev/mapper/vg1-vol_128m_005','/dev/mapper/vg2-vol_128m_005') size 127M maxdatafiles 5120 maxlogfiles 100 maxlogmembers 8 noarchivelog datafile '/dev/mapper/vg1-vol_512m_001' size 511M autoextend off default tablespace USR datafile '/dev/mapper/vg1-vol_128m_013' size 127M autoextend off default temporary tablespace TEMP tempfile '/dev/mapper/vg1-vol_512m_004' size 511M autoextend off extent management local AUTOALLOCATE undo tablespace UNDOTBS1 datafile '/dev/mapper/vg1-vol_512m_002' size 511M autoextend off extent management local UNIFORM SIZE 128K ; Database created. 48

49 10. Tibero 기동후 Thread 1 의 UNDO & REDO 를추가후활성화합니다. SQL> quit [tibero@tac1:/tibero]$ tbboot Listener port = 8629 Change core dump dir to /tibero/tibero5/bin/prof. Tibero 5 SP1 TmaxData Corporation Copyright (c) All rights reserved. Tibero instance started up (NORMAL mode). [tibero@tac1:/tibero]$ tbsql sys/tibero tbsql 5 SP1 TmaxData Corporation Copyright (c) All rights reserved. Connected to Tibero. SQL> create undo tablespace UNDOTBS2 datafile '/dev/mapper/vg1-vol_512m_003' size 511M autoextend off extent management local UNIFORM SIZE 128K ; Tablespace 'UNDOTBS2' created. SQL> alter database add logfile thread 1 group 5 ('/dev/mapper/vg1- vol_128m_006','/dev/mapper/vg2-vol_128m_006') size 127M; 49

50 Database altered. SQL> alter database add logfile thread 1 group 6 ('/dev/mapper/vg1- vol_128m_007','/dev/mapper/vg2-vol_128m_007') size 127M; Database altered. SQL> alter database add logfile thread 1 group 7 ('/dev/mapper/vg1- vol_128m_008','/dev/mapper/vg2-vol_128m_008') size 127M; Database altered. SQL> alter database add logfile thread 1 group 8 ('/dev/mapper/vg1- vol_128m_009','/dev/mapper/vg2-vol_128m_009') size 127M; Database altered. SQL> alter database add logfile thread 1 group 9 ('/dev/mapper/vg1- vol_128m_010','/dev/mapper/vg2-vol_128m_010') size 127M; Database altered. SQL> alter database enable public thread 1; Database altered. 50

51 11. APM Tablespace 를생성합니다. SQL> create tablespace _apm_ts datafile '/dev/mapper/vg1-vol_128m_014' size 127m autoextend off; Tablespace '_APM_TS' created. 12. $TB_HOME/scripts 디렉터리에서 system.sh 명령어를입력하여 data dictionary 와 system 패키지를생성합니다. sh $TB_HOME/scripts/system.sh -p1 tibero -p2 syscat -a1 y -a2 y -a3 y -a4 y 51

52 13. tac2 tibero 를기동후 Instance 상태를확인합니다. tbboot Listener port = 8629 Change core dump dir to /tibero/tibero5/bin/prof. Tibero 5 SP1 TmaxData Corporation Copyright (c) All rights reserved. Tibero instance started up (NORMAL mode). [tibero@tac1:/tibero]$ tbcm s [tibero@tac1:/tibero]$ tbsql sys/tibero SQL> SELECT * FROM V$INSTANCE; 52

53 53

54 Copyright 2015 TmaxSoft Co., Ltd. All Rights Reserved. Trademarks Tmax, WebtoB, WebT, JEUS, ProFrame, SysMaster and OpenFrame are registered trademarks of TmaxSoft Co., Ltd. Other products, titles or services may be registered trademarks of their respective companies. Contact Information TmaxSoft can be contacted at the following addresses to arrange for a consulting team to visit your company and discuss your options. Korea TmaxSoft Co., Ltd 5, Hwangsaeul-ro 329beon-gil, Bundang-gu, Seongnam-si, Gyeonggi-do. South Korea Tel: Fax: info@tmax.co.kr Web (Korean): Technical Support: USA TmaxSoft, Inc. 560 Sylvan Avenue Englewood Cliffs, NJ U.S.A Tel: Fax: info@tmaxsoft.com Web (English): Russia Tmax Russia L.L.C. Grand Setun Plaza, No A204 Gorbunova st.2, Moscow, Tel: +7(495) info.rus@tmaxsoft.com Web (Russian): Singapore Tmax Singapore Pte. Ltd. 430 Lorong 6, Toa Payoh #10-02, OrangeTee Building. Singapore Tel: info.sg@tmaxsoft.com United Kingdom TmaxSoft UK Ltd. Surrey House, Suite 221, 34 Eden Street, Kingston-Upon- Thames, KT1 1ER United Kingdom Tel: + 44-(0) info.uk@tmaxsoft.com Web (English): Japan TmaxSoft Japan Co., Ltd. 5F Sanko Bldg, Mita, Minato-Ku, Tokyo, Japan Tel: Fax: info.jp@tmaxsoft.com Web (Japanese): China TmaxSoft China Co., Ltd. Beijing Silver Tower, RM 1508, 2 North Rd Dong San Huan, Chaoyang District, Beijing, China, China Tel: ~8 Fax: info.cn@tmaxsoft.com Web (Chinese): Brazil TmaxSoft Brazil Avenida Copacabana, andar 18 do Forte Empresarial, Alphaville - Barueri, Sao Paulo, SP-Brasil CEP contato.brasil@tmaxsoft.com TD-TRCF-E

개발및운영 Tibero DB Link (Tibero To Oracle) - Local 방식

개발및운영 Tibero DB Link (Tibero To Oracle) - Local 방식 Tibero DB Link (Tibero To Oracle) - Local 방식 2014. 04. 16. 목차 1. 구성환경... 3 2. 환경설정... 3 2.1. Tibero 서버 (AIX) 에 Oracle instance Client 파일을업로드... 3 2.2. Oracle Instance Client에대한환경설정등록 (.profile)... 4 2.3.

More information

개발및운영 Tibero Perl 연동

개발및운영 Tibero Perl 연동 Tibero Perl 연동 2014. 05. 27. 목차 1. Windows에서의홖경구성... 3 1.1 Tibero ODBC Driver 설치... 3 1.2. Tool 설치... 5 2. Unix에서의홖경구성... 6 2.1 iodbc 설치... 7 2.2 Tibero 설치... 7 2.3 Iodbc drvier manager 등록... 7 3. Tibero

More information

[JEUS 7] eclipse plug-in 연동 1. 개요 Eclipse 와 JEUS 7 연동시필요한 plug-in 제공및환경설정에관한가이드제공하여 Eclipse 에서 JEUS 7 기동및 종료테스트할수있는방법을기술하였습니다. 2. Plug-in 설치 2.1 [Step

[JEUS 7] eclipse plug-in 연동 1. 개요 Eclipse 와 JEUS 7 연동시필요한 plug-in 제공및환경설정에관한가이드제공하여 Eclipse 에서 JEUS 7 기동및 종료테스트할수있는방법을기술하였습니다. 2. Plug-in 설치 2.1 [Step 기타지식 [JEUS 7.0] eclipse plug-in 연동 2015. 06. 09 [JEUS 7] eclipse plug-in 연동 1. 개요 Eclipse 와 JEUS 7 연동시필요한 plug-in 제공및환경설정에관한가이드제공하여 Eclipse 에서 JEUS 7 기동및 종료테스트할수있는방법을기술하였습니다. 2. Plug-in 설치 2.1 [Step. 1]

More information

설치및환경설정 Tibero tbprobe 사용법과원격지포트체크

설치및환경설정 Tibero tbprobe 사용법과원격지포트체크 Tibero tbprobe 사용법과원격지포트체크 2014. 04. 23. 목차 1. tbprobe 사용... 3 1.1. 로컬호스트 tibero 체크... 3 1.2. 원격호스트 tibero 체크... 3 2. tbprobe 상태값... 5 3. tbprobe 연결방법... 6 3.1. IP 와 listener_port 기재시... 6 3.2. IP 와 listener_port

More information

윈백및업그레이드 Tibero Flashback 가이드

윈백및업그레이드 Tibero Flashback 가이드 Tibero Flashback 가이드 2014. 05. 09. 목차 1. FLASHBACK 소개... 3 1.1. Flashback 개요... 3 1.2. Flashback 기능... 3 2. FLASHBACK 기능... 3 2.1. FLASHBACK QUERY... 3 2.1.1. FLASHBACK QUERY 개요... 3 2.1.2. FLASHBACK QUERY

More information

목차 1. 노드매니저종류 Java Type SSH Type 노드설정파일및로깅 nodes.xml jeusnm.properties <servername>.properties...

목차 1. 노드매니저종류 Java Type SSH Type 노드설정파일및로깅 nodes.xml jeusnm.properties <servername>.properties... 개발및운영 JEUS7 Node Manager 가이드 2014. 12. 15 목차 1. 노드매니저종류... 3 1.1 Java Type... 3 1.2 SSH Type... 3 2. 노드설정파일및로깅... 3 2.1 nodes.xml... 3 2.2 jeusnm.properties... 4 2.3 .properties... 4 2.4 JeusNodeManager.log...

More information

Linux 권장커널파라미터 1. 커널파라미터별설명및설정방법 1.1 nofile ( max number of open files ) 설명 : 지원되는열린파일수를지정합니다. 기본설정이보통대부분의응용프로그램에대해충분합니다. 이매개 변수에설정된값이너무낮으면파일열기오류, 메모리

Linux 권장커널파라미터 1. 커널파라미터별설명및설정방법 1.1 nofile ( max number of open files ) 설명 : 지원되는열린파일수를지정합니다. 기본설정이보통대부분의응용프로그램에대해충분합니다. 이매개 변수에설정된값이너무낮으면파일열기오류, 메모리 튜닝및모니터링 Linux 권고커널파라미터 2014. 12. 11 Linux 권장커널파라미터 1. 커널파라미터별설명및설정방법 1.1 nofile ( max number of open files ) 설명 : 지원되는열린파일수를지정합니다. 기본설정이보통대부분의응용프로그램에대해충분합니다. 이매개 변수에설정된값이너무낮으면파일열기오류, 메모리할당장애또는연결설정오류가발생할수있습니다.

More information

튜닝및모니터링 OS 별 TCP Recommend Parameter for WebtoB/JEUS

튜닝및모니터링 OS 별 TCP Recommend Parameter for WebtoB/JEUS OS 별 TCP Recommend Parameter for WebtoB/JEUS 2014. 11. 26 목차 1. AIX... 3 1.1 TCP_KEEPINIT... 3 1.2 TCP_KEEPIDLE... 3 1.3 TCP_KEEPINTVL... 4 1.4 TCP_KEEPCNT... 4 1.5 TCP_TIMEWAIT... 4 1.6 CLEAN_PARTIAL_CONNS...

More information

설치및환경설정 JEUS Thread State Notify 설정

설치및환경설정 JEUS Thread State Notify 설정 JEUS Thread State Notify 설정 2014. 07. 02 목차 1. thread-state-notify 설정... 3 1.1 시나리오 #1. max-thread-active-time : 10초... 3 1.2 시나리오 #2. max-thread-active-time : 10초, thread-interrupt-execution : true...

More information

목차 1. Tibero 4 설치개요 Install 전 Check 사항 H/W 요구사항 Tibero 4 설치 Tibero 설치폴더생성 Tibero 바이너리압축해제 $T

목차 1. Tibero 4 설치개요 Install 전 Check 사항 H/W 요구사항 Tibero 4 설치 Tibero 설치폴더생성 Tibero 바이너리압축해제 $T 설치및환경설정 Tibero 4 SP1 설치가이드 - Windows 환경 2014. 05. 27. 목차 1. Tibero 4 설치개요... 3 1.1. Install 전 Check 사항... 3 1.2. H/W 요구사항... 3 2. Tibero 4 설치... 4 2.1. Tibero 설치폴더생성... 4 2.2. Tibero 바이너리압축해제... 4 2.3.

More information

설치및홖경설정 Tibero 4 SP1 TAC 설치 - Windows 홖경

설치및홖경설정 Tibero 4 SP1 TAC 설치 - Windows 홖경 설치및홖경설정 Tibero 4 SP1 TAC 설치 - Windows 홖경 2014. 04. 16. 목차 1. TAC 개요... 3 1.1 개요... 3 1.2 요구사양... 3 2. TAC 구성... 4 2.1 공유 File System 구성... 4 2.2 TAC를위한추가초기화파라미터... 4 2.3 이중화서버의클라이언트접속정보설정... 5 3. 설치및구성

More information

목차 1. 개요 개요 연동테스트홖경 PowerBuilder Connection Tibero ODBC Driver 설정 PowerBuilder Connection 설정 Tiber

목차 1. 개요 개요 연동테스트홖경 PowerBuilder Connection Tibero ODBC Driver 설정 PowerBuilder Connection 설정 Tiber 개발및운영 Tibero Powerbuilder 연동 2014. 05. 27. 목차 1. 개요... 3 1.1 개요... 3 1.2 연동테스트홖경... 3 2. PowerBuilder Connection... 4 2.1 Tibero ODBC Driver 설정... 4 2.2 PowerBuilder Connection 설정... 5 3. Tibero - PowerBuilder

More information

목차 1. TABLE MIGRATOR 란? TABLE MIGRATOR 홖경설정 TABLE MIGRATOR 바이너리 Shell 설정 Migrator.Properterties 파일설정 TAB

목차 1. TABLE MIGRATOR 란? TABLE MIGRATOR 홖경설정 TABLE MIGRATOR 바이너리 Shell 설정 Migrator.Properterties 파일설정 TAB 윈백및업그레이드 Tibero Table Migrator 사용법 2014. 05. 12. 목차 1. TABLE MIGRATOR 란?... 3 2. TABLE MIGRATOR 홖경설정... 3 2.1. TABLE MIGRATOR 바이너리... 3 2.2. Shell 설정... 4 2.3. Migrator.Properterties 파일설정... 4 3. TABLE

More information

SSL 접속테스트 본문서에서 WebtoB 가설치된디렉토리는 [WEBTOBDIR] 로표기하겠습니다.. 윈도우계열과리눅스 / 유닉스계열모두명령은동일하므로윈도우를기준으로설명하도록하겠습니다. 1. WebtoB 설정 1.1 Test 용인증서생성 SSL 접속테스트를위해 Webto

SSL 접속테스트 본문서에서 WebtoB 가설치된디렉토리는 [WEBTOBDIR] 로표기하겠습니다.. 윈도우계열과리눅스 / 유닉스계열모두명령은동일하므로윈도우를기준으로설명하도록하겠습니다. 1. WebtoB 설정 1.1 Test 용인증서생성 SSL 접속테스트를위해 Webto 개발및운영 SSL 접속테스트 Console 을통한 SSL 접속테스트 2014. 06. 27 SSL 접속테스트 본문서에서 WebtoB 가설치된디렉토리는 [WEBTOBDIR] 로표기하겠습니다.. 윈도우계열과리눅스 / 유닉스계열모두명령은동일하므로윈도우를기준으로설명하도록하겠습니다. 1. WebtoB 설정 1.1 Test 용인증서생성 SSL 접속테스트를위해 WebtoB

More information

개요오라클과티베로에서 JDBC 를통해접속한세션을구분할수있도록 JDBC 접속시 ConnectionProperties 를통해구분자를넣어줄수있다. 하나의 Node 에다수의 WAS 가있을경우 DB 에서 Session Kill 등의동작수행시원하는 Session 을선택할수있다.

개요오라클과티베로에서 JDBC 를통해접속한세션을구분할수있도록 JDBC 접속시 ConnectionProperties 를통해구분자를넣어줄수있다. 하나의 Node 에다수의 WAS 가있을경우 DB 에서 Session Kill 등의동작수행시원하는 Session 을선택할수있다. 설치및환경설정 JDBC 접속세션구분 / 확인 2013. 11. 01 개요오라클과티베로에서 JDBC 를통해접속한세션을구분할수있도록 JDBC 접속시 ConnectionProperties 를통해구분자를넣어줄수있다. 하나의 Node 에다수의 WAS 가있을경우 DB 에서 Session Kill 등의동작수행시원하는 Session 을선택할수있다. 사용하기 JEUS 에서설정방법

More information

목차 JEUS JNLP Client Sample 가이드 JNLP 란 JNLP의이점 TEST TEST 환경 TEST Sample sample application 셋팅 (ser

목차 JEUS JNLP Client Sample 가이드 JNLP 란 JNLP의이점 TEST TEST 환경 TEST Sample sample application 셋팅 (ser 기술교육 JEUS JNLP Sample 가이드 2015. 06. 19 목차 JEUS JNLP Client Sample 가이드... 3 1. JNLP 란... 3 2. JNLP의이점... 3 3. TEST... 3 3.1 TEST 환경... 3 3.2 TEST Sample... 4 3.2.1 sample application 셋팅 (server side)...

More information

튜닝및모니터링 Tibero EVENT 가이드

튜닝및모니터링 Tibero EVENT 가이드 Tibero EVENT 가이드 2014. 07. 14. 목차 1. TB_EVENT 띾?... 3 2. TB_EVENT 설정... 3 2.1. EVENT 파라미터... 3 2.1.1. EVENT_TRACE... 3 2.1.2. EVENT_TRACE_DEST... 4 2.1.3. EVENT_TRACE_MAP... 4 2.1.4. EVENT_TRACE_FILE_SIZE...

More information

SSL(Secure Socket Layer) 과 TLS(Transport Layer Security) 개요 전자상거래가활발해지면서웹보안이매우중요해지고있으며, 최근정보통신망법의개정으로아무리소상공인이라 도홈페이지운영시개인정보를취급하고있다면아래와같은내용을조치하도록되어있습니다

SSL(Secure Socket Layer) 과 TLS(Transport Layer Security) 개요 전자상거래가활발해지면서웹보안이매우중요해지고있으며, 최근정보통신망법의개정으로아무리소상공인이라 도홈페이지운영시개인정보를취급하고있다면아래와같은내용을조치하도록되어있습니다 기타지식 SSL 과 TLS 2015. 07.20 SSL(Secure Socket Layer) 과 TLS(Transport Layer Security) 개요 전자상거래가활발해지면서웹보안이매우중요해지고있으며, 최근정보통신망법의개정으로아무리소상공인이라 도홈페이지운영시개인정보를취급하고있다면아래와같은내용을조치하도록되어있습니다 이러한 보안서버 의기반이되는 SSL/TLS

More information

튜닝및모니터링 HP JVM 튜닝옵션

튜닝및모니터링 HP JVM 튜닝옵션 HP JVM 튜닝옵션 2013. 11. 01 목차 1. 개요... 3 2. JVM 특징소개... 3 3. JVM 주요옵션소개... 3 4. 분석기술... 16 2 1. 개요 HP JVM 의특징을살펴보고, TroubleShooting 방법과, 실제 Site 튜닝사례를살펴보도록한다. 2. JVM 특징소개 JVM 메모리영역. 3. JVM 주요옵션소개 GC command-line

More information

Microsoft PowerPoint - Linux_10gRAC_3Node

Microsoft PowerPoint - Linux_10gRAC_3Node Linux 환경에서 3 Node 10g RAC 구성및 Data 이관하기 일시 : 2006. 08. 10 Contents I. RAC 구성환경및전체순서 II. Volume 및 Server 환경 Setup III. CRS 및 DB S/W 설치 IV. CRS 및 DB S/W Patchset V. File-System DBF raw-device 이관 VI. Sinlge

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

Copyright 2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A..,,. Sun. Sun. Berkeley BSD. UNIX X/Open Company, Ltd.. Sun, Su

Copyright 2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A..,,. Sun. Sun. Berkeley BSD. UNIX X/Open Company, Ltd.. Sun, Su Java Desktop System 2 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 817 7757 10 2004 9 Copyright 2004 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A..,,.

More information

목차 1. 웹서비스의예 테스트환경설치 설치전고려사항 설치할공간확보 테스트환경구축 설치파일준비 설치 Windows에서의설치 Linux 에서

목차 1. 웹서비스의예 테스트환경설치 설치전고려사항 설치할공간확보 테스트환경구축 설치파일준비 설치 Windows에서의설치 Linux 에서 설치및환경설정 웹환경 (JEUS 6) 구성 2014. 12. 10 목차 1. 웹서비스의예... 3 2. 테스트환경설치... 4 2.1 설치전고려사항... 4 2.2 설치할공간확보... 4 3. 테스트환경구축... 5 3.1 설치파일준비... 5 3.2 설치... 8 3.1.1 Windows에서의설치... 8 3.1.2 Linux 에서설치... 24 2 웹서비스의구성

More information

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition

More information

본문서는 초급자들을 대상으로 최대한 쉽게 작성하였습니다. 본문서에서는 설치방법만 기술했으며 자세한 설정방법은 검색을 통하시기 바랍니다. 1. 설치개요 워드프레스는 블로그 형태의 홈페이지를 빠르게 만들수 있게 해 주는 프로그램입니다. 다양한 기능을 하는 플러그인과 디자인

본문서는 초급자들을 대상으로 최대한 쉽게 작성하였습니다. 본문서에서는 설치방법만 기술했으며 자세한 설정방법은 검색을 통하시기 바랍니다. 1. 설치개요 워드프레스는 블로그 형태의 홈페이지를 빠르게 만들수 있게 해 주는 프로그램입니다. 다양한 기능을 하는 플러그인과 디자인 스마일서브 CLOUD_Virtual 워드프레스 설치 (WORDPRESS INSTALL) 스마일서브 가상화사업본부 Update. 2012. 09. 04. 본문서는 초급자들을 대상으로 최대한 쉽게 작성하였습니다. 본문서에서는 설치방법만 기술했으며 자세한 설정방법은 검색을 통하시기 바랍니다. 1. 설치개요 워드프레스는 블로그 형태의 홈페이지를 빠르게 만들수 있게

More information

Simplify your Job Automatic Storage Management DB TSC

Simplify your Job Automatic Storage Management DB TSC Simplify your Job Automatic Storage Management DB TSC 1. DBA Challenges 2. ASM Disk group 3. Mirroring/Striping/Rebalancing 4. Traditional vs. ASM 5. ASM administration 6. ASM Summary Capacity in Terabytes

More information

단계

단계 본문서에서는 Tibero RDBMS 에서제공하는 Oracle DB Link 를위한 gateway 설치및설정방법과 Oracle DB Link 사용법을소개한다. Contents 1. TIBERO TO ORACLE DB LINK 개요... 3 1.1. GATEWAY 란... 3 1.2. ORACLE GATEWAY... 3 1.3. GATEWAY 디렉터리구조...

More information

I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r

I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r -------------------------------------------------------------------- -- 1. : ts_cre_bonsa.sql -- 2. :

More information

.

. SysMaster 5.0 설치 Ⅰ Ⅱ Ⅲ Ⅳ Ⅴ Ⅵ 시스템요구사항 Repository DB 설치 SysMaster 의 Master 설치 SysMaster 의기동과접속 SysMaster 의 Agent 설치 Agent 기동과연동설정 Ⅰ 시스템요구사항 표준시스템요구사항 리소스대상요구사항 설치순서 표준시스템요구사항 요구사항 H/W 요구사항 IBM AIX 5L 32/64bit,

More information

휠세미나3 ver0.4

휠세미나3 ver0.4 andromeda@sparcs:/$ ls -al dev/sda* brw-rw---- 1 root disk 8, 0 2014-06-09 18:43 dev/sda brw-rw---- 1 root disk 8, 1 2014-06-09 18:43 dev/sda1 brw-rw---- 1 root disk 8, 2 2014-06-09 18:43 dev/sda2 andromeda@sparcs:/$

More information

목 차

목      차 Oracle 9i Admim 1. Oracle RDBMS 1.1 (System Global Area:SGA) 1.1.1 (Shared Pool) 1.1.2 (Database Buffer Cache) 1.1.3 (Redo Log Buffer) 1.1.4 Java Pool Large Pool 1.2 Program Global Area (PGA) 1.3 Oracle

More information

R50_51_kor_ch1

R50_51_kor_ch1 S/N : 1234567890123 Boot Device Priority NumLock [Off] Enable Keypad [By NumLock] Summary screen [Disabled] Boor-time Diagnostic Screen [Disabled] PXE OPROM [Only with F12]

More information

개발및운영 Eclipse 를이용한 ANT 활용방법

개발및운영 Eclipse 를이용한 ANT 활용방법 Eclipse 를이용한 ANT 활용방법 2014. 04. 09 목차 Eclipse를이용한 ANT 활용방법... 3 1. ant 사용전준비사항... 3 1.1 ant Install... 3 1.2 Java Project 생성... 5 2. ant 활용방법... 10 2.1 ant project 생성... 10 3. ant 설정... 13 3.1 ant directory...

More information

Solaris Express Developer Edition

Solaris Express Developer Edition Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC

More information

Oracle Database 11g R2 Installation Guide for OEL5(x86) Writer : 이경호

Oracle Database 11g R2 Installation Guide for OEL5(x86) Writer : 이경호 Oracle Database 11g R2 Installation Guide for OEL5(x86) Writer : 이경호 - 1 - 1. 시스템구성 1.1. 개요 1.1.1. 정의 - VMware 7 을이용하여 Oracle Database 11g R2 를설치합니다. 1.1.2. 목적 - 실습을위한 Oracle Database 11g R2 설치가이드를작성합니다.

More information

다음 사항을 꼭 확인하세요! 도움말 안내 - 본 도움말에는 iodd2511 조작방법 및 활용법이 적혀 있습니다. - 본 제품 사용 전에 안전을 위한 주의사항 을 반드시 숙지하십시오. - 문제가 발생하면 문제해결 을 참조하십시오. 중요한 Data 는 항상 백업 하십시오.

다음 사항을 꼭 확인하세요! 도움말 안내 - 본 도움말에는 iodd2511 조작방법 및 활용법이 적혀 있습니다. - 본 제품 사용 전에 안전을 위한 주의사항 을 반드시 숙지하십시오. - 문제가 발생하면 문제해결 을 참조하십시오. 중요한 Data 는 항상 백업 하십시오. 메 뉴 다음 사항을 꼭 확인하세요! --------------------------------- 2p 안전을 위한 주의 사항 --------------------------------- 3p 구성품 --------------------------------- 4p 각 부분의 명칭 --------------------------------- 5p 제품의 규격

More information

목차 JEUS EJB Session Bean가이드 stateful session bean stateful sample 가이드 sample source 결과확인 http session에

목차 JEUS EJB Session Bean가이드 stateful session bean stateful sample 가이드 sample source 결과확인 http session에 개념정리및샘플예제 EJB stateful sample 문서 2016. 01. 14 목차 JEUS EJB Session Bean가이드... 3 1. stateful session bean... 3 1.1 stateful sample 가이드... 3 1.1.1 sample source... 3 1.1.2 결과확인... 6 1.2 http session에서사용하기...

More information

62

62 2 instance database physical storage 2 1 62 63 tablespace datafiles 2 2 64 1 2 logical view control files datafiles redo log files 65 2 3 9i OMF Oracle Managed Files, OMF 9i 9i / / OMF 9i 66 8 1MB 8 10MB

More information

Tibero

Tibero Tibero 설치가이드 Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. Copyright Notice Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. 대한민국경기도성남시분당구황새울로 329 번길 5 티맥스빌딩우 ) 463-824 Restricted Rights

More information

오라클 데이터베이스 10g 핵심 요약 노트

오라클 데이터베이스 10g 핵심 요약 노트 1 10g 10g SYSAUX 10g 22 Oracle Database 10g, 10g. 10g. (Grid), 10g.. 10g SYSAUX (ASM, Automatic Storage Management) 10g 10g. g. (DBA).,., 1).,..? 10g,.. (Larry Ellison).. (Leverage Components), (ASM) (

More information

.

. 티베로설치및기동과종료 Ⅰ Ⅱ Ⅲ Ⅳ 개요사전작업티베로설치및확인별첨 Ⅰ 개요 본문서는 Window 환경에서자동인스톨러를이용한 Tibero5 SP1 FS01 버전의티베로설치방법을다루고있습니다. Ⅱ 사전작업 시스템요구사항 설치전준비사항 설치관련파일다운로드 Ⅱ Ⅰ 시스템요구사항 지원플랫폼및운영체제 H/W 및 S/W 요구사항 시스템요구사항 지원플랫폼및운영체제 확인방법

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper Windows Netra Blade X3-2B( Sun Netra X6270 M3 Blade) : E37790 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs,

More information

슬라이드 1

슬라이드 1 Oracle RAC Installation with Raw device Vmware server 와 oracle 에서제공하는 RHEL4 기반 Linux x86 (32-bit) 대상정보기술 DB 지원팀여현승 설정된 OS환경 node1, node2(hostname) 해상도 : 1024X768 호스트머신과시간동기화 Network setting Eth0 () Eth1

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 (Host) set up : Linux Backend RS-232, Ethernet, parallel(jtag) Host terminal Target terminal : monitor (Minicom) JTAG Cross compiler Boot loader Pentium Redhat 9.0 Serial port Serial cross cable Ethernet

More information

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS ( PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (http://ddns.hanwha-security.com) Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

Oracle Regular Expression

Oracle Regular Expression Installing Oracle Cloud Control 12c on Oracle Linux 6.1 SEUNGCHEOL HAN 설치에앞서 현재설치과정은 Oracle Linux Enterprise 6.1 (64bit) 에서진행됩니다. Oracle Cloud Control 12c 설치를위해 Repository DB 로사용할 Oracle 11g R2 (11.2.0.3)

More information

Getting Started Guide

Getting Started Guide 1 5 2 8 3 12 4 13 Pending 5 21. Canon LASER SHOT LBP3000... (PDF) CD-ROM. CD-ROM 28 "CD-ROM ". ( ) CD-ROM : Manual_1.pdf. CD-ROM : Manual_2.pdf,,. PDF CD-ROM. (28 "CD- ROM " ) CD-ROM (Manual_1.pdf, etc.)

More information

단계

단계 본문서에서는 Tibero RDBMS 운영중에발생할수있는장애상황을가정하여각유형별장애상황에대해 Tibero 에서지원하고있는백업및복구방법을알아본다. Contents 1. BACKUP & RECOVERY 개요... 4 1.1. BACKUP( 백업 )... 4 1.2. RECOVERY( 복구 )... 4 2. BACKUP... 5 2.1. 백업형태... 5 2.1.1.

More information

Mango220 Android How to compile and Transfer image to Target

Mango220 Android How to compile and Transfer image to Target Mango220 Android How to compile and Transfer image to Target http://www.mangoboard.com/ http://cafe.naver.com/embeddedcrazyboys Crazy Embedded Laboratory www.mangoboard.com cafe.naver.com/embeddedcrazyboys

More information

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc NTAS and FRAME BUILDER Install Guide NTAS and FRAME BUILDER Version 2.5 Copyright 2003 Ari System, Inc. All Rights reserved. NTAS and FRAME BUILDER are trademarks or registered trademarks of Ari System,

More information

Tablespace On-Offline 테이블스페이스 온라인/오프라인

Tablespace On-Offline 테이블스페이스 온라인/오프라인 2018/11/10 12:06 1/2 Tablespace On-Offline 테이블스페이스온라인 / 오프라인 목차 Tablespace On-Offline 테이블스페이스온라인 / 오프라인... 1 일반테이블스페이스 (TABLESPACE)... 1 일반테이블스페이스생성하기... 1 테이블스페이스조회하기... 1 테이블스페이스에데이터파일 (DATA FILE) 추가

More information

Oracle Database 10g: Self-Managing Database DB TSC

Oracle Database 10g: Self-Managing Database DB TSC Oracle Database 10g: Self-Managing Database DB TSC Agenda Overview System Resource Application & SQL Storage Space Backup & Recovery ½ Cost ? 6% 12 % 6% 6% 55% : IOUG 2001 DBA Survey ? 6% & 12 % 6% 6%

More information

Tibero

Tibero Tibero 클라이언트설치가이드 Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. Copyright Notice Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. 대한민국경기도성남시분당구황새울로 329 번길 5 티맥스빌딩우 ) 463-824 Restricted Rights

More information

Sun Java System Messaging Server 63 64

Sun Java System Messaging Server 63 64 Sun Java System Messaging Server 6.3 64 Sun Java TM System Communications Suite Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 820 2868 2007 7 Copyright 2007 Sun Microsystems,

More information

ÃÖÁ¾PDF¿ë

ÃÖÁ¾PDF¿ë Meet A to Z of Global Leading IT Meet A to Z of Global Leading IT Contents Introduction CEO Message Brand Identity & Vision Core Competence Smart Technology, Service & Smart People Leadership & Love Global

More information

ODS-FM1

ODS-FM1 OPTICAL DISC ARCHIVE FILE MANAGER ODS-FM1 INSTALLATION GUIDE [Korean] 1st Edition (Revised 4) 상표 Microsoft, Windows 및 Internet Explorer는 미국 및 / 또는 다른 국가에서 Microsoft Corporation 의 등록 상표입 Intel 및 Intel Core

More information

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2 유영테크닉스( 주) 사용자 설명서 HDD014/034 IDE & SATA Hard Drive Duplicator 유 영 테 크 닉 스 ( 주) (032)670-7880 www.yooyoung-tech.com 목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy...

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

Advanced Oracle Document Enterprise Manager Cloud Control 12c R1( ) [OMS Part] Author: Hyun-Ho, Jung Site: Job: Oracle

Advanced Oracle Document Enterprise Manager Cloud Control 12c R1( ) [OMS Part] Author: Hyun-Ho, Jung Site:   Job: Oracle Advanced Oracle Document Enterprise Manager Cloud Control 12c R1(12.1.0.1) [OMS Part] Author: Hyun-Ho, Jung Site: http://www.commit.co.kr Job: Oracle DBA Email: admin@commit.co.kr cleanto@naver.com Creation

More information

: Symantec Backup Exec System Recovery 8:............................................................................. 3..............................

: Symantec Backup Exec System Recovery 8:............................................................................. 3.............................. W H I T : E PA P E R : C U S TO M I Z E Confidence in a connected world. Symantec Backup Exec System Recovery 8: : Symantec Backup Exec System Recovery 8:.............................................................................

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 CentOS 6.x 설치매뉴얼 작성일자 : 2013.05 cafe24 IDC 사업팀 설치이미지부팅 1. CentOS CD(DVD) 를넣고해당미디어로부팅을시킵니다. 2. Install or upgrade an exitsing system 에서 키를눌러다음단계로진행합니다. 미디어테스트 1. 설치화면에진입하였습니다. 미디어 (CD/DVD) 테스트를하겠냐는메시지가출력됩니다.

More information

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

Tibero

Tibero Tibero 업그레이드가이드 Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. Copyright Notice Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. 대한민국경기도성남시분당구황새울로 329 번길 5 티맥스빌딩우 ) 463-824 Restricted Rights

More information

Microsoft Word - AnyLink Introduction v3.2.3.doc

Microsoft Word - AnyLink Introduction v3.2.3.doc Copyright 2007 Tmax Soft Co., Ltd. All Rights Reserved. AnyLInk Copyright Notice Copyright 2007 Tmax Soft Co., Ltd. All Rights Reserved. Tmax Soft Co., Ltd. 대한민국서울시강남구대치동 946-1 글라스타워 18 층우 )135-708 Restricted

More information

Tibero

Tibero Tibero 백업 & 복구가이드 Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. Copyright Notice Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. 대한민국경기도성남시분당구황새울로 329 번길 5 티맥스빌딩우 ) 463-824 Restricted Rights

More information

슬라이드 1

슬라이드 1 OEL 5. Oracle 11g R2 RAC_ASM 차범철 2012. 3. 7 목 목 차 차 Step 1. 리눅스설치 Step 2. 설치환경설정 Step 3. GRID 설치 Step 4. Oracle 엔진설치 Step 5. ASMCA Step 6. Database 생성 Step 7. 테스트 Step 1. 리눅스설치 Vmware workstation 세팅 OEL

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

FY2005 LIG

FY2005 LIG FY2005 LIG www.lig.co.kr FY2005 LIG 2005 LIG 7-44 "Profitable Growth" 14.5% 3 3,849 0.6%p 14.8% 3 355 306 7,300 5 3,691 2006 4 CI 2 "Profitable Growth 15.2% 2 1,000 VISION LIG LIG Leading Company 482006331

More information

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

28 THE ASIAN JOURNAL OF TEX [2] ko.tex [5]

28 THE ASIAN JOURNAL OF TEX [2] ko.tex [5] The Asian Journal of TEX, Volume 3, No. 1, June 2009 Article revision 2009/5/7 KTS THE KOREAN TEX SOCIETY SINCE 2007 2008 ko.tex Installing TEX Live 2008 and ko.tex under Ubuntu Linux Kihwang Lee * kihwang.lee@ktug.or.kr

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Ubuntu 13.04 설치매뉴얼 작성일자 : 2013.05 cafe24 IDC 사업팀 설치이미지부팅 1. Ubuntu CD(DVD) 를넣고해당미디어로부팅을시킵니다. 2. 처음설치화면에서한국어를선택합니다. Ubuntu 설치 1. 우분투서버설치를선택합니다. 번역안내 1. 한국어설정에대한안내화면이출력됩니다. 아직은번역이완벽하지않다는내용임으로 무시하고 < 예 >

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL: E-M

Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL:   E-M Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL: http://www.olivetech.co.kr E-Mail: tech@olivetech.co.kr TEL: 031-726-4217 FAX: 031-726-4219

More information

Tmax

Tmax Tmax JTmaxServer User Guide Tmax v5.0 SP1 Copyright 2009 TmaxSoft Co., Ltd. All Rights Reserved. Copyright Notice Copyright 2009 TmaxSoft Co., Ltd. All Rights Reserved. 대한민국경기도성남시분당구서현동 263 분당스퀘어 (AK 프라자

More information

Chapter 1

Chapter 1 3 Oracle 설치 Objectives Download Oracle 11g Release 2 Install Oracle 11g Release 2 Download Oracle SQL Developer 4.0.3 Install Oracle SQL Developer 4.0.3 Create a database connection 2 Download Oracle 11g

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

More information

2012-민간네트워크-05_중국

2012-민간네트워크-05_중국 2012- fi '-05_` 2012.3.19 1:0 PM ` 161 600DPI 95LPI 161 2012- fi '-05_` 2012.3.19 1:0 PM ` 162 600DPI 95LPI 2012 Global Business Network of Korea 162 http://www.exportcenter.go.kr 2012- fi '-05_` 2012.3.19

More information

Microsoft Word - 10g RAC on Win2k.doc

Microsoft Word - 10g RAC on Win2k.doc 10g RAC on Win2K Document Control Date Author Change References 2006-03-30 신종근 초기작성함 1-1 ** Agenda 1. 작업목적 Down-Time 최소화!! 2. Pre-Install 환경 3. CRS Install 4. DBMS S/W Install 5. 9i 10g Upgrade 6. 문제점및주의사항

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

세미나(장애와복구-수강생용).ppt

세미나(장애와복구-수강생용).ppt DB PLAN Consultant jina6678@yahoo.co.kr 011-864-1858 - - 1. 2. DB 3. - 4. - 5. 6. 1 INSTANCE MMAN RECO RFS MRP ORBn RBAL MMON Dnnn Snnn Data Buffer Cache SGA Stream Pool Shared pool Large Pool PGA Log

More information

문서 제목

문서 제목 1 : Oracle9i JRE(Java Runtime Environment) OUI(Oracle Universal Installer) OS 25MB Memory 512 MB RAM # grep MemTotal /proc/meminfo Swap Space RAM 2 400 MB # /sbin/swapon s CD-ROM Drive Disk Space Temporary

More information

목차 1. 보안지갑 Wallet) Data 암호화 컬럼암호화 Column Encryption) 테이블스페이스암호화 Tablespace Encryption) 암호화 Package DBMS

목차 1. 보안지갑 Wallet) Data 암호화 컬럼암호화 Column Encryption) 테이블스페이스암호화 Tablespace Encryption) 암호화 Package DBMS 기타지식 Tibero 암호화가이드 2014. 07. 28. 목차 1. 보안지갑 Wallet)... 3 2. Data 암호화... 6 2.1. 컬럼암호화 Column Encryption)... 6 2.2. 테이블스페이스암호화 Tablespace Encryption)... 9 3. 암호화 Package... 11 3.1. DBMS_CRYPTO Package...

More information

chapter1,2.doc

chapter1,2.doc JavaServer Pages Version 08-alpha copyright2001 B l u e N o t e all rights reserved http://jspboolpaecom vesion08-alpha, UML (?) part1part2 Part1 part2 part1 JSP Chapter2 ( ) Part 1 chapter 1 JavaServer

More information

MySQL-Ch10

MySQL-Ch10 10 Chapter.,,.,, MySQL. MySQL mysqld MySQL.,. MySQL. MySQL....,.,..,,.,. UNIX, MySQL. mysqladm mysqlgrp. MySQL 608 MySQL(2/e) Chapter 10 MySQL. 10.1 (,, ). UNIX MySQL, /usr/local/mysql/var, /usr/local/mysql/data,

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat Sun Server X3-2( Sun Fire X4170 M3) Oracle Solaris : E35482 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including

More information

슬라이드 1

슬라이드 1 UGENS SNC Techinical Report OEL6 + 12C RAC 사원최재정 UGENS SNC 목차 1. 12c 설치된곳에자료수집 2. SERVER DB 삭제 3. 12c grid 설치 4. oracle 12c 설치 5. 확인 2 Vi.bash_profile if [ -f ~/.bashrc ]; then. ~/.bashrc fi # User specific

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

기술교육 SSL 설정및변환방법

기술교육 SSL 설정및변환방법 SSL 설정및변환방법 2014. 03. 10 목차 WebtoB에서의 SSL 설정방법... 3 1. WebtoB 에서의 SSL 인증서발급절차... 3 1.1 openssl사용... 3 1.1.1 newreq.pem 파일설명... 3 1.1.2 인증기관에 CSR파일전송... 4 1.1.3 p7b파일변환... 4 1.2 WebtoB의환경설정... 5 1.2.1 http.m

More information

Assign an IP Address and Access the Video Stream - Installation Guide

Assign an IP Address and Access the Video Stream - Installation Guide 설치 안내서 IP 주소 할당 및 비디오 스트림에 액세스 책임 본 문서는 최대한 주의를 기울여 작성되었습니다. 잘못되거나 누락된 정보가 있는 경우 엑시스 지사로 알려 주시기 바랍니다. Axis Communications AB는 기술적 또는 인쇄상의 오류에 대해 책 임을 지지 않으며 사전 통지 없이 제품 및 설명서를 변경할 수 있습니다. Axis Communications

More information

untitled

untitled 2007 8 8 NCsoft CORPORATION OK-san Bldg 157-33, Samsung-dong, Kangnam-gu, Seoul 135-090, KOREA Tel: +82-2-2186-3300 Fax : +82-2-2186-3550 Copyright NCsoft Corporation. All Rights Reserved WWW.NCSOFT.COM

More information

ENT5_ora11g_R2_ hwp

ENT5_ora11g_R2_ hwp Linux Ent 5 환경에 oracle 11g R2 설치 step 2 커널설정 아래오라클설치는카페의게시판에제공되는 11gR2 설치를위한리눅스설치과정을수행한경우보장한다. 리눅스설치가궁금하다면 'OS, Network' 게시판에 RedHat 5.X 설치 - 오라클 11g R2 설치를위한 게시물을참고한다. 1. Linux 환경설정 step 1 oracle 관리계정및그룹생성

More information

Install stm32cubemx and st-link utility

Install stm32cubemx and st-link utility STM32CubeMX and ST-LINK Utility for STM32 Development 본문서는 ST Microelectronics 의 ARM Cortex-M 시리즈 Microcontroller 개발을위해제공되는 STM32CubeMX 와 STM32 ST-LINK Utility 프로그램의설치과정을설명합니다. 본문서는 Microsoft Windows 7

More information

Copyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related

Copyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related Virtual Machine Sun Fire X4800 M : E4570 0 8 Copyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation

More information

Oracle Database 11g R2 Installation Guide for RHEL5(x86) Writer : 이경호

Oracle Database 11g R2 Installation Guide for RHEL5(x86) Writer : 이경호 Oracle Database 11g R2 Installation Guide for RHEL5(x86) Writer : 이경호 목차 1. 시스템구성... - 2-1.1. 개요... - 2-1.1.1. 정의... - 2-1.1.2. 목적... - 2-1.1.3. 환경... - 2-2. 준비사항... - 2-3. Oracle Install configuration...

More information

Advanced Product Service

Advanced Product Service Advanced Oracle Document CONVERT to ASM and Non-ASM Author: Hyun-Ho, Jung Site: http://www.commit.co.kr Email: admin@commit.co.kr cleanto@naver.com Creation Date: 2011-12 - 13 CONVERT to ASM and Non-ASM

More information

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수 사용 설명서 TeraStation Pro II TS-HTGL/R5 패키지 내용물: 본체 (TeraStation) 이더넷 케이블 전원 케이블 TeraNavigator 설치 CD 사용 설명서 (이 설명서) 제품 보증서 www.buffalotech.com 소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를

More information

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

H_AR_.....29P05..5..17..

H_AR_.....29P05..5..17.. GROWING IN THE TIME OF UNCERTAINTY HYNIX 2005 ANNUAL REPORT CONTENTS 03 GROWING HYNIX 15 GROWTH PLATFORMS 32 REPORT OF FINANCIALS HYNIX 2005 ANNUAL REPORT 3 GROWING HYNIX HOW WILL YOU GROW IN AN UNCERTAIN

More information

untitled

untitled 2007 5 8 NCsoft CORPORATION OK-san Bldg 157-33, Samsung-dong, Kangnam-gu, Seoul 135-090, KOREA Tel: +82-2-2186-3300 Fax : +82-2-2186-3550 Copyright NCsoft Corporation. All Rights Reserved WWW.NCSOFT.COM

More information

PowerPoint Presentation

PowerPoint Presentation Data Protection Rapid Recovery x86 DR Agent based Backup - Physical Machine - Virtual Machine - Cluster Agentless Backup - VMware ESXi Deploy Agents - Windows - AD, ESXi Restore Machine - Live Recovery

More information