[root@localhost ~]# rpm -qa |grep vnc
vnc-server-4.1.2-14.el5_5.2
node1 and node2
[root@localhost ~]# vi /etc/sysconfig/vncservers
VNCSERVERS="2:oracle"
VNCSERVERARGS[2]="-geometry 1440x900"
grid user create
[root@localhost ~]# groupadd -g 1000 oinstall
[root@localhost ~]# groupadd -g 1200 asmadmin
[root@localhost ~]# groupadd -g 1201 asmdba
[root@localhost ~]# groupadd -g 1202 asmoper
[root@localhost ~]# useradd -m -u 1100 -g oinstall -G asmadmin,asmdba,asmoper -d /home/grid -s /bin/bash -c "Grid Infrastructure Owner" grid
oracle user create
[root@localhost ~]# groupadd -g 1300 dba
[root@localhost ~]# groupadd -g 1301 oper
[root@localhost ~]# useradd -m -u 1101 -g oinstall -G dba,oper,asmdba -d /home/oracle -s /bin/bash -c "Oracle Software Owner" oracle
#############################################################################
가상서비스를 위해서 일단 오라클사에서 제공하는 메뉴얼의 계정생성을 먼저 진행했다.
오라클계정을 만들고나서 앞으로 VNC를 이용해서 오라클및 인프라스트럭쳐를 설치를 할예정이다.
안되면 ...? 뭐 그따가서 고민하자.;;;;
#############################################################################
[root@localhost ~]# su - oracle
[root@localhost ~]# vncpasswd
password and password confirm
[root@localhost ~]# su -
[root@localhost ~]# service vncserver restart
192.168.0.101:2 <==== 2 display number
'Oracle > 11g Rac Install' 카테고리의 다른 글
11g R2 Oracle Database Grid Infrastructure 설치시도 1 (0) | 2010.09.12 |
---|---|
vmware 11g RAC+ASM 설치 1 (0) | 2010.09.11 |
4. host file editing and ssh racnode connection (0) | 2010.09.11 |
2. 운영체제 설치 (0) | 2010.09.11 |
1. 하드웨어구성 (0) | 2010.09.11 |