today ,i wanna install oracle10g on linux5
and create the user oracle ,set the oracle .bash_profile like the blow :
PATH=$PATH:$HOME/bin
export ORACLE_BASE=/home/oracle
export ORACLE_SID=orcl228
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
export PATH=$PATH:$ORACLE_HOME/bin
export LD_LIBARY_PATH=$ORACLE_HOME/lib
export PATH
umask 022
*****************************************
[oracle@crm-test-app2 ~]$ pwd
/home/oracle
[oracle@crm-test-app2 ~]$ id
uid=502(oracle) gid=502(oinstall) groups=502(oinstall),503(dba)
[oracle@crm-test-app2 ~]$
******************************************
more /etc/sysctl.conf
# Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
# sysctl.conf(5) for more details.
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core filename
# Useful for debugging multi-threaded applications
kernel.core_uses_pid = 1
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1
# Controls the maximum size of a message, in bytes
kernel.msgmnb = 65536
# Controls the default maxmimum size of a mesage queue
kernel.msgmax = 65536
# Controls the maximum shared segment size, in bytes
kernel.shmmax = 68719476736
# Controls the maximum number of shared memory segments, in pages
kernel.shmall = 4294967296
kernel.shmmni=4096
kernel.sem=250 3200 100 128
fs.file-max =65536
net.ipv4.ip_local_port_range =1024 65000
************************************************** ************
and have already rpm the package required like
compat-db-4.2.52-5.1.x86_64.rpm *
compat-gcc-34-c++-3.4.6-4.x86_64.rpm *
compat-libstdc++-33-3.2.3-61.i386.rpm *
compat-libstdc++-33-3.2.3-61.x86_64.rpm
libXp-1.0.0-8.1.el5.i386.rpm
libXp-1.0.0-8.1.el5.x86_64.rpm
openmotif-2.3.1-2.el5.x86_64.rpm
******************************************
so at last ,i telnet the machine through another host
and
export DISPLAY=134.65.78.50:0.0
but when i type in 'xclock ' , nothing appears ,of course i canceled ,
the deatails is as follows:
[crm@crm-test-app2 ~]$ export DISPLAY=134.65.78.50:0.0
[crm@crm-test-app2 ~]$ xclock
[crm@crm-test-app2 ~]$ xhost
xhost: unable to open display "134.65.78.50:0.0"
************************************************** ********
and if i turn to the base of 'runInstaller',and ./runInstaller
it tells me that :
[crm@crm-test-app2 database]$ ./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-10-28_12-42-56AM. Please wait ...[crm@crm-test-app2
so ,it ends ,and soon later if i wait long
it throws the info
Exception in thread "main" java.lang.InternalError: Can't connect to
X11 window...............
