<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>cuwoom</title>
        <link>http://blog.cuwoom.net/textyle</link>
        <description></description>
        <language>ko</language>
        <pubDate>Thu, 23 Feb 2012 13:32:50 +0900</pubDate>
        <lastBuildDate>Thu, 23 Feb 2012 13:32:50 +0900</lastBuildDate>
        <generator>XpressEngine 1.5.1.7</generator>
                                <item>
            <title>oracle RAC 11g 설치기(Virtual BOX)</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/39567</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/39567</guid>
                        <comments>http://blog.cuwoom.net/39567#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;RAC 설치 설치방법을 정리하여 올리기로 결정하고 여러가지 방법으로 oracle RAC 11g 설치를 해보았습니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;물론 나만의 테스트 환경을 만들어보기 위한 목적이 강했습니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;설치 환경을 준비하는 노트북의 성능이 좋다면 더 좋았겠지만 오라클에서 요구하는 최저사양도 갖추지 못하였습니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;이 문서 작성을 위하여 기존 있던 환경을 삭제 하고 다시 처음부터 다시 설치합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;0. 설치시 사용한 환경.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - VirtualBox 4.1.6&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 노트북 CPU 1.3 dual, RAM 2G&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - Guest OS : ORACLE Enterprise Linux 5 update 7&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - Host OS : Ubuntu Linux&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;1. Share Disk 생성&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; VirtualBox 에서 제공하는 공유 가능한 디스크 설정을 이용하할것입니다. 원하는 디렉토리에 폴더를 생성하고 가상 공유 디스크 생성&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;cd $HOME/VirtualBox\ VMs&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;mkdir harddisks&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;cd harddisks&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;# Create the disks and associate them with VirtualBox as virtual media.(20G 필요)&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;VBoxManage createhd --filename eleven1.vdi --size 5120 --format VDI --variant Fixed&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;VBoxManage createhd --filename eleven2.vdi --size 5120 --format VDI --variant Fixed&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;VBoxManage createhd --filename eleven3.vdi --size 5120 --format VDI --variant Fixed&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;VBoxManage createhd --filename eleven4.vdi --size 5120 --format VDI --variant Fixed&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/924736506738cab9299d0d65f62a5df7.png&quot; alt=&quot;virtualbox0.png&quot; class=&quot;iePngFix&quot; width=&quot;828&quot; height=&quot;650&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;2. 가상 OS 생성 및 설치&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; 가상 OS는 ORACLE Linux 를 사용하였으며 제가 이전에 쓴 글을 참조하시면 oracle Linux를 다운받고 설치하는 방법을 알수 있을것입니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;다음 환경은 오라클 리눅스를 설치하는데 사용된 VirtualBox 환경입니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;메모리 : 1G (최소 1.6G는 되어야 하나 노트북 사양이 따라 주지 않아 1G로 하였습니다. 메모리가 여유되시는 분은 1.6G로 하시기 바랍니다.)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;하드디스크 : 30G, 컨트롤러 이름 변경(기본 한글로 되어 있어서 나중 문제 소지를 제거하고자 영어로 변경하였습니다.)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;네트워크&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 1,4 번 어댑터는 가상 OS에서 인터넷을 위한 설정이며, RAC 구성에는 전혀 영향이 없습니다.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 2번 어댑터는 호스트PC와 연결하기 위한 어댑터이며 RAC 구성에서는 Public Interface 입니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 3번 어댑터는 가상 노드간 연결되기 위한 어탭터이며 RAC 구성에서는 Private Interface 입니다.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;그 외에 불필요한 오디오 장치를 제거 하였으며, OS설치 CD를 넣어놓았습니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;환경을 마치고 OS 설치를 진행합니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/7431769cd47f45d62f9092a66a9aa868.png&quot; alt=&quot;start1.png&quot; class=&quot;iePngFix&quot; width=&quot;549&quot; height=&quot;428&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;2-1. 오라클 리눅스 설치 문서는 다른 곳에서도 볼수 있으니 이미지 없이 옵션 위주로 노트 하겠습니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - CD 검사 화면 : Skip&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 설치 환경 언어 : 한국어 선택&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 키보드 : 영어 키보드(기본값)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 파티션 설정 : 사용자 레이아웃 만들기(Swap 8192M,/boot 200M,/ 나머지)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - Grub (기본값)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 네트워크&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; eth0 : 10.0.2.111/24&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; eth1 : 192.168.10.111/24&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; eth2 : 192.168.20.111/24&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; eth3 : 192.168.0.111/24&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; 수동으로 호스트 명 설정 : eleven1&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; 게이트웨이 : 10.0.2.2&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; 1차 DNS : 8.8.8.8&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 시간대, root 사용자 비밀번호 설정&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 지금 사용자 설정&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; 데스크탑 환경 &amp;gt; Gnome 데스크탑 환경&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; 응용프로그램 &amp;gt; 모두 선택 해제&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; 개발 &amp;gt; 개발용 도구, 개발용 라이브러리, 레거시 소프트웨어 개발(나머지 해제)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; 서버, 가상화 &amp;gt; 모두 해제&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; 기반시스템 &amp;gt; X Window, 관리도구, 기본, 레거시 소프트웨어 지원, 시스템 도구(oracleasm,sysstat 추가) 만 선택&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; 클러스터 스토리지, 클러스터링 &amp;gt; 모두 해제&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; 언어지원 &amp;gt; 한국어 추가&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 방화벽, SELinux 활성화 하지 않습니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 계정 생성하지 않습니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 이렇게 설치가 완료되면 이제 Putty나 SecureCRT와 같은 툴로 접근이 가능합니다. eth1 장치로 접근이 가능하며 지금 환경에서는 192.168.10.111이 됩니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 저는 호스트가 리눅스라서 그냥 ssh를 이용하여 작업하였습니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;3. 게스트 확장 설치&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 가상의 장치들을 정상적으로 인식하기 위하여 가상 OS에서 게스트 확장 설치를 통하여 설정합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - Virtualbox 에서 게시트 확장 설치 메뉴 누르면 게스트 OS에서 CD가 삽입됩니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - root 계정에서 설치합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;mount /dev/cdrom /mnt -o loop&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;cd /mnt&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 mnt]# &lt;b&gt;&lt;i&gt;ls&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;32Bit &amp;nbsp;AUTORUN.INF &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VBoxSolarisAdditions.pkg &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VBoxWindowsAdditions-x86.exe &amp;nbsp;autorun.sh&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;64Bit &amp;nbsp;VBoxLinuxAdditions.run &amp;nbsp;VBoxWindowsAdditions-amd64.exe &amp;nbsp;VBoxWindowsAdditions.exe &amp;nbsp; &amp;nbsp; &amp;nbsp;runasroot.sh&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 mnt]# ./VBoxLinuxAdditions.run&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Verifying archive integrity... All good.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Uncompressing VirtualBox 4.1.8 Guest Additions for Linux.........&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;VirtualBox Guest Additions installer&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Removing existing VirtualBox DKMS kernel modules &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Removing existing VirtualBox non-DKMS kernel modules &amp;nbsp; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Building the VirtualBox Guest Additions kernel modules&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Building the main Guest Additions module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Building the shared folder support module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Building the OpenGL support module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [실패]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;(Look at /var/log/vboxadd-install.log to find out what went wrong)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Doing non-kernel setup of the Guest Additions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Installing the Window System drivers&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Installing X.Org 7.1 modules &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Setting up the Window System to use the Guest Additions &amp;nbsp; &amp;nbsp;[ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;You may need to restart the hal service and the Window System (or just restart&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;the guest system) to enable the Guest Additions.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Installing graphics libraries and desktop services componen[ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 커널 옵션 수정(divider=10)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;# &lt;b&gt;&lt;i&gt;vi /etc/grub.conf&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;default=0&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;timeout=5&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;splashimage=(hd0,0)/grub/splash.xpm.gz&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;hiddenmenu&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;title Oracle Linux Server (2.6.32-200.13.1.el5uek)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; root (hd0,0)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; kernel /vmlinuz-2.6.32-200.13.1.el5uek ro root=LABEL=/ rhgb quiet &lt;b&gt;&lt;i&gt;divider=10&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; initrd /initrd-2.6.32-200.13.1.el5uek.img&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;title Oracle Linux Server-base (2.6.18-274.el5)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; root (hd0,0)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; kernel /vmlinuz-2.6.18-274.el5 ro root=LABEL=/ rhgb quiet &lt;b&gt;&lt;i&gt;divider=10&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; initrd /initrd-2.6.18-274.el5.img&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;4. 오라클 설치 준비&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - yum 설정&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;cd /etc/yum.repos.d&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 yum.repos.d]# &lt;b&gt;&lt;i&gt;wget http://public-yum.oracle.com/public-yum-el5.repo&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;--2012-01-16 22:04:03-- &amp;nbsp;http://public-yum.oracle.com/public-yum-el5.repo&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Resolving public-yum.oracle.com... 141.146.44.34&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Connecting to public-yum.oracle.com|141.146.44.34|:80... connected.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;HTTP request sent, awaiting response... 200 OK&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Length: 2533 (2.5K) [text/plain]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Saving to: `public-yum-el5.repo&apos;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;100%[==================================================================================================&amp;gt;] 2,533 &amp;nbsp; &amp;nbsp; &amp;nbsp; --.-K/s &amp;nbsp; in 0s &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;2012-01-16 22:04:05 (61.9 MB/s) - `public-yum-el5.repo&apos; saved [2533/2533]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 yum.repos.d]# vi public-yum-el5.repo&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[ol5_u7_base]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;name=Oracle Linux $releasever - U7 - $basearch - base&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL5/7/base/$basearch/&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;gpgcheck=1&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;enabled=&lt;b&gt;&lt;i&gt;1&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br type=&quot;_moz&quot; /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - yum 을 이용한 오라클 설치전 필요한 SW설치&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;yum install -y binutils compat-libstdc++-33 compat-libstdc++-296 &amp;nbsp;elfutils-libelf elfutils-libelf-devel gcc gcc-c++ glibc glibc-common glibc-devel glibc-headers libaio-devel libaio libgcc&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;yum install -y libstdc++ libstdc++-devel make sysstat unixODBC unixODBC-devel&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;yum install -y libstdc++44-devel numactl-devel&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;yum clean all&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br type=&quot;_moz&quot; /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;- 호스트 설정&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;vi /etc/hosts&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;127.0.0.1 &amp;nbsp; &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;localhost.localdomain &amp;nbsp; localhost&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;# Public&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;192.168.10.111 &amp;nbsp; eleven1&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;192.168.10.112 &amp;nbsp; eleven2&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;# Private&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;192.168.20.111 &amp;nbsp; eleven1-priv&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;192.168.20.112 &amp;nbsp; eleven2-priv&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;# Virtual&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;192.168.10.121 &amp;nbsp; eleven1-vip&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;192.168.10.122 &amp;nbsp; eleven2-vip&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;# scan-ip&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;192.168.10.123 &amp;nbsp; eleven-cluster&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;&amp;nbsp; - 커널 파라미터 설정&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;vi /etc/sysctl.conf&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;kernel.shmall = 268435456&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;fs.aio-max-nr = 1048576&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;fs.file-max = 6815744&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;#kernel.shmall = 2097152&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;#kernel.shmmax = 1054504960&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;kernel.shmmni = 4096&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;# semaphores: semmsl, semmns, semopm, semmni&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;kernel.sem = 250 32000 100 128&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;net.ipv4.ip_local_port_range = 9000 65500&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;net.core.rmem_default=262144&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;net.core.rmem_max=4194304&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;net.core.wmem_default=262144&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;net.core.wmem_max=1048586&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;sysctl -p&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp;&lt;br /&gt; - 오라클 계정 설정&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;vi /etc/security/limits.conf&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;oracle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;soft &amp;nbsp; &amp;nbsp;nproc &amp;nbsp; 2047&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;oracle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hard &amp;nbsp; &amp;nbsp;nproc &amp;nbsp; 16384&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;oracle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;soft &amp;nbsp; &amp;nbsp;nofile &amp;nbsp;4096&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;oracle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hard &amp;nbsp; &amp;nbsp;nofile &amp;nbsp;65536&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;oracle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;soft &amp;nbsp; &amp;nbsp;stack &amp;nbsp; 10240&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;vi /etc/pam.d/login&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;session&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;required &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;pam_limits.so&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp;&lt;br /&gt;- ntp 정지&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;service ntpd stop&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;chkconfig ntpd off&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;mv /etc/ntp.conf /etc/ntp.conf.orig&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;rm /var/run/ntpd.pid&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;vi /etc/sysconfig/ntpd&lt;/i&gt;&lt;/b&gt;(-x 추가)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;OPTIONS=&quot;-x -u ntp:ntp -p /var/run/ntpd.pid -g&quot;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;service ntpd restart&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &lt;br /&gt;- 오라클 계정 설정&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;groupadd -g 1000 oinstall&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;groupadd -g 1200 dba&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;useradd -u 1100 -g oinstall -G dba oracle&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;passwd oracle&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;br /&gt;&amp;nbsp; - 설치 디렉토리 생성 및 설정&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;mkdir -p &amp;nbsp;/u01/app/11.2.0/grid&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;mkdir -p /u01/app/oracle/product/11.2.0/db_1&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;chown -R oracle:oinstall /u01&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;chmod -R 775 /u01/&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;br /&gt;&amp;nbsp; - 환경변수 설정(root, oracle 전부 하기)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;vi .bash_profile&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;# Oracle Settings&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;TMP=/tmp; export TMP&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;TMPDIR=$TMP; export TMPDIR&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;ORACLE_HOSTNAME=eleven1; export ORACLE_HOSTNAME&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;GRID_HOME=/u01/app/11.2.0/grid; export GRID_HOME&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;DB_HOME=$ORACLE_BASE/product/11.2.0/db_1; export DB_HOME&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;ORACLE_HOME=$DB_HOME; export ORACLE_HOME&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;ORACLE_SID=eleven1; export ORACLE_SID&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;ORACLE_TERM=xterm; export ORACLE_TERM&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;BASE_PATH=/usr/sbin:$PATH; export BASE_PATH&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;PATH=$GRID_HOME/bin:$ORACLE_HOME/bin:$BASE_PATH; export PATH&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;CVUQDISK_GRP=oinstall; export CVUQDISK_GRP&lt;br /&gt;&lt;br /&gt;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;if [ $USER = &quot;oracle&quot; ]; then&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;&amp;nbsp;if [ $SHELL = &quot;/bin/ksh&quot; ]; then&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;ulimit -p 16384&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;ulimit -n 65536&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;&amp;nbsp;else&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;ulimit -u 16384 -n 65536&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;&amp;nbsp;fi&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;fi&lt;br /&gt;&lt;br /&gt;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;alias grid_env=&apos;. /home/oracle/grid_env&apos;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;alias db_env=&apos;. /home/oracle/db_env&apos;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;set -o vi&lt;br /&gt;&lt;br /&gt;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - linux_11gR2_grid.zip 파일에 들어있는 cvuqdisk-1.0.7-1.rpm 패키지를 설치합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;.bash_profile(&lt;i&gt;CVUQDISK_GRP)&lt;/i&gt;&lt;span style=&quot;line-height: 1; &quot;&gt;&amp;nbsp;환경변수가 적용되어 있어야 합니다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;rpm -ivh cvuqdisk-1.0.7-1.rpm&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 환경변수를 전화시켜주는 쉘 생성.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;su - oracle&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;vi /home/oracle/grid_env&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;ORACLE_SID=+ASM1; export ORACLE_SID&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;ORACLE_HOME=$GRID_HOME; export ORACLE_HOME&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;vi /home/oracle/db_env&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;ORACLE_SID=eleven1; export ORACLE_SID&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;ORACLE_HOME=$DB_HOME; export ORACLE_HOME&lt;br /&gt;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp;&lt;br /&gt; - 이정도 설정으로 마무리 하고 node1을 종료합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;4_1. 공유 디스크 연결&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 호스트 PC에서 공유 디스크를 연결합니다. virtualbox에서 연결된 내용을 확인하고 다시 node1을 부팅합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;# Connect them to the VM.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;cd $HOME/VirtualBox\ VMs/harddisks&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage storageattach oracle11gRAC1 --storagectl &quot;SATA Controller&quot; --port 1 --device 0 --type hdd --medium eleven1.vdi --mtype shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage storageattach oracle11gRAC1 --storagectl &quot;SATA Controller&quot; --port 2 --device 0 --type hdd --medium eleven2.vdi --mtype shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage storageattach oracle11gRAC1 --storagectl &quot;SATA Controller&quot; --port 3 --device 0 --type hdd --medium eleven3.vdi --mtype shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage storageattach oracle11gRAC1 --storagectl &quot;SATA Controller&quot; --port 4 --device 0 --type hdd --medium eleven4.vdi --mtype shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;# Make shareable.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage modifyhd eleven1.vdi --type shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage modifyhd eleven2.vdi --type shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage modifyhd eleven3.vdi --type shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage modifyhd eleven4.vdi --type shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;4_2. 공유 디스크 파티션 설정과 ASM 사전 디스크 설정&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[oracle@eleven1 ~]$&lt;b&gt;&lt;i&gt; ls -l /dev/sd[b-e]&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;brw-r----- 1 root disk 8, 16 &amp;nbsp;1월 16 22:51 /dev/sdb&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;brw-r----- 1 root disk 8, 32 &amp;nbsp;1월 16 22:51 /dev/sdc&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;brw-r----- 1 root disk 8, 48 &amp;nbsp;1월 16 22:51 /dev/sdd&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;brw-r----- 1 root disk 8, 64 &amp;nbsp;1월 16 22:51 /dev/sde&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[oracle@eleven1 ~]$ &lt;b&gt;&lt;i&gt;su -&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;암호:&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;fdisk /dev/sdb&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Building a new DOS disklabel. Changes will remain in memory only,&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;until you decide to write them. After that, of course, the previous&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;content won&apos;t be recoverable.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Command (m for help): &lt;b&gt;&lt;i&gt;n&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Command action&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp;e &amp;nbsp; extended&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp;p &amp;nbsp; primary partition (1-4)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;p&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Partition number (1-4): &lt;b&gt;&lt;i&gt;1&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;First cylinder (1-652, default 1):&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Using default value 1&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Last cylinder or +size or +sizeM or +sizeK (1-652, default 652):&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Using default value 652&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Command (m for help): &lt;b&gt;&lt;i&gt;p&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Disk /dev/sdb: 5368 MB, 5368709120 bytes&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;255 heads, 63 sectors/track, 652 cylinders&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp;Device Boot &amp;nbsp; &amp;nbsp; &amp;nbsp;Start &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; End &amp;nbsp; &amp;nbsp; &amp;nbsp;Blocks &amp;nbsp; Id &amp;nbsp;System&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;/dev/sdb1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 652 &amp;nbsp; &amp;nbsp; 5237158+ &amp;nbsp;83 &amp;nbsp;Linux&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Command (m for help): &lt;b&gt;&lt;i&gt;w&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;The partition table has been altered!&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Calling ioctl() to re-read partition table.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Syncing disks.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;... /dev/sde 까지 반복&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# ls -l /dev/sd[b-e][0-9]&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;brw-r----- 1 root disk 8, 17 &amp;nbsp;1월 16 22:55 /dev/sdb1&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;brw-r----- 1 root disk 8, 33 &amp;nbsp;1월 16 22:56 /dev/sdc1&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;brw-r----- 1 root disk 8, 49 &amp;nbsp;1월 16 22:56 /dev/sdd1&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;brw-r----- 1 root disk 8, 65 &amp;nbsp;1월 16 22:56 /dev/sde1&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;br /&gt;&amp;nbsp; - ASM 드라이버 설정&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;oracleasm configure -i&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Configuring the Oracle ASM library driver.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;This will configure the on-boot properties of the Oracle ASM library&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;driver. &amp;nbsp;The following questions will determine whether the driver is&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;loaded on boot and what permissions it will have. &amp;nbsp;The current values&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;will be shown in brackets (&apos;[]&apos;). &amp;nbsp;Hitting &amp;lt;ENTER&amp;gt; without typing an&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;answer will keep that current value. &amp;nbsp;Ctrl-C will abort.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Default user to own the driver interface []: &lt;b&gt;&lt;i&gt;oracle&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Default group to own the driver interface []: &lt;b&gt;&lt;i&gt;dba&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Start Oracle ASM library driver on boot (y/n) [n]: &lt;b&gt;&lt;i&gt;y&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Scan for Oracle ASM disks on boot (y/n) [y]:&lt;b&gt;&lt;i&gt; y&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Writing Oracle ASM library driver configuration: done&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp;&lt;br /&gt; - 초기 ASM 드라이버 로드&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;oracleasm init&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Creating /dev/oracleasm mount point: /dev/oracleasm&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Loading module &quot;oracleasm&quot;: oracleasm&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Mounting ASMlib driver filesystem: /dev/oracleasm&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp;&lt;br /&gt; - ASM 디스크 설정(기존 제 글에서 사용했던 RAW디바이스 설정 방법이 아닌 ASM드라이버를 이용해 봤습니다.)&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;oracleasm createdisk DISK01 /dev/sdb1&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Writing disk header: done&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Instantiating disk: done&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;oracleasm createdisk DISK02 /dev/sdc1&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Writing disk header: done&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Instantiating disk: done&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;oracleasm createdisk DISK03 /dev/sdd1&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Writing disk header: done&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Instantiating disk: done&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;oracleasm createdisk DISK04 /dev/sde1&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Writing disk header: done&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Instantiating disk: done&lt;br /&gt;&lt;br type=&quot;_moz&quot; /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 생성한 ASM 디스크를 검색하고 확인합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;oracleasm scandisks&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Reloading disk partitions: done&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Cleaning any stale ASM disks...&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Scanning system for ASM disks...&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;&lt;i&gt;oracleasm listdisks&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;DISK01&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;DISK02&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;DISK03&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;DISK04&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 게스트OS 복사를 위해 다시 종료합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;5. 가상 OS 복사&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 지금까지 생성한 OS를 node2를 위하여 복사합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;cd $HOME/VirtualBox\ VMs/&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;mkdir oracle11gRAC2&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;b&gt;&lt;i&gt;VBoxManage clonehd oracle11gRAC1/oracle11gRAC1.vdi oracle11gRAC2/oracle11gRAC2.vdi&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;br /&gt;&amp;nbsp; - Virtualbox 를 통하여 oracle11gRAC2 를 oracle11gRAC1과 동일하게 생성합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; - 디스크는 방금 복사한 디스크를 기존 디스크 사용하기 메뉴를 통하여 설정합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage storageattach oracle11gRAC2 --storagectl &quot;SATA Controller&quot; --port 1 --device 0 --type hdd --medium eleven1.vdi --mtype shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage storageattach oracle11gRAC2 --storagectl &quot;SATA Controller&quot; --port 2 --device 0 --type hdd --medium eleven2.vdi --mtype shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage storageattach oracle11gRAC2 --storagectl &quot;SATA Controller&quot; --port 3 --device 0 --type hdd --medium eleven3.vdi --mtype shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;i&gt;VBoxManage storageattach oracle11gRAC2 --storagectl &quot;SATA Controller&quot; --port 4 --device 0 --type hdd --medium eleven4.vdi --mtype shareable&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;&lt;b&gt;- 복사된 두번째 노드를 부팅시켜 상태를 확인합니다. IP주소를 변경하고 .bash_profile 과 grid_env, db_env 파일의 내용을 수정합니다.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;6. 첫번째 노드에는 SW 설치파일을 oracle계정에 다운받아 놓습니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;7. 다운받은 파일을 압축해제 합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;8. grid SW 설치를 시작합니다.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[oracle@eleven1 ~]$ &lt;b&gt;&lt;i&gt;cd grid&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[oracle@eleven1 grid]$ &lt;b&gt;&lt;i&gt;./runInstaller&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Starting Oracle Universal Installer...&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Checking Temp space: must be greater than 120 MB. &amp;nbsp; Actual 8098 MB &amp;nbsp; &amp;nbsp;Passed&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Checking swap space: must be greater than 150 MB. &amp;nbsp; Actual 8189 MB &amp;nbsp; &amp;nbsp;Passed&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Checking monitor: must be configured to display at least 256 colors. &amp;nbsp; &amp;nbsp;Actual 16777216 &amp;nbsp; &amp;nbsp;Passed&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-02-10_01-57-55AM. Please wait ...&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;메모리 : 1G (최소 1.6G는 되어야 하나 노트북 사양이 따라 주지 않아 1G로 하였습니다. 메모리가 여유되시는 분은 1.6G로 하시기 바랍니다.)&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;하드디스크 : 30G, 컨트롤러 이름 변경(기본 한글로 되어 있어서 나중 문제 소지를 제거하고자 영어로 변경하였습니다.)&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;네트워크&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 1,4 번 어댑터는 가상 OS에서 인터넷을 위한 설정이며, RAC 구성에는 전혀 영향이 없습니다.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 2번 어댑터는 호스트PC와 연결하기 위한 어댑터이며 RAC 구성에서는 Public Interface 입니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 3번 어댑터는 가상 노드간 연결되기 위한 어탭터이며 RAC 구성에서는 Private&amp;nbsp;Interface 입니다.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;그 외에 불필요한 오디오 장치를 제거 하였으며, OS설치 CD를 넣어놓았습니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;환경을 마치고 OS 설치를 진행합니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;2-1. 오라클 리눅스 설치 문서는 다른 곳에서도 볼수 있으니 이미지 없이 옵션 위주로 노트 하겠습니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - CD 검사 화면 : Skip&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 설치 환경 언어 : 한국어 선택&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 키보드 : 영어 키보드(기본값)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 파티션 설정 : 사용자 레이아웃 만들기(Swap 8192M,/boot 200M,/ 나머지)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - Grub (기본값)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 네트워크&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; eth0 : 10.0.2.111/24&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; eth1 : 192.168.10.111/24&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; eth2 : 192.168.20.111/24&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; eth3 : 192.168.0.111/24&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; 수동으로 호스트 명 설정 : eleven1&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; 게이트웨이 : 10.0.2.2&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; 1차 DNS : 8.8.8.8&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 시간대, root 사용자 비밀번호 설정&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 지금 사용자 설정&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;데스크탑 환경 &amp;gt; Gnome 데스크탑 환경&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; 응용프로그램 &amp;gt; 모두 선택 해제&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; 개발 &amp;gt; 개발용 도구, 개발용 라이브러리, 레거시 소프트웨어 개발(나머지 해제)&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; 서버, 가상화 &amp;gt; 모두 해제&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; 기반시스템 &amp;gt; X Window, 관리도구, 기본, 레거시 소프트웨어 지원, 시스템 도구(oracleasm,sysstat 추가) 만 선택&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; 클러스터 스토리지, 클러스터링 &amp;gt; 모두 해제&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; 언어지원 &amp;gt; 한국어 추가&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 방화벽, SELinux 활성화 하지 않습니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 계정 생성하지 않습니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 이렇게 설치가 완료되면 이제 Putty나 SecureCRT와 같은 툴로 접근이 가능합니다. eth1 장치로 접근이 가능하며 지금 환경에서는 192.168.10.111이 됩니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 저는 호스트가 리눅스라서 그냥 ssh를 이용하여 작업하였습니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;3. 게스트 확장 설치&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 가상의 장치들을 정상적으로 인식하기 위하여 가상 OS에서 게스트 확장 설치를 통하여 설정합니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - Virtualbox 에서 게시트 확장 설치 메뉴 누르면 게스트 OS에서 CD가 삽입됩니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - root 계정에서 설치합니다.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;mount /dev/cdrom /mnt -o loop&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;[root@eleven1 ~]# &lt;b&gt;cd /mnt&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;[root@eleven1 mnt]# ls&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;32Bit &amp;nbsp;AUTORUN.INF &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VBoxSolarisAdditions.pkg &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VBoxWindowsAdditions-x86.exe &amp;nbsp;autorun.sh&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;64Bit &amp;nbsp;VBoxLinuxAdditions.run &amp;nbsp;VBoxWindowsAdditions-amd64.exe &amp;nbsp;VBoxWindowsAdditions.exe &amp;nbsp; &amp;nbsp; &amp;nbsp;runasroot.sh&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;[root@eleven1 mnt]# &lt;b&gt;./VBoxLinuxAdditions.run&amp;nbsp;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Verifying archive integrity... All good.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Uncompressing VirtualBox 4.1.8 Guest Additions for Linux.........&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;VirtualBox Guest Additions installer&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Removing existing VirtualBox DKMS kernel modules &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Removing existing VirtualBox non-DKMS kernel modules &amp;nbsp; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Building the VirtualBox Guest Additions kernel modules&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Building the main Guest Additions module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Building the shared folder support module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Building the OpenGL support module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [실패]&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;(Look at /var/log/vboxadd-install.log to find out what went wrong)&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Doing non-kernel setup of the Guest Additions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Installing the Window System drivers&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Installing X.Org 7.1 modules &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Setting up the Window System to use the Guest Additions &amp;nbsp; &amp;nbsp;[ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;You may need to restart the hal service and the Window System (or just restart&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;the guest system) to enable the Guest Additions.&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;Installing graphics libraries and desktop services componen[ &amp;nbsp;OK &amp;nbsp;]&lt;/p&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 커널 옵션 수정(divider=10)&lt;/div&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;#&lt;b&gt; vi /etc/grub.conf&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;default=0&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;timeout=5&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;splashimage=(hd0,0)/grub/splash.xpm.gz&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;hiddenmenu&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;title Oracle Linux Server (2.6.32-200.13.1.el5uek)&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; root (hd0,0)&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; kernel /vmlinuz-2.6.32-200.13.1.el5uek ro root=LABEL=/ rhgb quiet &lt;b&gt;divider=10&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; initrd /initrd-2.6.32-200.13.1.el5uek.img&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;title Oracle Linux Server-base (2.6.18-274.el5)&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; root (hd0,0)&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; kernel /vmlinuz-2.6.18-274.el5 ro root=LABEL=/ rhgb quiet &lt;b&gt;divider=10&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; initrd /initrd-2.6.18-274.el5.img&lt;/p&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;4. 오라클 설치 준비&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - yum 설정&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[root@eleven1 ~]# &lt;b&gt;cd /etc/yum.repos.d&lt;/b&gt;&lt;/div&gt;&lt;div&gt;[root@eleven1 yum.repos.d]# &lt;b&gt;wget http://public-yum.oracle.com/public-yum-el5.repo&lt;/b&gt;&lt;/div&gt;&lt;div&gt;--2012-01-16 22:04:03-- &amp;nbsp;http://public-yum.oracle.com/public-yum-el5.repo&lt;/div&gt;&lt;div&gt;Resolving public-yum.oracle.com... 141.146.44.34&lt;/div&gt;&lt;div&gt;Connecting to public-yum.oracle.com|141.146.44.34|:80... connected.&lt;/div&gt;&lt;div&gt;HTTP request sent, awaiting response... 200 OK&lt;/div&gt;&lt;div&gt;Length: 2533 (2.5K) [text/plain]&lt;/div&gt;&lt;div&gt;Saving to: `public-yum-el5.repo&apos;&lt;/div&gt;&lt;div&gt;100%[==================================================================================================&amp;gt;] 2,533 &amp;nbsp; &amp;nbsp; &amp;nbsp; --.-K/s &amp;nbsp; in 0s &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div&gt;2012-01-16 22:04:05 (61.9 MB/s) - `public-yum-el5.repo&apos; saved [2533/2533]&lt;/div&gt;&lt;div&gt;[root@eleven1 yum.repos.d]# &lt;b&gt;vi public-yum-el5.repo&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[ol5_u7_base]&lt;/div&gt;&lt;div&gt;name=Oracle Linux $releasever - U7 - $basearch - base&lt;/div&gt;&lt;div&gt;baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL5/7/base/$basearch/&lt;/div&gt;&lt;div&gt;gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5&lt;/div&gt;&lt;div&gt;gpgcheck=1&lt;/div&gt;&lt;div&gt;enabled=&lt;b&gt;1&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - yum 을 이용한 오라클 설치전 필요한 SW설치&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;yum install -y binutils compat-libstdc++-33 compat-libstdc++-296 &amp;nbsp;elfutils-libelf elfutils-libelf-devel gcc gcc-c++ glibc glibc-common glibc-devel glibc-headers libaio-devel libaio libgcc&lt;/div&gt;&lt;div&gt;yum install -y libstdc++ libstdc++-devel make sysstat unixODBC unixODBC-devel&lt;/div&gt;&lt;div&gt;yum install -y libstdc++44-devel numactl-devel&lt;/div&gt;&lt;div&gt;yum clean all&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;- 호스트 설정&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;vi&amp;nbsp;/etc/hosts&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;127.0.0.1 &amp;nbsp; &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;localhost.localdomain &amp;nbsp; localhost&lt;/div&gt;&lt;div&gt;# Public&lt;/div&gt;&lt;div&gt;192.168.10.111 &amp;nbsp; eleven1&lt;/div&gt;&lt;div&gt;192.168.10.112 &amp;nbsp; eleven2&lt;/div&gt;&lt;div&gt;# Private&lt;/div&gt;&lt;div&gt;192.168.20.111 &amp;nbsp; eleven1-priv&lt;/div&gt;&lt;div&gt;192.168.20.112 &amp;nbsp; eleven2-priv&lt;/div&gt;&lt;div&gt;# Virtual&lt;/div&gt;&lt;div&gt;192.168.10.121 &amp;nbsp; eleven1-vip&lt;/div&gt;&lt;div&gt;192.168.10.122 &amp;nbsp; eleven2-vip&lt;/div&gt;&lt;div&gt;# scan-ip&lt;/div&gt;&lt;div&gt;192.168.10.123 &amp;nbsp; eleven-cluster&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 커널 파라미터 설정&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;b&gt;vi /etc/sysctl.conf&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;kernel.shmall = 268435456&lt;/div&gt;&lt;div&gt;fs.aio-max-nr = 1048576&lt;/div&gt;&lt;div&gt;fs.file-max = 6815744&lt;/div&gt;&lt;div&gt;#kernel.shmall = 2097152&lt;/div&gt;&lt;div&gt;#kernel.shmmax = 1054504960&lt;/div&gt;&lt;div&gt;kernel.shmmni = 4096&lt;/div&gt;&lt;div&gt;# semaphores: semmsl, semmns, semopm, semmni&lt;/div&gt;&lt;div&gt;kernel.sem = 250 32000 100 128&lt;/div&gt;&lt;div&gt;net.ipv4.ip_local_port_range = 9000 65500&lt;/div&gt;&lt;div&gt;net.core.rmem_default=262144&lt;/div&gt;&lt;div&gt;net.core.rmem_max=4194304&lt;/div&gt;&lt;div&gt;net.core.wmem_default=262144&lt;/div&gt;&lt;div&gt;net.core.wmem_max=1048586&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;b&gt;sysctl -p&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 오라클 계정 설정&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;vi /etc/security/limits.conf&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;oracle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;soft &amp;nbsp; &amp;nbsp;nproc &amp;nbsp; 2047&lt;/div&gt;&lt;div&gt;oracle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hard &amp;nbsp; &amp;nbsp;nproc &amp;nbsp; 16384&lt;/div&gt;&lt;div&gt;oracle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;soft &amp;nbsp; &amp;nbsp;nofile &amp;nbsp;4096&lt;/div&gt;&lt;div&gt;oracle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hard &amp;nbsp; &amp;nbsp;nofile &amp;nbsp;65536&lt;/div&gt;&lt;div&gt;oracle &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;soft &amp;nbsp; &amp;nbsp;stack &amp;nbsp; 10240&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;vi /etc/pam.d/login&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;session&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;required &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;pam_limits.so&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp;- ntp 정지&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;service ntpd stop&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;chkconfig ntpd off&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;mv /etc/ntp.conf /etc/ntp.conf.orig&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;rm /var/run/ntpd.pid&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;vi /etc/sysconfig/ntpd(-x 추가)&lt;/div&gt;&lt;div&gt;OPTIONS=&quot;-x -u ntp:ntp -p /var/run/ntpd.pid -g&quot;&lt;/div&gt;&lt;div&gt;service ntpd restart&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 오라클 계정 설정&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;groupadd -g 1000 oinstall&lt;/div&gt;&lt;div&gt;groupadd -g 1200 dba&lt;/div&gt;&lt;div&gt;useradd -u 1100 -g oinstall -G dba oracle&lt;/div&gt;&lt;div&gt;passwd oracle&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 설치 디렉토리 생성 및 설정&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;mkdir -p &amp;nbsp;/u01/app/11.2.0/grid&lt;/div&gt;&lt;div&gt;mkdir -p /u01/app/oracle/product/11.2.0/db_1&lt;/div&gt;&lt;div&gt;chown -R oracle:oinstall /u01&lt;/div&gt;&lt;div&gt;chmod -R 775 /u01/&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 환경변수 설정(root, oracle 전부 하기)&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;vi .bash_profile&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;&lt;i&gt;&lt;div&gt;# Oracle Settings&lt;/div&gt;&lt;div&gt;TMP=/tmp; export TMP&lt;/div&gt;&lt;div&gt;TMPDIR=$TMP; export TMPDIR&lt;/div&gt;&lt;div&gt;ORACLE_HOSTNAME=eleven1; export ORACLE_HOSTNAME&lt;/div&gt;&lt;div&gt;ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE&lt;/div&gt;&lt;div&gt;GRID_HOME=/u01/app/11.2.0/grid; export GRID_HOME&lt;/div&gt;&lt;div&gt;DB_HOME=$ORACLE_BASE/product/11.2.0/db_1; export DB_HOME&lt;/div&gt;&lt;div&gt;ORACLE_HOME=$DB_HOME; export ORACLE_HOME&lt;/div&gt;&lt;div&gt;ORACLE_SID=eleven1; export ORACLE_SID&lt;/div&gt;&lt;div&gt;ORACLE_TERM=xterm; export ORACLE_TERM&lt;/div&gt;&lt;div&gt;BASE_PATH=/usr/sbin:$PATH; export BASE_PATH&lt;/div&gt;&lt;/i&gt;&lt;i&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;div&gt;PATH=$GRID_HOME/bin:$ORACLE_HOME/bin:$BASE_PATH; export PATH&lt;/div&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH&lt;/div&gt;&lt;/i&gt;&lt;i&gt;&lt;div&gt;CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH&lt;/div&gt;&lt;div&gt;CVUQDISK_GRP=oinstall; export CVUQDISK_GRP&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;if [ $USER = &quot;oracle&quot; ]; then&lt;/div&gt;&lt;div&gt;&amp;nbsp;if [ $SHELL = &quot;/bin/ksh&quot; ]; then&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;ulimit -p 16384&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;ulimit -n 65536&lt;/div&gt;&lt;div&gt;&amp;nbsp;else&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;ulimit -u 16384 -n 65536&lt;/div&gt;&lt;div&gt;&amp;nbsp;fi&lt;/div&gt;&lt;div&gt;fi&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;alias grid_env=&apos;. /home/oracle/grid_env&apos;&lt;/div&gt;&lt;div&gt;alias db_env=&apos;. /home/oracle/db_env&apos;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;set -o vi&lt;/div&gt;&lt;/i&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; -&amp;nbsp;linux_11gR2_grid.zip 파일에 들어있는&amp;nbsp;cvuqdisk-1.0.7-1.rpm 패키지를 설치합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;환경변수가 적용되어 있어야 합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[root@eleven1 ~]# rpm -ivh cvuqdisk-1.0.7-1.rpm&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 환경변수를 전화시켜주는 쉘 생성.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;su - oracle&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;vi /home/oracle/grid_env&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;ORACLE_SID=+ASM1; export ORACLE_SID&lt;/div&gt;&lt;div&gt;ORACLE_HOME=$GRID_HOME; export ORACLE_HOME&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;vi&amp;nbsp;/home/oracle/db_env&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;ORACLE_SID=eleven1; export ORACLE_SID&lt;/div&gt;&lt;div&gt;ORACLE_HOME=$DB_HOME; export ORACLE_HOME&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 이정도 설정으로 마무리 하고 node1을 종료합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;4. 공유 디스크 연결&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 호스트 PC에서 공유 디스크를 연결합니다. virtualbox에서 연결된 내용을 확인하고 다시 node1을 부팅합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;# Connect them to the VM.&lt;/div&gt;&lt;div&gt;cd $HOME/VirtualBox\ VMs/harddisks&lt;/div&gt;&lt;div&gt;VBoxManage storageattach oracle11gRAC1 --storagectl &quot;SATA Controller&quot; --port 1 --device 0 --type hdd --medium eleven1.vdi --mtype shareable&lt;/div&gt;&lt;div&gt;VBoxManage storageattach oracle11gRAC1 --storagectl &quot;SATA Controller&quot; --port 2 --device 0 --type hdd --medium eleven2.vdi --mtype shareable&lt;/div&gt;&lt;div&gt;VBoxManage storageattach oracle11gRAC1 --storagectl &quot;SATA Controller&quot; --port 3 --device 0 --type hdd --medium eleven3.vdi --mtype shareable&lt;/div&gt;&lt;div&gt;VBoxManage storageattach oracle11gRAC1 --storagectl &quot;SATA Controller&quot; --port 4 --device 0 --type hdd --medium eleven4.vdi --mtype shareable&lt;/div&gt;&lt;div&gt;# Make shareable.&lt;/div&gt;&lt;div&gt;VBoxManage modifyhd eleven1.vdi --type shareable&lt;/div&gt;&lt;div&gt;VBoxManage modifyhd eleven2.vdi --type shareable&lt;/div&gt;&lt;div&gt;VBoxManage modifyhd eleven3.vdi --type shareable&lt;/div&gt;&lt;div&gt;VBoxManage modifyhd eleven4.vdi --type shareable&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;5. 공유 디스크 파티션 설정과 ASM 사전 디스크 설정&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[oracle@eleven1 ~]$ ls -l /dev/sd[b-e]&lt;/div&gt;&lt;div&gt;brw-r----- 1 root disk 8, 16 &amp;nbsp;1월 16 22:51 /dev/sdb&lt;/div&gt;&lt;div&gt;brw-r----- 1 root disk 8, 32 &amp;nbsp;1월 16 22:51 /dev/sdc&lt;/div&gt;&lt;div&gt;brw-r----- 1 root disk 8, 48 &amp;nbsp;1월 16 22:51 /dev/sdd&lt;/div&gt;&lt;div&gt;brw-r----- 1 root disk 8, 64 &amp;nbsp;1월 16 22:51 /dev/sde&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[oracle@eleven1 ~]$ su -&lt;/div&gt;&lt;div&gt;암호:&lt;/div&gt;&lt;div&gt;[root@eleven1 ~]# &lt;b&gt;fdisk /dev/sdb&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel&lt;/div&gt;&lt;div&gt;Building a new DOS disklabel. Changes will remain in memory only,&lt;/div&gt;&lt;div&gt;until you decide to write them. After that, of course, the previous&lt;/div&gt;&lt;div&gt;content won&apos;t be recoverable.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Command (m for help): &lt;b&gt;n&amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Command action&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp;e &amp;nbsp; extended&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp;p &amp;nbsp; primary partition (1-4)&lt;/div&gt;&lt;div&gt;p&amp;nbsp;&lt;/div&gt;&lt;div&gt;Partition number (1-4): &lt;b&gt;1&lt;/b&gt;&lt;/div&gt;&lt;div&gt;First cylinder (1-652, default 1):&amp;nbsp;&lt;/div&gt;&lt;div&gt;Using default value 1&lt;/div&gt;&lt;div&gt;Last cylinder or +size or +sizeM or +sizeK (1-652, default 652):&amp;nbsp;&lt;/div&gt;&lt;div&gt;Using default value 652&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Command (m for help): &lt;b&gt;p&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Disk /dev/sdb: 5368 MB, 5368709120 bytes&lt;/div&gt;&lt;div&gt;255 heads, 63 sectors/track, 652 cylinders&lt;/div&gt;&lt;div&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp;Device Boot &amp;nbsp; &amp;nbsp; &amp;nbsp;Start &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; End &amp;nbsp; &amp;nbsp; &amp;nbsp;Blocks &amp;nbsp; Id &amp;nbsp;System&lt;/div&gt;&lt;div&gt;/dev/sdb1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 652 &amp;nbsp; &amp;nbsp; 5237158+ &amp;nbsp;83 &amp;nbsp;Linux&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Command (m for help): &lt;b&gt;w&lt;/b&gt;&lt;/div&gt;&lt;div&gt;The partition table has been altered!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Calling ioctl() to re-read partition table.&lt;/div&gt;&lt;div&gt;Syncing disks.&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;... /dev/sde 까지 반복&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[root@eleven1 ~]#&lt;b&gt; ls -l /dev/sd[b-e][0-9]&lt;/b&gt;&lt;/div&gt;&lt;div&gt;brw-r----- 1 root disk 8, 17 &amp;nbsp;1월 16 22:55 /dev/sdb1&lt;/div&gt;&lt;div&gt;brw-r----- 1 root disk 8, 33 &amp;nbsp;1월 16 22:56 /dev/sdc1&lt;/div&gt;&lt;div&gt;brw-r----- 1 root disk 8, 49 &amp;nbsp;1월 16 22:56 /dev/sdd1&lt;/div&gt;&lt;div&gt;brw-r----- 1 root disk 8, 65 &amp;nbsp;1월 16 22:56 /dev/sde1&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - ASM 드라이버 설정&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[root@eleven1 ~]# &lt;b&gt;oracleasm configure -i&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Configuring the Oracle ASM library driver.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This will configure the on-boot properties of the Oracle ASM library&lt;/div&gt;&lt;div&gt;driver. &amp;nbsp;The following questions will determine whether the driver is&lt;/div&gt;&lt;div&gt;loaded on boot and what permissions it will have. &amp;nbsp;The current values&lt;/div&gt;&lt;div&gt;will be shown in brackets (&apos;[]&apos;). &amp;nbsp;Hitting &amp;lt;ENTER&amp;gt; without typing an&lt;/div&gt;&lt;div&gt;answer will keep that current value. &amp;nbsp;Ctrl-C will abort.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Default user to own the driver interface []: &lt;b&gt;oracle&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Default group to own the driver interface []: &lt;b&gt;dba&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Start Oracle ASM library driver on boot (y/n) [n]: &lt;b&gt;y&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Scan for Oracle ASM disks on boot (y/n) [y]: &lt;b&gt;y&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Writing Oracle ASM library driver configuration: done&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 초기 ASM 드라이버 로드&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[root@eleven1 ~]# &lt;b&gt;oracleasm init&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Creating /dev/oracleasm mount point: /dev/oracleasm&lt;/div&gt;&lt;div&gt;Loading module &quot;oracleasm&quot;: oracleasm&lt;/div&gt;&lt;div&gt;Mounting ASMlib driver filesystem: /dev/oracleasm&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - ASM 디스크 설정(기존 제 글에서 사용했던 RAW디바이스 설정 방법이 아닌 ASM드라이버를 이용해 봤습니다.)&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[root@eleven1 ~]# &lt;b&gt;oracleasm createdisk DISK01 /dev/sdb1&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Writing disk header: done&lt;/div&gt;&lt;div&gt;Instantiating disk: done&lt;/div&gt;&lt;div&gt;[root@eleven1 ~]# &lt;b&gt;oracleasm createdisk DISK02 /dev/sdc1&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Writing disk header: done&lt;/div&gt;&lt;div&gt;Instantiating disk: done&lt;/div&gt;&lt;div&gt;[root@eleven1 ~]# &lt;b&gt;oracleasm createdisk DISK03 /dev/sdd1&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Writing disk header: done&lt;/div&gt;&lt;div&gt;Instantiating disk: done&lt;/div&gt;&lt;div&gt;[root@eleven1 ~]# &lt;b&gt;oracleasm createdisk DISK04 /dev/sde1&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Writing disk header: done&lt;/div&gt;&lt;div&gt;Instantiating disk: done&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 생성한 ASM 디스크를 검색하고 확인합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[root@eleven1 ~]# &lt;b&gt;oracleasm scandisks&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Reloading disk partitions: done&lt;/div&gt;&lt;div&gt;Cleaning any stale ASM disks...&lt;/div&gt;&lt;div&gt;Scanning system for ASM disks...&lt;/div&gt;&lt;div&gt;[root@eleven1 ~]# &lt;b&gt;oracleasm listdisks&lt;/b&gt;&lt;/div&gt;&lt;div&gt;DISK01&lt;/div&gt;&lt;div&gt;DISK02&lt;/div&gt;&lt;div&gt;DISK03&lt;/div&gt;&lt;div&gt;DISK04&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 게스트OS 복사를 위해 다시 종료합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;6. 가상 OS 복사&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 지금까지 생성한 OS를 node2를 위하여 복사합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;cd $HOME/VirtualBox\ VMs/&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;mkdir oracle11gRAC2&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;VBoxManage clonehd oracle11gRAC1/oracle11gRAC1.vdi oracle11gRAC2/oracle11gRAC2.vdi&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - Virtualbox 를 통하여&amp;nbsp;oracle11gRAC2 를&amp;nbsp;oracle11gRAC1과 동일하게&amp;nbsp;생성합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp; - 디스크는 방금 복사한 디스크를 기존 디스크 사용하기 메뉴를 통하여 설정합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;VBoxManage storageattach oracle11gRAC2 --storagectl &quot;SATA Controller&quot; --port 1 --device 0 --type hdd --medium eleven1.vdi --mtype shareable&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;VBoxManage storageattach oracle11gRAC2 --storagectl &quot;SATA Controller&quot; --port 2 --device 0 --type hdd --medium eleven2.vdi --mtype shareable&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;VBoxManage storageattach oracle11gRAC2 --storagectl &quot;SATA Controller&quot; --port 3 --device 0 --type hdd --medium eleven3.vdi --mtype shareable&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;VBoxManage storageattach oracle11gRAC2 --storagectl &quot;SATA Controller&quot; --port 4 --device 0 --type hdd --medium eleven4.vdi --mtype shareable&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;- 복사된 두번째 노드를 부팅시켜 상태를 확인합니다. IP주소를 변경하고 .bash_profile 과 grid_env, db_env 파일의 내용을 수정합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;7. 첫번째 노드에는 SW 설치파일을 oracle계정에 다운받아 놓습니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;8. 다운받은 파일을 압축해제 합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;9. grid SW 설치를 시작합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;[oracle@eleven1 ~]$ cd grid&lt;/div&gt;&lt;div&gt;[oracle@eleven1 grid]$ ./runInstaller&amp;nbsp;&lt;/div&gt;&lt;div&gt;Starting Oracle Universal Installer...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Checking Temp space: must be greater than 120 MB. &amp;nbsp; Actual 8098 MB &amp;nbsp; &amp;nbsp;Passed&lt;/div&gt;&lt;div&gt;Checking swap space: must be greater than 150 MB. &amp;nbsp; Actual 8189 MB &amp;nbsp; &amp;nbsp;Passed&lt;/div&gt;&lt;div&gt;Checking monitor: must be configured to display at least 256 colors. &amp;nbsp; &amp;nbsp;Actual 16777216 &amp;nbsp; &amp;nbsp;Passed&lt;/div&gt;&lt;div&gt;Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-02-10_01-57-55AM. Please wait ...&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/8d503b1ddcd455dbafaacdc865e7216b.png&quot; alt=&quot;install1.png&quot; class=&quot;iePngFix&quot; width=&quot;785&quot; height=&quot;601&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/120b765ac11856ff9ebffe32421950ab.png&quot; alt=&quot;install2.png&quot; class=&quot;iePngFix&quot; width=&quot;781&quot; height=&quot;595&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/bc8596f5909762a84cca10e89220629c.png&quot; alt=&quot;install4.png&quot; class=&quot;iePngFix&quot; width=&quot;778&quot; height=&quot;596&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;추가 버튼을 눌러 호스트이름과 가상 IP 이름을 먼저넣고, SSH 접 속버튼을 누른 후 설정버튼을 통하여 노드간 비밀번호 없는 로그인 환경을 구성합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;네트워크 인터페이스 식별 버튼을 통하여 RAC에 필요한 네트워크 설정을 합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/2c630b24a6e503bc4c5c656d9dc67b67.png&quot; alt=&quot;install5.png&quot; class=&quot;iePngFix&quot; width=&quot;783&quot; height=&quot;597&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/67efa81e76bd05829b1de95cadce8a28.png&quot; alt=&quot;install6.png&quot; class=&quot;iePngFix&quot; width=&quot;769&quot; height=&quot;600&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;설정된 각 경로를 확인합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/99ebcc3e9b72badb6d98d445002b66a0.png&quot; alt=&quot;install7.png&quot; class=&quot;iePngFix&quot; width=&quot;780&quot; height=&quot;590&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;설정한 디스크 영역을 설정합니다.(ASM관련설정)&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/1f8df1e4c496d254a10a19f0be0f0e45.png&quot; alt=&quot;install8.png&quot; class=&quot;iePngFix&quot; width=&quot;775&quot; height=&quot;595&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/3102e5ddbe681b9ec9e047d2e098d32c.png&quot; alt=&quot;install9.png&quot; class=&quot;iePngFix&quot; width=&quot;780&quot; height=&quot;601&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/751c5a51cd431bc45255be82baa58199.png&quot; alt=&quot;install10.png&quot; class=&quot;iePngFix&quot; width=&quot;781&quot; height=&quot;590&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;Device checks for ASM&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;PRVF-5184 : Check of following Udev attributes of&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;체크 당시 위와 같은 에러 발생시 권한 문제로 아래와 같이 조치합니다.&lt;/div&gt;&lt;div&gt;cd /dev/oracleasm/disks/&lt;/div&gt;&lt;div&gt;chmod 660 DISK0*&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/39b196687bd9fbac488dd4663abd38a6.png&quot; alt=&quot;install11.png&quot; class=&quot;iePngFix&quot; width=&quot;781&quot; height=&quot;595&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/f1b13809780a36267eda304bb46c282b.png&quot; alt=&quot;install20.png&quot; class=&quot;iePngFix&quot; width=&quot;778&quot; height=&quot;594&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/e46fb2acfc8cefde5916c3ca6ce406c7.png&quot; alt=&quot;install21.png&quot; class=&quot;iePngFix&quot; width=&quot;778&quot; height=&quot;593&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;확인 버튼을 누르기 전 root계정에서 제시된 스크립트를 각노트에서 실행합니다.&lt;/div&gt;&lt;div&gt;&lt;div&gt;[root@eleven1 disks]#&lt;b&gt; /u01/app/oraInventory/orainstRoot.sh&amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Changing permissions of /u01/app/oraInventory.&lt;/div&gt;&lt;div&gt;Adding read,write permissions for group.&lt;/div&gt;&lt;div&gt;Removing read,write,execute permissions for world.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Changing groupname of &lt;b&gt;/u01/app/oraInventory to oinstall.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;The execution of the script is complete.&lt;/div&gt;&lt;div&gt;[root@eleven1 disks]# /u01/app/11.2.0/grid/root.sh&amp;nbsp;&lt;/div&gt;&lt;div&gt;Performing root user operation for Oracle 11g&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The following environment variables are set as:&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; ORACLE_OWNER= oracle&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; ORACLE_HOME= &amp;nbsp;/u01/app/11.2.0/grid&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Enter the full pathname of the local bin directory: [/usr/local/bin]:&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp;Copying dbhome to /usr/local/bin ...&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp;Copying oraenv to /usr/local/bin ...&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp;Copying coraenv to /usr/local/bin ...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Creating /etc/oratab file...&lt;/div&gt;&lt;div&gt;Entries will be added to the /etc/oratab file as needed by&lt;/div&gt;&lt;div&gt;Database Configuration Assistant when a database is created&lt;/div&gt;&lt;div&gt;Finished running generic part of root script.&lt;/div&gt;&lt;div&gt;Now product-specific root actions will be performed.&lt;/div&gt;&lt;div&gt;Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params&lt;/div&gt;&lt;div&gt;Creating trace directory&lt;/div&gt;&lt;div&gt;User ignored Prerequisites during installation&lt;/div&gt;&lt;div&gt;OLR initialization - successful&lt;/div&gt;&lt;div&gt;&amp;nbsp; root wallet&lt;/div&gt;&lt;div&gt;&amp;nbsp; root wallet cert&lt;/div&gt;&lt;div&gt;&amp;nbsp; root cert export&lt;/div&gt;&lt;div&gt;&amp;nbsp; peer wallet&lt;/div&gt;&lt;div&gt;&amp;nbsp; profile reader wallet&lt;/div&gt;&lt;div&gt;&amp;nbsp; pa wallet&lt;/div&gt;&lt;div&gt;&amp;nbsp; peer wallet keys&lt;/div&gt;&lt;div&gt;&amp;nbsp; pa wallet keys&lt;/div&gt;&lt;div&gt;&amp;nbsp; peer cert request&lt;/div&gt;&lt;div&gt;&amp;nbsp; pa cert request&lt;/div&gt;&lt;div&gt;&amp;nbsp; peer cert&lt;/div&gt;&lt;div&gt;&amp;nbsp; pa cert&lt;/div&gt;&lt;div&gt;&amp;nbsp; peer root cert TP&lt;/div&gt;&lt;div&gt;&amp;nbsp; profile reader root cert TP&lt;/div&gt;&lt;div&gt;&amp;nbsp; pa root cert TP&lt;/div&gt;&lt;div&gt;&amp;nbsp; peer pa cert TP&lt;/div&gt;&lt;div&gt;&amp;nbsp; pa peer cert TP&lt;/div&gt;&lt;div&gt;&amp;nbsp; profile reader pa cert TP&lt;/div&gt;&lt;div&gt;&amp;nbsp; profile reader peer cert TP&lt;/div&gt;&lt;div&gt;&amp;nbsp; peer user cert&lt;/div&gt;&lt;div&gt;&amp;nbsp; pa user cert&lt;/div&gt;&lt;div&gt;Adding Clusterware entries to inittab&lt;/div&gt;&lt;div&gt;CRS-2672: Attempting to start &apos;ora.mdnsd&apos; on &apos;eleven1&apos;&lt;/div&gt;&lt;div&gt;CRS-2676: Start of &apos;ora.mdnsd&apos; on &apos;eleven1&apos; succeeded&lt;/div&gt;&lt;div&gt;CRS-2672: Attempting to start &apos;ora.gpnpd&apos; on &apos;eleven1&apos;&lt;/div&gt;&lt;div&gt;CRS-2676: Start of &apos;ora.gpnpd&apos; on &apos;eleven1&apos; succeeded&lt;/div&gt;&lt;div&gt;CRS-2672: Attempting to start &apos;ora.cssdmonitor&apos; on &apos;eleven1&apos;&lt;/div&gt;&lt;div&gt;CRS-2672: Attempting to start &apos;ora.gipcd&apos; on &apos;eleven1&apos;&lt;/div&gt;&lt;div&gt;CRS-2676: Start of &apos;ora.cssdmonitor&apos; on &apos;eleven1&apos; succeeded&lt;/div&gt;&lt;div&gt;CRS-2676: Start of &apos;ora.gipcd&apos; on &apos;eleven1&apos; succeeded&lt;/div&gt;&lt;div&gt;CRS-2672: Attempting to start &apos;ora.cssd&apos; on &apos;eleven1&apos;&lt;/div&gt;&lt;div&gt;CRS-2672: Attempting to start &apos;ora.diskmon&apos; on &apos;eleven1&apos;&lt;/div&gt;&lt;div&gt;CRS-2676: Start of &apos;ora.diskmon&apos; on &apos;eleven1&apos; succeeded&lt;/div&gt;&lt;div&gt;CRS-2676: Start of &apos;ora.cssd&apos; on &apos;eleven1&apos; succeeded&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;ASM이 성공적으로 생성되고 시작되었습니다.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;디스크 그룹 DATA이(가) 성공적으로 생성되었습니다.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;clscfg: -install mode specified&lt;/div&gt;&lt;div&gt;Successfully accumulated necessary OCR keys.&lt;/div&gt;&lt;div&gt;Creating OCR keys for user &apos;root&apos;, privgrp &apos;root&apos;..&lt;/div&gt;&lt;div&gt;Operation successful.&lt;/div&gt;&lt;div&gt;CRS-4256: Updating the profile&lt;/div&gt;&lt;div&gt;Successful addition of voting disk 31833bd9bddc4f10bfcb61e818267bd2.&lt;/div&gt;&lt;div&gt;Successfully replaced voting disk group with +DATA.&lt;/div&gt;&lt;div&gt;CRS-4256: Updating the profile&lt;/div&gt;&lt;div&gt;CRS-4266: Voting file(s) successfully replaced&lt;/div&gt;&lt;div&gt;## &amp;nbsp;STATE &amp;nbsp; &amp;nbsp;File Universal Id &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;File Name Disk group&lt;/div&gt;&lt;div&gt;-- &amp;nbsp;----- &amp;nbsp; &amp;nbsp;----------------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--------- ---------&lt;/div&gt;&lt;div&gt;&amp;nbsp;1. ONLINE &amp;nbsp; 31833bd9bddc4f10bfcb61e818267bd2 (/dev/oracleasm/disks/DISK01) [DATA]&lt;/div&gt;&lt;div&gt;Located 1 voting disk(s).&lt;/div&gt;&lt;div&gt;CRS-2672: Attempting to start &apos;ora.asm&apos; on &apos;eleven1&apos;&lt;/div&gt;&lt;div&gt;CRS-2676: Start of &apos;ora.asm&apos; on &apos;eleven1&apos; succeeded&lt;/div&gt;&lt;div&gt;CRS-2672: Attempting to start &apos;ora.DATA.dg&apos; on &apos;eleven1&apos;&lt;/div&gt;&lt;div&gt;CRS-2676: Start of &apos;ora.DATA.dg&apos; on &apos;eleven1&apos; succeeded&lt;/div&gt;&lt;div&gt;Configure Oracle Grid Infrastructure for a Cluster ... succeeded&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;드디어 grid 관련 프로그램 을 설치 완료하 고&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;Database 관련 SW 를설치합니다.&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;[oracle@eleven1 ~]$ &lt;b&gt;cd database/&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;[oracle@eleven1 database]$&lt;b&gt; ./runInstaller &amp;amp;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Starting Oracle Universal Installer...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Checking Temp space: must be greater than 120 MB. &amp;nbsp; Actual 8971 MB &amp;nbsp; &amp;nbsp;Passed&lt;/div&gt;&lt;div&gt;Checking swap space: must be greater than 150 MB. &amp;nbsp; Actual 8144 MB &amp;nbsp; &amp;nbsp;Passed&lt;/div&gt;&lt;div&gt;Checking monitor: must be configured to display at least 256 colors. &amp;nbsp; &amp;nbsp;Actual 16777216 &amp;nbsp; &amp;nbsp;Passed&lt;/div&gt;&lt;div&gt;&amp;nbsp;Universal Installer from /tmp/OraInstall2012-02-13_03-10-30PM. Please wait ...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;/u01/app/oraInventory/logs/installActions2012-02-13_03-10-30PM.log&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/9edb190776ae531f84c637c9da1a949e.png&quot; alt=&quot;화면 - 시각 2012-02-13 14:16:53.png&quot; class=&quot;iePngFix&quot; width=&quot;774&quot; height=&quot;595&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/e827f8b1d0c99a8d444e3bfeb9676c75.png&quot; alt=&quot;화면 - 시각 2012-02-13 14:17:50.png&quot; class=&quot;iePngFix&quot; width=&quot;783&quot; height=&quot;595&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/4a868221c8c35860c31beb0dcb975485.png&quot; alt=&quot;화면 - 시각 2012-02-13 14:18:10.png&quot; class=&quot;iePngFix&quot; width=&quot;784&quot; height=&quot;592&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/f23deefbab0f10c4f15b496293edb25e.png&quot; alt=&quot;화면 - 시각 2012-02-13 14:18:38.png&quot; class=&quot;iePngFix&quot; width=&quot;788&quot; height=&quot;599&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/7dbacd4b1d8f4303dd962336f560fcb0.png&quot; alt=&quot;화면 - 시각 2012-02-13 14:19:05.png&quot; class=&quot;iePngFix&quot; width=&quot;790&quot; height=&quot;597&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/c787ba6c8e84b70bb6f19a53c051cee3.png&quot; alt=&quot;화면 - 시각 2012-02-13 14:19:16.png&quot; class=&quot;iePngFix&quot; width=&quot;787&quot; height=&quot;598&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/98fbcd1e7ded41c59d76a6b3dafec1bb.png&quot; alt=&quot;화면 - 시각 2012-02-13 14:19:32.png&quot; class=&quot;iePngFix&quot; width=&quot;788&quot; height=&quot;597&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/0d5f8fb44ec4daa8139253af97be6d53.png&quot; alt=&quot;화면 - 시각 2012-02-13 14:21:33.png&quot; class=&quot;iePngFix&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/a5fb754b4466e73d59e85d5d2cfa77ca.png&quot; alt=&quot;화면 - 시각 2012-02-13 14:22:27.png&quot; class=&quot;iePngFix&quot; width=&quot;787&quot; height=&quot;598&quot; style=&quot;&quot; /&gt;
&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/4921f4bcff01c6c74e5e47589e11c2fc.png&quot; alt=&quot;화면 - 시각 2012-02-13 15:17:32.png&quot; class=&quot;iePngFix&quot; width=&quot;789&quot; height=&quot;597&quot; style=&quot;&quot; /&gt;
&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/7aa9bc3938f85a5b95b0f3ff2b04a250.png&quot; alt=&quot;화면 - 시각 2012-02-13 15:17:42.png&quot; class=&quot;iePngFix&quot; width=&quot;792&quot; height=&quot;597&quot; style=&quot;&quot; /&gt;
&lt;img src=&quot;http://blog.cuwoom.net/files/attach/images/73/567/039/3fc3d0a3dc2105bcfb49c7a10ae463bb.png&quot; alt=&quot;화면 - 시각 2012-02-13 15:22:19.png&quot; class=&quot;iePngFix&quot; width=&quot;788&quot; height=&quot;598&quot; style=&quot;&quot; /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/b1d99745b59805b325fc6e33cf69c16d.png&quot; class=&quot;xe_filesrl_40834&quot; /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;드디어 설치 마무리!!&lt;br /&gt;root에서 화면에 나온 스크립트를 실행하고 OK버튼을 눌러 종료합니다.&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;[root@eleven1 ~]#&lt;b&gt;&lt;i&gt; /u01/app/oracle/product/11.2.0/db_1/root.sh&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style=&quot;line-height: 1; &quot;&gt;Performing root user operation for Oracle 11g&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;line-height: 1; &quot;&gt;The following environment variables are set as:&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; ORACLE_OWNER= oracle&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 1; &quot;&gt;&amp;nbsp; &amp;nbsp; ORACLE_HOME= &amp;nbsp;/u01/app/oracle/product/11.2.0/db_1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;line-height: 1; &quot;&gt;Enter the full pathname of the local bin directory: [/usr/local/bin]:&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 1; &quot;&gt;The contents of &quot;dbhome&quot; have not changed. No need to overwrite.&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 1; &quot;&gt;The contents of &quot;oraenv&quot; have not changed. No need to overwrite.&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 1; &quot;&gt;The contents of &quot;coraenv&quot; have not changed. No need to overwrite.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Entries will be added to the /etc/oratab file as needed by&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Database Configuration Assistant when a database is created&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Finished running generic part of root script.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Now product-specific root actions will be performed.&lt;/p&gt;&lt;p style=&quot;line-height: 1; &quot;&gt;Finished product-specific root actions.&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 12px; &quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;vimiumHUD&quot; style=&quot;right: 150px; opacity: 0; display: none; &quot;&gt;&lt;/div&gt;&lt;p&gt;이제DB는 &lt;span style=&quot;font-size: 20px; &quot;&gt;dbca&lt;/span&gt; 로~~~~&lt;br /&gt;&lt;br type=&quot;_moz&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/9a2e78a948c6bd0cc131c854ccb17c8a.png&quot; class=&quot;xe_filesrl_40837&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/c7981aaae6ba71ebf7fdd6154718db33.png&quot; class=&quot;xe_filesrl_40838&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/f5ea7f3b70b1e9674bbbc1e1484341fd.png&quot; class=&quot;xe_filesrl_40839&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/5cd3ae8120e4989e35ceabccf9cf5488.png&quot; class=&quot;xe_filesrl_40840&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/b4aeee412252492eb392eebfa22a7abe.png&quot; class=&quot;xe_filesrl_40841&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/7b0d1336f5fc8159472625cfcb5e9730.png&quot; class=&quot;xe_filesrl_40843&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/9eb36daac2dd7ae1980220bdcf1d4ad1.png&quot; class=&quot;xe_filesrl_40844&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/0b8377fb19a6c71861e582dcae9a13cc.png&quot; class=&quot;xe_filesrl_40845&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/6c015e0aefc057822e96f9f4b82778f7.png&quot; class=&quot;xe_filesrl_40846&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/4d725eb2dfdde59eab2407a3595e3bf4.png&quot; class=&quot;xe_filesrl_40848&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/42e54638db0756b804184085a63d0769.png&quot; class=&quot;xe_filesrl_40849&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/83f0a5854439942b08698d83c54ab360.png&quot; class=&quot;xe_filesrl_40850&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/c1abf527ade4b837a7b2d4832e585e43.png&quot; class=&quot;xe_filesrl_40851&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/452b5723613ab8bd77807a9d9394e8f0.png&quot; class=&quot;xe_filesrl_40852&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/12d8bfef21812635669459e03b81bdfd.png&quot; class=&quot;xe_filesrl_40853&quot; /&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/567/039/33e1f256036800d10d97a67bba53a594.png&quot; class=&quot;xe_filesrl_40865&quot; /&gt;&lt;/p&gt;&lt;p&gt;드디어 마음 먹었던 일을 마무리 지었습니다.&lt;br /&gt;한 번에 써내려간 내용이 아니어서 스샷도 다르고 점점 갈수록 내용보다는 그림과 스크립트 만으로 채워졌습니다.&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Mon, 13 Feb 2012 20:52:15 +0900</pubDate>
                        <category>oracle</category>
                        <category>rac</category>
                        <category>11g</category>
                        <category>rac install</category>
                        <category>virtual box</category>
                        <category>버박</category>
                        <category>오라클</category>
                                </item>
                <item>
            <title>pixmap ubuntu 버그</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/40638</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/40638</guid>
                        <comments>http://blog.cuwoom.net/40638#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;(VirtualBox:7911): Gtk-WARNING **: 모듈을 module_path에서 찾을 수 없습니다: &quot;pixmap&quot;,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;위와 같은 에러 메세지가 보이더군요.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;무슨 버그라는데...&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;sudo apt-get install gtk2-engines-pixbuf&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;위 처럼 패키지 설치로 해결!!&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Thu, 09 Feb 2012 11:37:21 +0900</pubDate>
                                </item>
                <item>
            <title>오라클 메타링크(고객지원) 홈페이지</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/40087</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/40087</guid>
                        <comments>http://blog.cuwoom.net/40087#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;오라클에서는 고객들을 위하여 메타링크라는 홈페이지를 운영하고있습니다.&lt;/p&gt;
&lt;p&gt;정식으로 계약하여 사용하는 고객들은 이 사이트에서 사용할수 있는 권한을 부여받아 각종 패치와 제품 보안 소식 SR 요청 등...&lt;/p&gt;
&lt;p&gt;체계화된 고객지원 사이트라고 생각하실수 있습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;오라클 계속에서 업무를 하시는 분들중 상당수의 분들은 이 사이트를 알고 있을것입니다.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://metalink.oracle.com&quot;&gt;http://metalink.oracle.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;예전부터 알고 있던 분들은 위의 주소로 많이 알고 있으며, 위 주소에서 메타링크라는 말도 비롯되었습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2009 말부터 오라클에서는 선과의 합병으로 인한 큰 변화가 일고 있었습니다.&lt;/p&gt;
&lt;p&gt;그 변화에 맞추어 메타링크 사이트는 flash를 이용하여 좀더 사용 편리성과 여러 기능들을 추가하고자 했습니다.&lt;/p&gt;
&lt;p&gt;그러나 초기 익숙하지 않은 화면 구성으로 많은 사람들이 불만을 말하였습니다.&lt;/p&gt;
&lt;p&gt;사이트 주소또한 &lt;a href=&quot;https://support.oracle.com&quot;&gt;https://support.oracle.com&lt;/a&gt;&amp;nbsp;이렇게 바뀌었습니다.&lt;/p&gt;
&lt;p&gt;메타링크라는 이름보다는 좀더 고객지원 사이트 답게 변경되었습니다.&lt;/p&gt;
&lt;p&gt;물론 예전의 메타링크도 여전히 지원하고 있습니다. 메타링크 사이트 접속 시도시 자동으로 support.... 사이트로 이동하게 됩니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;이미 많은 분들이 알고 있을 이 사실을!!&lt;/p&gt;
&lt;p&gt;왜 이제서야 옛 기억들을 떠올리며 다시 이야기 하느냐!!&lt;/p&gt;
&lt;p&gt;2012년!!&lt;/p&gt;
&lt;p&gt;나는 flash가 싫어요!! 하는 사람들을 위하여 새롭게 고객지원 사이트가 나왔습니다.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://supporthtml.oracle.com&quot;&gt;https://supporthtml.oracle.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;flash를 사용하지 않고 html을 이용한 사이트입니다.&lt;/p&gt;
&lt;p&gt;flash보다 더욱 가벼우며, flash가 설치되지 않은 유닉스 또는 리눅스 환경에서도 이용할수 있다는 장점이 있습니다.&lt;/p&gt;
&lt;p&gt;사실 새롭게 생긴 &lt;a href=&quot;https://supporthtml.oracle.com&quot;&gt;https://supporthtml.oracle.com&lt;/a&gt;&amp;nbsp;사이트 주소를 이렇게 메모해 두고자 글을 남깁니다.&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Sun, 29 Jan 2012 14:18:13 +0900</pubDate>
                        <category>oracle</category>
                        <category>metalink</category>
                        <category>supporthtml</category>
                        <category>support oracle</category>
                        <category>support</category>
                                    <slash:comments>1</slash:comments>
                    </item>
                <item>
            <title>현재 세션 sid 확인</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/37004</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/37004</guid>
                        <comments>http://blog.cuwoom.net/37004#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;select sid from v$mystat where rownum &amp;lt;= 1;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;평소 위와 같이 v$mystat 뷰를 조회하여 확인하였었는데 &lt;BR /&gt;내장 패키지를 이용한 방법도 있어 이렇게 메모합니다.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;select dbms_support.version from dual;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/div&gt;</description>
                        <pubDate>Tue, 29 Nov 2011 12:23:32 +0900</pubDate>
                        <category>oracle</category>
                        <category>sid</category>
                        <category>current sid</category>
                        <category>현재 sid</category>
                                </item>
                <item>
            <title>설치된 오라클 제품 확인</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/34762</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/34762</guid>
                        <comments>http://blog.cuwoom.net/34762#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;접속되어 있는 오라클 서버의 기본 정보..&lt;br /&gt;&lt;br /&gt;활성화 되어&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;div&gt;SQL&amp;gt; &lt;b&gt;&lt;i&gt;select NAME, VERSION, DETECTED_USAGES, CURRENTLY_USED, FIRST_USAGE_DATE, LAST_USAGE_DATE from DBA_FEATURE_USAGE_STATISTICS where CURRENTLY_USED &amp;nbsp;= &apos;TRUE&apos; order by 1,2;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;NAME&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;								&lt;/span&gt; VERSION&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; DETECTED_USAGES CURRE FIRST_USA LAST_USAG&lt;/div&gt;&lt;div&gt;---------------------------------------------------------------- ----------------- --------------- ----- --------- ---------&lt;/div&gt;&lt;div&gt;Audit Options&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;							&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Automatic Maintenance - Optimizer Statistics Gathering&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Automatic Maintenance - SQL Tuning Advisor&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Automatic Maintenance - Space Advisor&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Automatic SGA Tuning&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;						&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Automatic SQL Execution Memory&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;					&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Automatic SQL Tuning Advisor&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;					&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 1 TRUE &amp;nbsp;26-OCT-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Automatic Segment Space Management (system)&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Automatic Storage Management&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;					&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Automatic Undo Management&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;					&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Character Set&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;							&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;LOB&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;								&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 1 TRUE &amp;nbsp;26-OCT-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Locally Managed Tablespaces (system)&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Locally Managed Tablespaces (user)&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Logfile Multiplexing&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;						&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Oracle Java Virtual Machine (system)&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Partitioning (system)&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;						&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;RMAN - Disk Backup&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;						&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 2 TRUE &amp;nbsp;14-OCT-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Recovery Area&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;							&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Recovery Manager (RMAN) &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;					&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 2 TRUE &amp;nbsp;14-OCT-11 26-OCT-11&lt;/div&gt;&lt;div&gt;SecureFiles (system)&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;						&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Segment Advisor &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;						&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 2 TRUE &amp;nbsp;14-OCT-11 26-OCT-11&lt;/div&gt;&lt;div&gt;Server Parameter File&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;						&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; 3 TRUE &amp;nbsp;27-JUN-11 26-OCT-11&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;23 rows selected.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;Oracle Edition 확인&lt;br /&gt;col product for a40&lt;br /&gt;&lt;div&gt;col version for a20&lt;/div&gt;&lt;div&gt;col status for a20&lt;br /&gt;&lt;div&gt;SQL&amp;gt; &lt;b&gt;&lt;i&gt;select * from product_component_version;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;PRODUCT &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; VERSION&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;STATUS&lt;/div&gt;&lt;div&gt;---------------------------------------- -------------------- --------------------&lt;/div&gt;&lt;div&gt;NLSRTL&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;					&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Production&lt;/div&gt;&lt;div&gt;Oracle Database 11g Enterprise Edition&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Production&lt;/div&gt;&lt;div&gt;PL/SQL&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;					&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Production&lt;/div&gt;&lt;div&gt;TNS for Linux:&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; 11.2.0.1.0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Production&lt;/div&gt;&lt;div&gt;&lt;br /&gt;OS 정보 확인&lt;br /&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;select PLATFORM_NAME from v$database;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;PLATFORM_NAME&lt;/div&gt;&lt;div&gt;-----------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;Linux IA (32-bit)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;div&gt;SQL&amp;gt; &lt;b&gt;&lt;i&gt;select * from v$osstat;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;STAT_NAME&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; &amp;nbsp;VALUE &amp;nbsp;OSSTAT_ID COMMENTS&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;							&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;CUM&lt;/div&gt;&lt;div&gt;------------------------------ ---------- ---------- ---------------------------------------------------------------- ---&lt;/div&gt;&lt;div&gt;NUM_CPUS&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt;1&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; 0 Number of active CPUs&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;					&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;IDLE_TIME&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; 647375&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; 1 Time (centi-secs) that CPUs have been in the idle state&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;YES&lt;/div&gt;&lt;div&gt;BUSY_TIME&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; 161972&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; 2 Time (centi-secs) that CPUs have been in the busy state&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;YES&lt;/div&gt;&lt;div&gt;USER_TIME&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; &amp;nbsp;21787&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; 3 Time (centi-secs) spent in user code&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;YES&lt;/div&gt;&lt;div&gt;SYS_TIME&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; 113590&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; 4 Time (centi-secs) spent in the kernel&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;YES&lt;/div&gt;&lt;div&gt;IOWAIT_TIME&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; &amp;nbsp; 4159&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; 5 Time (centi-secs) spent waiting for IO&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;YES&lt;/div&gt;&lt;div&gt;NICE_TIME&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;450&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; 6 Time (centi-secs) spend in low-priority user code&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;YES&lt;/div&gt;&lt;div&gt;RSRC_MGR_CPU_WAIT_TIME&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt;0&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp;14 Time (centi-secs) processes spent in the runnable state waiting &amp;nbsp;YES&lt;/div&gt;&lt;div&gt;LOAD&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.02929688&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp;15 Number of processes running or waiting on the run queue&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;PHYSICAL_MEMORY_BYTES&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2125312000&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;1008 Physical memory size in bytes&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;TCP_SEND_SIZE_MIN&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; &amp;nbsp; &amp;nbsp; 4096&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;2000 TCP Send Buffer Min Size&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;					&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;TCP_SEND_SIZE_DEFAULT&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; &amp;nbsp; &amp;nbsp;16384&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;2001 TCP Send Buffer Default Size&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;TCP_SEND_SIZE_MAX&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; &amp;nbsp;4194304&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;2002 TCP Send Buffer Max Size&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;					&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;TCP_RECEIVE_SIZE_MIN&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; &amp;nbsp; &amp;nbsp; 4096&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;2003 TCP Receive Buffer Min Size&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;TCP_RECEIVE_SIZE_DEFAULT&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp;87380&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;2004 TCP Receive Buffer Default Size&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;TCP_RECEIVE_SIZE_MAX&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; &amp;nbsp;4194304&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;2005 TCP Receive Buffer Max Size&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;GLOBAL_SEND_SIZE_MAX&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; &amp;nbsp;1048586&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;2006 Global send size max (net.core.wmem_max)&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;GLOBAL_RECEIVE_SIZE_MAX &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt; &amp;nbsp;4194304&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;2007 Global receive size max (net.core.rmem_max)&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;NO&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;18 rows selected.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;수고하세요~&lt;br /&gt;&lt;br type=&quot;_moz&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
                        <pubDate>Wed, 26 Oct 2011 13:58:41 +0900</pubDate>
                        <category>oracle</category>
                        <category>osstat</category>
                        <category>Feature</category>
                                    <slash:comments>2</slash:comments>
                    </item>
                <item>
            <title>우분투에서 sqlplus 실행</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/33924</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/33924</guid>
                        <comments>http://blog.cuwoom.net/33924#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;우분투에서 오라클 서버에 접속을 하기 위하여 sqlplus 툴만 설치하기로 하였습니다.&lt;br /&gt;오라클에서는 이를 위하여 가벼운 rpm 패키지를 제공하고 있습니다.&lt;br /&gt;인스턴트 클라이언트라고 부르는 것 같은데 설치는 알고나면 간단합니다.&lt;br /&gt;&lt;br /&gt;오라클 사이트에 접속 -&amp;gt; 다운로드 버튼 -&amp;gt; 데이터베이스 카테고리부분에서 인스턴트 클라이언트 선택하여 원하는 운영체제를 선택하여 다운로드 합니다.&lt;br /&gt;저는 우분투에 설치를 할 것이어서&lt;b&gt;&amp;nbsp;Instant Client for Linux x86&lt;/b&gt; 를 클릭했습니다.&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(255, 255, 255); &quot;&gt;&lt;span style=&quot;font-family: arial, helvetica, sans-serif; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; &quot;&gt;Accept&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;License Agreement 를 클릭하여 라인센스에 동의 하신 후 아래 두 파일을 다운 받았습니다.&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;&amp;nbsp;oracle-instantclient11.2-basic-11.2.0.2.0.i386.rpm&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, helvetica, sans-serif; line-height: normal; background-color: rgb(255, 255, 255); &quot;&gt;&amp;nbsp;oracle-instantclient11.2-sqlplus-11.2.0.2.0.i386.rpm&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(255, 255, 255); &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; &quot;&gt;&lt;div style=&quot;font-family: arial, helvetica, sans-serif; line-height: normal; &quot;&gt;&lt;br /&gt;RPM 설치파일이기 때문에 다음 프로그램이 필요합니다.&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(255, 255, 255); &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; &quot;&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;&lt;b&gt;&lt;i&gt;sudo apt-get install alien&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;프로그램 의존성으로 다음 프로그램도 설치 여부를 확인합니다.&lt;br /&gt;&lt;i&gt;&lt;b&gt;sudo apt-get install libaio1&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal; &quot;&gt;다운 받은 프로그램을 설치 합니다.&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;sudo dpkg -i oracle-instantclient*basic*.deb&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;sudo dpkg -i oracle-instantclient*sqlplus*.deb&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;설치가 끝난 후 각종 설정을 통하여 sqlplus 를 사용합니다.&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;vi ~/tnsnames.ora&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;export TNS_ADMIN=~&lt;br /&gt;&lt;/span&gt;export LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib/&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;sudo chmod go+x /usr/lib/oracle/11.2/client/lib/&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Fri, 14 Oct 2011 14:06:56 +0900</pubDate>
                        <category>ubuntu</category>
                        <category>oracle</category>
                        <category>sqlplus</category>
                                </item>
                <item>
            <title>VirtualBox 커널 관련 오류</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/33913</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/33913</guid>
                        <comments>http://blog.cuwoom.net/33913#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;열심히 업데이트 하면서 사용하던 우분투에서 virtualbox가 에러가 나면서 실행되지 않았습니다.&lt;br /&gt;&lt;br /&gt;그 동안 그냥 sudo&amp;nbsp;/etc/init.d/vboxdrv setup 를 하면 다시 사용할수가 있었는데 이번엔 이 명령어 자체가 에러가 났습니다.&lt;br /&gt;&lt;br /&gt;재부팅 하느 바람에 에러 메세지를 메모해 두지 못했네요. 이렇게 빨리 해결될줄 몰랐습니다.&lt;br /&gt;&lt;br /&gt;dkms 어쩌고 하면서 에러가 나길레 sudo dkms status 명령어를 통하여 확인했더니 dkms 문제인것을 확인시켜 주었습니다.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Error! Could not locate dkms.conf file.&lt;br /&gt;File: &amp;nbsp;does not exist.&lt;/p&gt;&lt;div&gt;dkms를 가지고 이것저것 해보다가 관련 파일들을 지우고 다시 시도해보니 정상적으로 작동하네요.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;cd /var/lib/dkms/&lt;br /&gt;rm -rf vboxhost virtualbox&lt;/b&gt;&lt;br /&gt;&lt;div&gt;&lt;b&gt;sudo /etc/init.d/vboxdrv setup&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;* Stopping VirtualBox kernel modules &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[ OK ]&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;* Uninstalling old VirtualBox DKMS kernel modules &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ OK ]&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;* Trying to register the VirtualBox kernel modules using DKMS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ OK ]&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;* Starting VirtualBox kernel modules &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[ OK ]&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;sudo dkms status&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;vboxhost, 4.1.4, 3.0.0-12-generic-pae, i686: installed&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Fri, 14 Oct 2011 13:26:27 +0900</pubDate>
                        <category>버박</category>
                        <category>virtualbox</category>
                        <category>linux</category>
                        <category>ubuntu</category>
                                </item>
                <item>
            <title>ORA-20000: ORU-10027: buffer overflow, limit of 2000 bytes</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/32576</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/32576</guid>
                        <comments>http://blog.cuwoom.net/32576#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: verdana, geneva, lucida, &apos;lucida grande&apos;, arial, helvetica, sans-serif; font-size: 13px; line-height: normal; background-color: rgb(250, 250, 250); &quot;&gt;&lt;i&gt;&lt;b&gt;error: ORA-20000: ORU-10027: buffer overflow, limit of 2000 bytes&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;오라클에서 이런 에러날때!!!&lt;br /&gt;&lt;br /&gt;dbms_output.put_line 같은 것으로 출력하고자 할때 해당 문자열의 길이가 너무 길경우 발생할수 있습니다.&lt;br /&gt;&lt;br /&gt;오라클 버전에 따라 기본 출력 가능한 크기가 다를 수 있으나 10g 기준으로 봤을때 기본값으로는 20000 bytes 로 보입니다.&lt;br /&gt;&lt;br /&gt;이값을 늘려주기 위해서는 다음과 같이 그 값을 늘려주시면 됩니다.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: verdana, geneva, lucida, &apos;lucida grande&apos;, arial, helvetica, sans-serif; font-size: 13px; line-height: normal; background-color: rgb(250, 250, 250); &quot;&gt;&lt;b&gt;&lt;i&gt;execute dbms_output.enable(1000000);&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Tue, 20 Sep 2011 17:19:34 +0900</pubDate>
                        <category>oracle</category>
                        <category>pl/sql</category>
                        <category>sql</category>
                        <category>오라클</category>
                        <category>error</category>
                                </item>
                <item>
            <title>우분투에서 입력기 변경</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/31969</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/31969</guid>
                        <comments>http://blog.cuwoom.net/31969#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;11.10 알파 버전을 사용하면서.... 에러가 자꾸 발생하고 충돌 메세지 뜨고!!&lt;br /&gt;이런것들 잘 참으면서 사용하고 있었는데, ibus에서의 한글 입력이 요상하게 띄어쓰기가 이상합니다.&lt;br /&gt;&lt;br /&gt;예를 들어 &quot;우분투 리눅스&quot;를 입력하려고 해도 &quot;우분 투리눅스&quot; 와 같이 띄어쓰기를 하는 앞글자에서 공간이 생기는 기묘한 현상이 있었습니다.&lt;br /&gt;&lt;br /&gt;이는 마지막 글자에서 무언가를 입력받아야 마무리가 되는 현상으로 띄어쓰기를 하고자 하는 시점에서 엔터를 한번 입력하고 띄어쓰기를 하면 정식적으로 됩니다. &lt;br /&gt;&lt;br /&gt;곧 고쳐지겠지 하고 몇일을 그냥 그런식으로 엔터를 이용해서 띄어쓰기를 하다가 이상한 버릇이 생기겠다 싶어서 방법을 알아보았지만,&lt;br /&gt;현상에 대한 불만들만 많이 볼수 있었고, 해결책은 발견하지 못했습니다.&lt;br /&gt;&lt;br /&gt;대세를 따라가기 위하여 ibus를 계속 사용하려고 했으나 결국 nabi 로 입력기를 변경하였습니다.&lt;br /&gt;변경하고 나니 정말 잘 동작하는군요.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;im-switch -c&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;위의 명령어를 이용하면 클릭으로 입력기를 변경할수 있습니다.&lt;br /&gt;sudo 안붙여도 됩니다.&lt;br /&gt;&lt;br /&gt;한동안 문제가 해결될때까지는 nabi를 애용해야 겠습니다.&lt;br /&gt;&lt;br /&gt;그럼, 모두들 수고~&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot; class=&quot;img&quot;&gt;&lt;img class=&quot;xe_filesrl_31979&quot; src=&quot;./files/attach/images/73/969/031/b9b26197240bafdbb24364b8eef0fd07.png&quot; width=&quot;627&quot; height=&quot;422&quot; /&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Thu, 08 Sep 2011 17:54:29 +0900</pubDate>
                        <category>linux</category>
                        <category>im-switch</category>
                        <category>ubuntu</category>
                        <category>입력기</category>
                        <category>나비</category>
                        <category>nabi</category>
                                    <slash:comments>2</slash:comments>
                    </item>
                <item>
            <title>CentOS 기반 APM</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/31295</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/31295</guid>
                        <comments>http://blog.cuwoom.net/31295#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;CentOS기반 APM 설치 문서입니다.&lt;BR /&gt;&lt;BR /&gt;필요 프로그램 다운로드&lt;BR /&gt;http://apache.org -&amp;gt; httpd-2.2.19.tar.bz2&lt;BR /&gt;http://mysql.com -&amp;gt; mysql-5.5.15.tar.gz&lt;BR /&gt;http://php.net -&amp;gt; php-5.3.8.tar.bz2&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;다운 받은 프로그램들의 압축을 해제합니다.&lt;BR /&gt;tar -jxvf httpd-2.2.19.tar.bz2&lt;BR /&gt;tar -zxvf mysql-5.5.15.tar.gz&lt;BR /&gt;tar -jxvf php-5.3.8.tar.bz2&lt;BR /&gt;&lt;BR /&gt;해제된 프로그램의 위치를 변경합니다.&lt;BR /&gt;mv httpd-2.2.19 /usr/src/&lt;BR /&gt;mv mysql-5.5.15 /usr/src/&lt;BR /&gt;mv php-5.3.8 /usr/src/&lt;BR /&gt;&lt;BR /&gt;편리성의 위한 링크 생성&lt;BR /&gt;ln -s /usr/src/httpd-2.2.19 /usr/src/httpd&lt;BR /&gt;ln -s /usr/src/mysql-5.5.15 /usr/src/mysql&lt;BR /&gt;ln -s /usr/src/php-5.3.8 /usr/src/php&lt;BR /&gt;&lt;BR /&gt;Apache 를 설치하는데 필요한 프로그램을 yum을 통한 설치&lt;BR /&gt;yum install -y gcc zlib-devel openssl-devel libxml2-devel libjpeg-devel libpng-devel&lt;BR /&gt;&lt;BR /&gt;컴파일 환경 설정을 위한 configure 실행 후 컴파일 &amp;amp;&amp;amp; 설치&lt;BR /&gt;cd /usr/src/httpd&lt;BR /&gt;./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --with-mpm=worker \&lt;BR /&gt;            --enable-ssl --with-ssl \&lt;BR /&gt;            --enable-so&lt;BR /&gt;make &amp;amp;&amp;amp; make install&lt;BR /&gt;&lt;BR /&gt;Apache 자동 실행을 위한 링크 생성&lt;BR /&gt;ln -s /usr/local/apache2/bin/apachectl /etc/init.d/apache2&lt;BR /&gt;&lt;BR /&gt;MySQL 서버가 사용할 OS Group 과 사용자 생성&lt;BR /&gt;groupadd mysql&lt;BR /&gt;useradd -g mysql -s /sbin/nologin -d /usr/local/mysql -c &quot;MySQL Server&quot; mysql&lt;BR /&gt;&lt;BR /&gt;MySQL 설치에 필요한 프로그램을 yum을 통한 설치&lt;BR /&gt;http://pkgs.repoforge.org/rpmforge-release -&amp;gt; rpmforge-release-0.5.2-2.el5.rf.i386.rpm&lt;BR /&gt;rpm -i rpmforge-release-0.5.2-2.el5.rf.i386.rpm&lt;BR /&gt;yum search cmake&lt;BR /&gt;yum install -y ncurses-devel libtermcap-devel gcc-c++ cmake&lt;BR /&gt;yum install openssl* zlib* bison -y&lt;BR /&gt;&lt;BR /&gt;cmake 를 이용한 컴파일 환경 설정과 컴파일, 설치&lt;BR /&gt;cd /usr/src/mysql&lt;BR /&gt;cmake -DCMAKDE_INSTALL_PREFIX=/usr/local/mysql \&lt;BR /&gt;-DWITH_EXTRA_CHARSETS=all \&lt;BR /&gt;-DENABLED_LOCAL_INFILE=1 \&lt;BR /&gt;-DWITH_INNOBASE_STORAGE_ENGINE=1 \&lt;BR /&gt;-DEFAULT_CHARSET=utf8 \&lt;BR /&gt;-DMYSQL_TCP_PORT=3306&lt;BR /&gt;make &amp;amp;&amp;amp; make install&lt;BR /&gt;&lt;BR /&gt;MySQL 설치된 디렉토리에 소유자 변경하기&lt;BR /&gt;chown -R mysql.mysql /usr/local/mysql&lt;BR /&gt;&lt;BR /&gt;MySQL 기본 데이터베이스 설치(설치된 디렉토리로 이동하고 실행해야 에러 발생하지 않음)&lt;BR /&gt;cd /usr/local/mysql/&lt;BR /&gt;./scripts/mysql_install_db --user=mysql&lt;BR /&gt;&lt;BR /&gt;MySQL Server를 안전모드로 시작하여 root 사용자 암호 설정&lt;BR /&gt;./bin/mysqld_safe &amp;amp;&lt;BR /&gt;./bin/mysqladmin -u root password &apos;new-password&apos;&lt;BR /&gt;./bin/mysqladmin -u root -p shutdown&lt;BR /&gt;&lt;BR /&gt;MySQL Server를 부팅시 자동으로 실행되도록 스크립트 복사&lt;BR /&gt;cp /usr/local/mysql/support-files/mysql.server /etc/init.d/mysqld &lt;BR /&gt;&lt;BR /&gt;MySQL Server를 부팅시 자동으로 실행되도록 등록&lt;BR /&gt; &lt;BR /&gt;chkconfig --level 2345 mysqld on&lt;BR /&gt;&lt;BR /&gt;MySQL Server 시작&lt;BR /&gt;service mysqld start&lt;BR /&gt;&lt;BR /&gt;MySQL 관련 실행 파일 PATH등록&lt;BR /&gt;export PATH=/usr/local/mysql/bin:$PATH&lt;BR /&gt;&lt;BR /&gt;MySQL Server 접속 시험&lt;BR /&gt;mysql -u root -p mysql&lt;BR /&gt;show databases;&lt;BR /&gt;&lt;BR /&gt;php 설치를 위한 configure 설정과 컴파일 설치&lt;BR /&gt;./configure --with-apxs2=/usr/local/apache2/bin/apxs \&lt;BR /&gt; --with-mysql=/usr/local/mysql \&lt;BR /&gt; --with-config-file-path=/usr/local/apache2/conf \&lt;BR /&gt; --with-exec-dir=/usr/local/apache2/bin \&lt;BR /&gt; --with-gd=shared --with-openssl \&lt;BR /&gt; --with-libxml-dir=/usr/lib/ --with-gd --enable-gd-native-ttf --with-zlib \&lt;BR /&gt; --with-jpeg-dir=/usr/lib --with-iconv --with-png-dir=/usr/lib&lt;BR /&gt;make &amp;amp;&amp;amp; make install&lt;BR /&gt;&lt;BR /&gt;php 예제 설정 아파치 설정 디렉토리로 복사&lt;BR /&gt;cp /usr/src/php/php.ini-production /usr/local/apache2/conf/php.ini&lt;BR /&gt;&lt;BR /&gt;php 파일을 &amp;lt;? 로 시작하는것을 제대로 인식하도록 하는 설정&lt;BR /&gt;vi /usr/local/apache2/conf/php.ini&lt;BR /&gt;short_open_tag = On&lt;BR /&gt;&lt;BR /&gt;php 관련 모듈 설치 확인&lt;BR /&gt;ls -l /usr/local/apache2/modules/libphp*&lt;BR /&gt;vi /usr/local/apache2/conf/httpd.conf&lt;BR /&gt;# Dynamic Share Object (DSO) Support
LoadModule php5_module  modules/libphp5.so 확인&lt;BR /&gt;AddType application/x-httpd-php .php 추가&lt;BR /&gt;&lt;BR /&gt;php 테스트 페이지를 통한 설치 확인&lt;BR /&gt;&amp;lt;?php phpinfo(); ?&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/div&gt;</description>
                        <pubDate>Sun, 28 Aug 2011 23:40:02 +0900</pubDate>
                        <category>linux</category>
                        <category>php</category>
                        <category>mysql</category>
                        <category>apache</category>
                        <category>apm</category>
                        <category>centos</category>
                                </item>
                <item>
            <title>오라클 설치시 필요한 RPM 패키지..</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/22862</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/22862</guid>
                        <comments>http://blog.cuwoom.net/22862#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;&lt;i&gt;binutils-2.15.92.0.2-13.EL4&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;compat-db-4.1.25-9&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;compat-libstdc++-296-2.96-132.7.2&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;control-center-2.8.0-12&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;gcc-3.4.3-22.1.EL4&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;gcc-c++-3.4.3-22.1.EL44&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;glibc-2.3.4-2.9&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;glibc-common-2.3.4-2.9&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;gnome-libs-1.4.1.2.90-44.1&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;libstdc++-3.4.3-22.1&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;libstdc++-devel-3.4.3-22.1&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;make-3.80-5&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;pdksh-5.2.14-30&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;sysstat-5.0.5-1&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;xscreensaver-4.18-5.rhel4.2&lt;BR /&gt;&lt;/I&gt;&lt;i&gt;setarch-1.6-1&lt;/I&gt;&lt;/P&gt;
&lt;p&gt;오라클 레퍼런스를 확인해보면 위 패키지들만 나와있씁니다.&lt;BR /&gt;오라클 리눅스4를 기준으로 나왔있어 5에서는 몇가지 필요한 패키지가 없어 설치시 오류가 나는 경우가 있습니다.&lt;BR /&gt;아래 패키지는 5 이상의 오라클 리눅스에 오라클 데이터베이스를 설치시 필요한 패키지 입니다.&lt;/P&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;yum install libXp -y&lt;BR /&gt;yum install compat-libstdc++-33 -y&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;
&lt;DIV class=&quot;eArea _movie&quot; type=&quot;movie&quot;&gt;
&lt;div&gt;&lt;embed&gt;&lt;/EMBED&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/div&gt;</description>
                        <pubDate>Tue, 19 Apr 2011 00:04:31 +0900</pubDate>
                                </item>
                <item>
            <title>X11Forwarding 을 위한 서버 설정</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/22854</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/22854</guid>
                        <comments>http://blog.cuwoom.net/22854#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p id=&quot;&quot;&gt;리눅스 서버쪽에 그래픽 환경이 설치되어 있지 않은경우&lt;br&gt;X11Forwarding 기능이 많이 편리합니다.&lt;br&gt;DISPLAY 환경변수의 설정도 불필요 하며 보안에도 더 강력합니다.&lt;br&gt;그러나 이것이 가능하려면 서버쪽에 xauth 가 설치되어 있어야 합니다.&lt;br&gt;&lt;br&gt;물론 yum 을 통하여 간단히 설치할수 있습니다.&lt;br&gt;&lt;br type=&quot;_moz&quot;&gt;&lt;/p&gt;&lt;p id=&quot;&quot;&gt;&lt;b&gt;&lt;i&gt;# yum -y install xorg-x11-xauth&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p id=&quot;&quot;&gt;libXmu &amp;nbsp;와&amp;nbsp;&amp;nbsp;libXt 가 의존성이 있어 같이 설치됩니다.&lt;br&gt; &lt;br&gt;터미널에서 xclock 를 실행해 보니 잘 볼수있네요.&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Mon, 18 Apr 2011 23:40:41 +0900</pubDate>
                        <category>X11Forwarding</category>
                        <category>linux</category>
                                </item>
                <item>
            <title>jdk1.6 설치 (java)</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/22838</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/22838</guid>
                        <comments>http://blog.cuwoom.net/22838#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;오라클 리눅스6을 설치 후 데이터베이스 설치를 위하여 자바를 확인해보았습니다.&lt;/p&gt;&lt;p id=&quot;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;# java -version&lt;br&gt;java version &quot;1.6.0_17&quot;&lt;br&gt;OpenJDK Runtime Environment (IcedTea6 1.7.4) (rhel-1.21.b17.el6-i386)&lt;br&gt;OpenJDK Client VM (build 14.0-b16, mixed mode)&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;오라클 자바가 아니어서 새롭게 설치하기로 했습니다.&lt;br&gt;설치하기 이전에 이미 설치되어 있는 자바는 삭제합니다.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p id=&quot;&quot;&gt;&lt;i&gt;&lt;b&gt;# rpm -qa | grep jdk&lt;/b&gt;&lt;br&gt;java-1.6.0-openjdk-devel-1.6.0.0-1.21.b17.el6.i686&lt;br&gt;java-1.6.0-openjdk-1.6.0.0-1.21.b17.el6.i686&lt;br&gt;[root@oracledb ~]# rpm -qa | grep java&lt;br&gt;java-1.6.0-openjdk-devel-1.6.0.0-1.21.b17.el6.i686&lt;br&gt;java-1.6.0-openjdk-1.6.0.0-1.21.b17.el6.i686&lt;br&gt;libvirt-java-0.4.5-2.el6.noarch&lt;br&gt;libvirt-java-devel-0.4.5-2.el6.noarch&lt;br&gt;tzdata-java-2010l-1.el6.noarch&lt;/i&gt;&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i id=&quot;&quot;&gt;# yum remove java-1.6.0-openjdk java-1.6.0-openjdk-devel libvirt-java libvirt-java-devel tzdata-java&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;오라클 홈페이지에 방문하여 자바를 다운받습니다.&lt;br&gt;&lt;br type=&quot;_moz&quot;&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;a href=&quot;http://www.oracle.com/&quot;&gt;http://www.oracle.com&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/838/022/screenshot13.png&quot; width=&quot;879&quot; height=&quot;388&quot; class=&quot;xe_filesrl_22839&quot; id=&quot;&quot;&gt;&lt;/p&gt;&lt;p&gt;Download JDK 를 클릭합니다.&lt;br type=&quot;_moz&quot;&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/838/022/screenshot12.png&quot; width=&quot;1068&quot; height=&quot;547&quot; class=&quot;xe_filesrl_22840&quot; id=&quot;&quot;&gt;&lt;/p&gt;&lt;p&gt;운영체제를 선택하고 라이센스를 동의하고 계속 진행합니다.&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/838/022/screenshot11.png&quot; width=&quot;816&quot; height=&quot;419&quot; class=&quot;xe_filesrl_22841&quot; id=&quot;&quot;&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/838/022/screenshot10.png&quot; width=&quot;850&quot; height=&quot;563&quot; class=&quot;xe_filesrl_22842&quot; id=&quot;&quot;&gt;&lt;/p&gt;&lt;p id=&quot;&quot;&gt;다운 받은 파일에 실행권한을 부여 하고 실행합니다.&lt;br&gt;반드시 root 에서 진행합니다.&lt;/p&gt;&lt;p id=&quot;&quot;&gt;&lt;b&gt;&lt;i id=&quot;&quot;&gt;# chmod u+x jdk-6u24-linux-i586-rpm.bin&amp;nbsp;&lt;br&gt;# ./jdk-6u24-linux-i586-rpm.bin&lt;/i&gt;&lt;/b&gt;&lt;br&gt;&lt;br type=&quot;_moz&quot;&gt;&lt;/p&gt;&lt;p&gt;다 설치되었습니다.&lt;br&gt;실행하고 나면 XXX.rpm 들이 마구 생겨있어서 그것들을 설치해야 할것 같지만,&lt;br&gt;그것들은 이미 설치되어있습니다.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p id=&quot;&quot;&gt;&lt;i&gt;&lt;b&gt;# java -version&lt;/b&gt;&lt;br&gt;java version &quot;1.6.0_24&quot;&lt;br&gt;Java(TM) SE Runtime Environment (build 1.6.0_24-b07)&lt;br&gt;Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)&lt;/i&gt;&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Mon, 18 Apr 2011 23:22:07 +0900</pubDate>
                        <category>oracle linux</category>
                        <category>java</category>
                        <category>jdk</category>
                                </item>
                <item>
            <title>handbrake 동영상 인코딩 프로그램</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/22825</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/22825</guid>
                        <comments>http://blog.cuwoom.net/22825#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;11.04 로 업그레이드 하고 나고보니 자주 사용하던 동영상 인코딩 프로그램이 아직 공식 PPA에 올라와 있지 않았습니다.&lt;br&gt;&lt;/p&gt;&lt;p id=&quot;&quot;&gt;&amp;lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;a href=&quot;https://launchpad.net/~handbrake-ubuntu/+archive/ppa&quot;&gt;https://launchpad.net/~handbrake-ubuntu/+archive/ppa&lt;/a&gt;&lt;/p&gt;&lt;p&gt;할수 없이 getdeb을 이용하여 설치하기로 했습니다.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i id=&quot;&quot;&gt;wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -&lt;br&gt;sudo sh -c &apos;echo &quot;deb http://archive.getdeb.net/ubuntu natty-getdeb apps&quot; &amp;gt;&amp;gt; /etc/apt/sources.list.d/getdeb.list&apos;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p id=&quot;&quot;&gt;&lt;b&gt;&lt;i&gt;sudo apt-get install handbrake-cli handbrake-gtk -y&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/825/022/screenshot14.png&quot; width=&quot;974&quot; height=&quot;677&quot; class=&quot;xe_filesrl_22826&quot;&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Mon, 18 Apr 2011 22:21:17 +0900</pubDate>
                        <category>handbrake</category>
                        <category>ubuntu</category>
                        <category>linux</category>
                        <category>인코딩</category>
                                </item>
                <item>
            <title>ubuntu tweak</title>
            <dc:creator>cuwoom</dc:creator>
            <link>http://blog.cuwoom.net/22807</link>
            <guid isPermaLink="true">http://blog.cuwoom.net/22807</guid>
                        <comments>http://blog.cuwoom.net/22807#comment</comments>
                                    <description>&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;배포판을 업그레이드 한 이후 이상하게 우분투 트윅 메뉴가 보이지 않더군요.&lt;br&gt;다시 PPA를 검색하여 재설치 하였습니다.&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;sudo add-apt-repository ppa:tualatrix/ppa&lt;br&gt;sudo apt-get update&lt;br&gt;sudo apt-get install ubuntu-tweak&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;natty(11.04) 는 유니티나 그놈3 때문에 걱정했는데 역시 잘 설치되네요.&lt;/p&gt;&lt;p class=&quot;img&quot; style=&quot;text-align: left; &quot;&gt;&lt;img src=&quot;./files/attach/images/73/807/022/screenshot13.png&quot; width=&quot;907&quot; height=&quot;520&quot; class=&quot;xe_filesrl_22808&quot; id=&quot;&quot;&gt;&lt;/p&gt;&lt;p&gt;우분투 트윅 공식 블로그를 참조하였습니다.&lt;/p&gt;&lt;p id=&quot;&quot;&gt;&lt;a href=&quot;http://blog.ubuntu-tweak.com/downloads&quot;&gt;http://blog.ubuntu-tweak.com/downloads&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description>
                        <pubDate>Mon, 18 Apr 2011 21:59:56 +0900</pubDate>
                        <category>ubuntu tweak</category>
                        <category>ubuntu</category>
                        <category>linux</category>
                                </item>
            </channel>
</rss>

