- 论坛徽章:
- 0
|
root@P630-aix:/#echo $DISPLAY
192.168.0.200:0.0
root@P630-aix:/#su - oracle
oracle@P630-aix:/oracle$echo $DISPLAY
192.168.0.181:0.0
oracle@P630-aix:/oracle$
其中200是我本机的地址181是小型机的地址
这样配置可以么?
root@P630-aix:/#lslpp -l bos.rte.aio
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.rte.aio 5.3.0.30 COMMITTED Asynchronous I/O Extension
Path: /etc/objrepos
bos.rte.aio 5.3.0.30 COMMITTED Asynchronous I/O Extension
root@P630-aix:/#lsdev |grep aio0
aio0 Available Asynchronous I/O (Legacy)
posix_aio0 Available Posix Asynchronous I/O
root@P630-aix:/#chdev -P -l aio0 -a autoconfig='available'
aio0 changed
root@P630-aix:/#lsattr -El aio0
autoconfig available STATE to be configured at system restart True
fastpath enable State of fast path True
kprocprio 39 Server PRIORITY True
maxreqs 4096 Maximum number of REQUESTS True
maxservers 10 MAXIMUM number of servers per cpu True
minservers 1 MINIMUM number of servers True
root@P630-aix:/#pstat -a | grep aios | wc -l
2
root@P630-aix:/#pstat -a | grep aio
18 a 126c 1 126c 0 0 1 posix_aioserver
28 a 1c52 1 1c52 0 0 1 aioserver
异步IO应该是设置好了吧。
设置过重新执行
root@P630-aix:/#cd oracle/D*
root@P630-aix:/oracle/Disk1#ls
doc response runInstaller welcome.html
install rootpre stage
root@P630-aix:/oracle/Disk1#cd root*
root@P630-aix:/oracle/Disk1/rootpre#ls
ORCLcluster pw-syscall pw-syscall64
loadext pw-syscall32 rootpre.sh
root@P630-aix:/oracle/Disk1/rootpre#./rootpre.sh
./rootpre.sh output will be logged in /tmp/rootpre.out_09-03-04.11:19:06
Kernel extension /etc/pw-syscall.32bit_kernel is loaded.
Unloading the existing extension: /etc/pw-syscall.32bit_kernel....
Oracle Kernel Extension Loader for AIX
Copyright (c) 1998,1999 Oracle Corporation
Unconfigured the kernel extension successfully
Unloaded the kernel extension successfully
Saving the original files in /etc/ora_save_09-03-04.11:19:06....
Copying new kernel extension to /etc....
Loading the kernel extension from /etc
Oracle Kernel Extension Loader for AIX
Copyright (c) 1998,1999 Oracle Corporation
Successfully loaded /etc/pw-syscall.32bit_kernel with kmid: 0x2d87ebc
Successfully configured /etc/pw-syscall.32bit_kernel with kmid: 0x2d87ebc
The kernel extension was successfuly loaded.
Configuring Asynchronous I/O....
Asynchronous I/O is already defined
Configuring POSIX Asynchronous I/O....
Posix Asynchronous I/O is already defined
Checking if group services should be configured....
Nothing to configure.
root@P630-aix:/oracle/Disk1/rootpre#xhost +
access control disabled, clients can connect from any host
root@P630-aix:/oracle/Disk1/rootpre#cd ..
root@P630-aix:/oracle/Disk1#ls
doc response runInstaller welcome.html
install rootpre stage
root@P630-aix:/oracle/Disk1#su - oracle
oracle@P630-aix:/oracle$cd D*
oracle@P630-aix:/oracle/Disk1$./runInstaller
**************************************************************************
******
Your platform requires the root user to perform certain pre-installation
OS preparation. The root user should run the shell script 'rootpre.sh' be
fore
you proceed with Oracle installation. rootpre.sh can be found at the top
level
of the CD or the stage area.
Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle
installation.
Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.
**************************************************************************
******
Has 'rootpre.sh' been run by root? [y/n] (n)
y
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be 5300, 5200 or 5100
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-03-04_11-20-15AM. Please wait ...
还是到这里就跳出了。 |
|