Chinaunix首页 | 论坛 | 博客
  • 博客访问: 230286
  • 博文数量: 108
  • 博客积分: 3092
  • 博客等级: 中校
  • 技术积分: 1172
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-25 16:35
文章分类

全部博文(108)

文章存档

2011年(3)

2010年(43)

2009年(19)

2008年(43)

我的朋友

分类:

2010-07-06 18:14:48

1. vncserver configuration


1) Run prtdiag –v | more to check your cpu implementation (X86 or SPARC)

2) Download the vncserver according to your platform ()

3) Install vncserver

add license : vnclicense -add VKQEQ-HTY2P-WN49X-YZJ5S-4WG2A

add /usr/openwin/bin to PATH

4) Modify /etc/vnc/xstartup to access CDE

#twm &

/usr/dt/bin/dtsession &

5) start vncserver : vncserver:num

kill vncserver : vncserver –kill:num

6) set DISPLAY

7) Run xhost + to disable access control for other user

 

2. vnc viewer


use the version according to vncserver (eg: if you use Enterprise version for vncserver, you’d better use Enterprise version for vnc viewer)

 

if everything is ok for vnc, then you could use vnc viewer to login to the solaris machine to do a remote install for Oracle client

 

3. Oracle client 11g quick install


1) Requirements

Please refer to Oracle Database Client Quick Installation Guide 11g Release(11.1) for Solaris Operating System for the hardware and software requirements

2) Create accounts

# groupadd oinstall

# useradd oracle

# /usr/sbin/usermod -g oinstall -G dba oracle

# passwd -r files oracle

3) Create oracle base directory

eg: /opt/app/oracle

# mkdir -p /u01/app/oracle

# chown -R oracle:oinstall /u01/app/oracle

# chmod -R 775 /u01/app/oracle

4) Configure user oracle environment

# su – oracle

% vi .login

      umask 022

      setenv PATH $PATH:/usr/openwin/bin:/opt/oracle/product/11.1.0/client_1/bin:

      setenv DISPLAY host_name:num.num (eg:plesys201:6.0)

      setenv ORACLE_BASE /opt/app/oracle

  setenv ORACLE_HOME /opt/app/oracle/product/11.1.0/client_1

  setenv LD_LIBRARY_PATH /usr/lib:/usr/openwin/bin:$ORACLE_HOME/lib

  setenv TNS_ADMIN $ORACLE_HOME/network/admin

% source ./.login

% setenv TEMP /tmp   -----------------/tmp should have enough space for hardware check

% setenv TEMPDIR /tmp

4) ./runinstaller

阅读(1576) | 评论(0) | 转发(0) |
0

上一篇:Domain and Workgroup

下一篇:VOA-2010-07-21

给主人留下些什么吧!~~