eygle.com   eygle.com
eygle.com  
 

« September 24, 2009 | Blog首页 | September 26, 2009 »



September 25, 2009

AIX Oracle 安装纪要 - cpio 、X11 forwarding

作者:eygle

出处:http://blog.eygle.com

今天在Aix上安装Oracle,记录一下遇到的问题及笔记。
1.cpio选项
cpio -idcmv < 10gr2_aix5l64_database.cpio

2.打开X11 forwarding选项
编辑 /etc/ssh/sshd_config 文件,设置以下参数:

X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes

XauthLocation /usr/bin/X11/xauth

重启sshd进程,注意如果你使用ssh登录,小心不要中断了连接:
stopsrc -s sshd

startsrc -s sshd

然后就可以用X终端登录了。

3.环境检查出现一个Failed
Checking for IY58143(bos.cifs_fs.rte,5.3.0.1); found Not found. Failed <<<<

选择跳过,未影响安装。

4.local_listener的错误

dbca建库是,使用模板总是出现一个local_listener的错误,缺省的参数文件中有如下一行:
local_listener=LISTENER_DBNEW

在定义参数时去掉这个设置,建库过了,暂时不检查原因了。




Posted by eygle at 10:40 AM | Comments (1)



CopyRight © 2004-2008 eygle.com, All rights reserved.