分类:
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
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