当前位置:首页 > Oracle10g 在 HPUX安装
Oracle 10g 在HP-Ux上的安装 1 确认Oracle Database 10g Oracle Home 安装目录 检查# more /etc/oratab文件中目录是否存在 1.1 orcl:/app/oracle/product/1020:N 2 磁盘空间检查: 2.1 # bdf 确认数据库信息: host name 2.2 port number service name password of the SYS user 检查硬件配置:(以root用户登录) 检查内存: # /usr/sbin/dmesg | grep \也可以通过/bin/vmstat来查看 检查swap space: 3.2 /usr/sbin/swapinfo -a 3 3.1 检查tmp目录:(400 MB of disk space available) 3.3 # bdf /tmp 检查总的磁盘空间: 3.4 # bdf 确认system architecture是否能运行: 3.5 4 # /bin/getconf KERNEL_BITS (结果应该为:64) 检查Software Requirements on HP-UX(检查software and patches是否已安装:) 查看version of HP-UX: $ uname -a HP-UX bilut04 B.11.11 U 9000/800 1136991649 unlimited-user license 查看HP-UX 11i Quality Pack是否已安装 /usr/sbin/swlist -l bundle | grep GOLD 4.2 GOLDAPPS11i B.11.11.0406.5 Gold Applications Patches for HP-UX 11i v1, June 2004 GOLDBASE11i B.11.11.0406.5 Gold Base Patches for HP-UX 11i v1, June 2004 查看是否某个patch是否安装 4.3 /usr/sbin/swlist -l patch | grep PHSS_28880 4.1 创建必须的Symbolic Links,以便在完成安装后能relink Oracle products # cd /usr/lib # ln -s libX11.3 libX11.sl # ln -s libXIE.2 libXIE.sl # ln -s libXext.3 libXext.sl 4.4 # ln -s libXhp11.3 libXhp11.sl # ln -s libXi.3 libXi.sl # ln -s libXm.4 libXm.sl # ln -s libXp.2 libXp.sl # ln -s libXt.3 libXt.sl # ln -s libXtst.2 libXtst.sl 创建UNIX Group and User (视是否为首次安装而创建以下group and user) 5 Oracle Inventory group (dba) ---首次安装需要创建 Oracle software owner user (oracle) 确认是否Oracle dba Group Exists: more /var/opt/oracle/oraInst.loc 5.1 inventory_loc=/app/oracle inst_group=dba 假如不存在: 5.2 # /usr/sbin/groupadd dba 确认是否Oracle Software Owner User Exists 5.3 # id oracle uid=105(oracle) gid=103(dba) 假如不存在:create the oracle user 5.4 # /usr/sbin/useradd -g dba oracle 设置口令:# passwd oracle 修改一个已存在的Oracle Software Owner User 5.5 # /usr/sbin/usermod -g dba oracle 确认Software Directories 6 ■ Oracle base directory /app/oracle
共分享92篇相关文档