设为首页 收藏本站
查看: 677|回复: 0

[经验分享] 远程安装oracle 10.2.1 for redhat 5.0 2.6.18-53.el5xen

[复制链接]

尚未签到

发表于 2016-5-15 09:11:00 | 显示全部楼层 |阅读模式
转:http://wqqzlm.blog.iyunv.com/529591/114448

今天有个朋友打电话告诉我说,要我帮他装一个oracle正好闲着没事,我就答应了。他告诉我:要装数据库的机子在江西,只能通过远程安装。还说现在只开了SSH,其他都没有开。
我根据他给我的信息如:IP,SSh协议,ROOT用户名与密码。思考了一下,得去如下安装步聚:
1、              为了把数据库软件传上去,就须开个FTP,还用到一个FTP工具:FlashFXP 3.6.0。
2、              为了要用到图像界面来安装数据库软件与建立数据库,因为我不习惯用静默来安装数据库软件与建立数据库,所以我用到了两个软件:xmanager enterprise 3.0, secureCRT 6.12。
3、              通过图像界面来安装数据库软件与建立数据库。
上面提出了三个步聚,下面我来一步一步的解决:
一、         为机器开个FTP,首先看一下是不是安装了FTP包:
[iyunv@oracleERP ~]# rpm -q ftp
ftp-0.17-33.fc6
呵呵!很好,已经安装了FTP了,现在看一下是不是启动了FTP服务:
[iyunv@oracleERP vsftpd]# /etc/init.d/vsftpd status
vsftpd is stopped
唉!还没有启动,下面我就来启动:
[iyunv@oracleERP vsftpd]# /etc/init.d/vsftpd start
Starting vsftpd for vsftpd: [  OK  ]
下面我来测试一下可不可以FTP上去。
Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.

D:\Documents and Settings\db2admin>ftp 218.64.122.159
Connected to 218.64.122.159.
220 (vsFTPd 2.0.5)
User (218.64.122.159:(none)): oracle
331 Please specify the password.
Password:
230 Login successful.
ftp>
很好,可以FTP上去。下面我就用FlashFXP这个工具upload数据库软件上去。幸好我这里的网速还可以upload时,可达2M,这样节省了我好多时间了,6分钟就upload完了。
二、这步是怎样图形界面连到远程的机器上。首先到网上去下载:xmanager enterprise 3.0, secureCRT 6.12。好久没去搜这两人个软件了,它们都升级了,我原来都用xmanager 2.0与secureCRT 5.1,升级还真快啊。好费话不多说了。把两个软件安装到电脑上面去,这两个软件都被破解了的,我个人喜欢用破解版。好了,下面我来配置XMANGER,这样的方法很多。下面我就来讲几种方法:
用 Xmanager 远程连接rdhat
========================================
法一:直接开启一个 gnome-session
1. 点击桌面图标 Xmanager Enterprise

2. 右击Xmanager图标 -->  Xstart

3. 在右边的空白处右击,newàXstart session
4.出现如下的界面:
在Session:里输入:会话名:xstarttest
HOST:192.169.0.2,你连上去的IP地址。  
Protocol: SSH
   输入username 和 passwd
   Execution Command:
   /usr/bin/gnome-session --display $DISPLAY
如下图:
   点击确定
出现如下的图片:

双击xstarttest.如果网络好的话,很快就会出现期待已久的远程桌面。如下图:
现在我们就可以在上面做操作了。
==================================================
法二:开启一个登录窗口,下面的方法是在远程机器上开启XDMCP,然后再用Xstart连接上去。
服务器:redhat as 5.0
终端:Xmanager enterprise 3.0
服务器配置:(Gnome)
------------------------
1. Change runlevel to 5
    修改 /etc/inittab,将运行级别设置为5,即:
      id:5:initdefault:
2. Enable XDMCP
打开/etc/gdm/custom.conf,然后把Enable改为1,即:
[xdmcp]
Enable=1
3.KDM:
打/usr/share/config/kdm/Xaccess,然后把下面两行的“#”去掉。
#* #any host can get a login window ==>
* #any host can get a login window
打开/user/share/config/kdm/kdmrc,然后把Enable设成:true.即如下:
[xdmcp]
Enable=true
4.配置防火墙:即允许TCP/UPD通过。如下:
Open UDP port 177 from the PC to the remote host direction.
Open incoming TCP ports 6000~6010 from the remote host to your PC.
5.重起远程的机器。开始使用XMANGER enterprise 3.0
# init 3; init 5-------------------------

终端配置
------------------------
1、点击 Xmanager Enterprise 图标,打开 Xbrowser
   这时 Xbrowser 窗口中会显示局域网中所有的可用服务器
   (若没有显示,则表示服务器配置有问题)
   直接双击你想使用的服务器即可开启一个登录窗口

终端配置(通过ssh登陆)
------------------------
如果只能通过 ssh 登录,则需要进行一些配置
首先配置 Xshell
1、打开 Xshell,右击你想要连接的 session,
   如果没有的话,就创建一个新的 session
2、右击 session,选择“Properties”,
   Connection 部分:
     “Name”中输入session的名字(随便写)
     “Method”为“SSH”,“Host”为服务器IP地址
     “Port Number”为“22”
   
   User Authentication 部分
     “Method”为“Password”
     “User Name”/“Password”为你的帐号和密码
3、点击 Connection 部分中“Method”后面的“Setup”
   选择“Tunneling”,点击“TCP/IP Forwarding”中的“Add”,
   出现对话框,进行下面的操作:
     “Type”改为“Outgoing”,
     “Listen Port”取“6020”
     “Destination Host”改为“localhost”
     “Destination Port”取“6020”
     (注:Listen/Destination Port 可以是6020至6255中任意一个没有使用的值)
    保存设置
    Xshell 配置完成,下面开始配置 Xbrowser
------------------------
1、点击 Xmanager Enterprise 图标,打开 Xbrowser
   选择 “Tools”--> “Option”
   在“New Address”输入服务器的IP地址,然后点击“Add”,
   保存设置。
  
2、回到 Xbrowser 窗口,这时能看到你增加的服务器图标。
   右击服务器图标,选择“Save As”,创建一个新的 session,
   然后右击这个 session,选择“Properties”。
   在 “Proxy”部分打勾,Host为 “0.0.0.0”,
   Port Number 为“6020”
   (注:这个值应该与Xshell配置中第三步的“Listen Port”相同)
3、点击“X Server”,把
   “Allocate display number automatically”前面的勾去掉,
   在“Display Number box”中输入 “20”
   (这个数字应等于上一步中的Port Number减去6000)
   保存设置
4、双击该服务器图标即可开启一个登录窗口

方法三:
xmanager secureCRT结合使用
环境:在xp中安装虚拟机vmware ,host-only方式虚拟Linux系统。xp的ip为192.168.0.1,虚拟机Linux为192.168.0.88
在xp中安装xmanager和secureCRT ,默认情况下CRT不能显示图形界面,通过以下配置可以实现在Windows下的CRT里显示Linux中的oracle图形界面:
以oracle用户登陆Linux,修改.bash_profile
$ vi .bash_profile
在最后加上以下内容:
DISPLAY=192.168.0.1:0.0
export DISPLAY
然后 $source .bash_profile
就大功告成。
最后一步、上面的条件都具备了,下面就是来安装数据库软件与建立数据库。下面安装数据库软件全是按照官方文档来的。下面我就不细细的讲。稍稍讲一下要做的步聚:
解压文件。
unzip 10201_database_linux32.zip
You should now have a single directory containing installation files. Depending on the age of the download this may either be named "db/Disk1" or "database".
设置内核参数:
为/etc/sysctl.conf文件加上如下的内容。
Add the following lines to the /etc/sysctl.conf file:
#kernel.shmall = 2097152
#kernel.shmmax = 2147483648
kernel.shmmni = 4096
# semaphores: semmsl, semmns, semopm, semmni
kernel.sem = 250 32000 100 128
#fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default=262144
net.core.rmem_max=262144
net.core.wmem_default=262144
net.core.wmem_max=262144
运行下面的命令,来改变当的的内核参数。
Run the following command to change the current kernel parameters:
/sbin/sysctl -p
在/etc/security/limits.conf加上如下的内容。
Add the following lines to the /etc/security/limits.conf file:
*               soft    nproc   2047
*               hard    nproc   16384
*               soft    nofile  1024
*               hard    nofile  65536
在/etc/pam.d/login文件加上如下的内容。
Add the following line to the /etc/pam.d/login file, if it does not already exist:
session    required     /lib/security/pam_limits.so
关闭防火墙:
Disable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows:
SELINUX=disabled
Alternatively, this alteration can be done using the GUI tool (System > Administration > Security Level and Firewall). Click on the SELinux tab and disable the feature.
安装需要的包:
Install the following packages:
# From RedHat AS5 Disk 1
cd /media/cdrom/Server
rpm -Uvh setarch-2*
rpm -Uvh make-3*
rpm -Uvh glibc-2*
rpm -Uvh libaio-0*
cd /
eject

# From RedHat AS5 Disk 2
cd /media/cdrom/Server
rpm -Uvh compat-libstdc++-33-3*
rpm -Uvh compat-gcc-34-3*
rpm -Uvh compat-gcc-34-c++-3*
rpm -Uvh gcc-4*
rpm -Uvh libXp-1*
cd /
eject

# From RedHat AS5 Disk 3
cd /media/cdrom/Server
rpm -Uvh openmotif-2*
rpm -Uvh compat-db-4*
cd /
eject
创建用户名与用户组:
Create the new groups and users:
groupadd oinstall
groupadd dba
groupadd oper

useradd -g oinstall -G dba oracle
passwd oracle
为数据库软件创建目录。
Create the directories in which the Oracle software will be installed:
mkdir -p /u01/app/oracle/product/10.2.0/db_1
chown -R oracle.oinstall /u01
修改/etc/redhat-releas文件,这样做的目的是为了在安装时能通过。因为oracle 10G 检查文件里对操作系统有要求。所要把它改成redhat-4。
Edit the /etc/redhat-release file replacing the current release information (Red Hat Enterprise Linux Server release 5 (Tikanga)) with the following:
redhat-4
设置环境变量:编辑:.bash_profile,在里面填上如下的内容。
Login as the oracle user and add the following lines at the end of the .bash_profile file:
# Oracle Settings
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR

ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
ORACLE_SID=TSH1; export ORACLE_SID
ORACLE_TERM=xterm; export ORACLE_TERM
PATH=/usr/sbin:$PATH; export PATH
PATH=$ORACLE_HOME/bin:$PATH; export PATH

LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH

if [ $USER = "oracle" ]; then
  if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
  else
    ulimit -u 16384 -n 65536
  fi
fi
Installation
Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable:
DISPLAY=本机的IP地址:0.0; export DISPLAY
Start the Oracle Universal Installer (OUI) by issuing the following command in the database directory:
./runInstaller
安装完以后,要把/etc/redhat-release这个文件的内容改过来。
Edit the /etc/redhat-release file restoring the original release information:
Red Hat Enterprise Linux Server release 5 (Tikanga)
Edit the /etc/oratab file setting the restart flag for each instance to 'Y':
TSH1:/u01/app/oracle/product/10.2.0/db_1:Y
注:在安装完数据库后的总结。我首先是把数据库软件安装以后,再运行DBCA的。
在运行DBCA时。我把内存分高了。提示:ORA-27123:unable to attach to shared memory segment。后来我把内存分低一点。就通过了。
在操作系统下看:共享内存:
[iyunv@oracleERP ~]# cat /proc/sys/kernel/shmmax
2999999999
只有2999999999
而我把它分了:7294967295,
临时给shmmax分内存。
Echo 7294967295 > /proc/sys/kernel/shmmax.。这样临时给shmmax分好了。
如果想永久的分shmmax,。就要编辑:/etc/sysctl.conf
设置:
kernel.shmmax = 7294967295
就可以了。

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-217134-1-1.html 上篇帖子: 在redhat Linux9下安装Oracle9.2.0的一点经验 下篇帖子: RedHat 5.3配置YUM 从centos5源与光盘源更新软件
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表